Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 43) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtest_psa_constant_names.py110 self.errors = [] #type: List[Tests.Error]
131 self.errors.append(self.Error(type=type_word,
148 for error in self.errors:
153 if self.errors:
154 out.write(', {} FAIL\n'.format(len(self.errors)))
187 if tests.errors:
Dcheck_test_cases.py41 self.errors = 0
48 self.errors += 1
235 if (results.warnings or results.errors) and not options.quiet:
237 .format(sys.argv[0], results.errors, results.warnings))
238 sys.exit(1 if results.errors else 0)
Drun-metatests.sh83 if [ $errors -eq 0 ]; then
87 echo "Ran $count metatests, $errors unexpected successes."
/openthread-latest/third_party/mbedtls/repo/scripts/
Dgenerate_errors.pl230 my $errors = 0;
236 ++$errors;
240 exit !!$errors;
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dpacket.py36 from pktverify import errors
136 raise errors.VerifyFailed(self)
142 raise errors.VerifyFailed(self)
Dpacket_filter.py34 from pktverify import consts, errors
194 raise errors.PacketNotFound(self.index, self._stop_index)
234 raise errors.PacketNotFound(self.index, self._stop_index)
247 raise errors.UnexpectedPacketFound(self.index, p)
/openthread-latest/tools/otci/otci/
D__init__.py30 from . import errors
Dconnectors.py162 return line.decode('utf-8', errors='ignore').rstrip('\r\n')
Dcommand_handlers.py38 from .errors import ExpectLineTimeoutError, CommandError
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_pake.data109 PSA PAKE: check rounds w/o forced errors
113 PSA PAKE: check rounds w/o forced errors, TLS12_PRF
121 PSA PAKE: check rounds w/o forced errors, client input first
133 PSA PAKE: no injected errors
137 PSA PAKE: no injected errors, client input first
Dtest_suite_platform.data13 # and could hide other errors.
Dtest_suite_platform_util.function54 * spurious errors in crypto code that are hard to track down.
Dtest_suite_block_cipher.function50 * No return value to check, but shouldn't cause memory errors. */
Dtest_suite_aes.xts.data2 # Tests for expected errors (negative tests)
Dtest_suite_psa_crypto_pake.function9 /* errors forced internally in the code */
47 /* errors issued from the .data file */
209 * When injecting errors in inputs, the implementation is
Dmain_test.function31 * enabled but the corresponding warnings are not treated as errors.
Dhost_test.function360 * Ignore errors: writing the outcome file is on a best-effort basis. */
386 * Ignore errors: writing the outcome file is on a best-effort basis. */
/openthread-latest/
DCMakeLists.txt83 …option(OT_COMPILE_WARNING_AS_ERROR "whether to include -Werror -pedantic-errors with gcc-compatibl…
85 set(OT_CFLAGS -Werror -pedantic-errors)
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Ddriver-interface-test-strategy.md64 * Expected errors (e.g. `PSA_ERROR_INVALID_SIGNATURE` from a signature verification method).
65 * Unexpected errors. At least test that if the driver returns `PSA_ERROR_GENERIC_ERROR`, this is pr…
69 * Check the consequence of errors detected at each stage (slot number allocation or validation, key…
Dinvasive-testing.md88 …uld work on every platform. Skipping tests on certain platforms may hide errors that are only appa…
109 Storage can fail, either due to hardware errors or to active attacks on trusted storage. How does t…
334 Goal: test the robustness against read errors.
340 Goal: test the robustness against write errors (`STORAGE_FAILURE` or `INSUFFICIENT_STORAGE`).
/openthread-latest/tools/gerrit/
DREADME.md49 f089fc8e2 [gcc8] resolve compiler errors (#2944)
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/
Dquery_config.fmt102 * clean build and to ensure that tests treating warnings as errors do not
/openthread-latest/third_party/mbedtls/
DCMakeLists.txt48 set(MBEDTLS_FATAL_WARNINGS OFF CACHE BOOL "Compiler warnings treated as errors" FORCE)
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja65 * SE driver is present, to avoid unused argument errors at compile time. */
/openthread-latest/third_party/mbedtls/repo/
DCMakeLists.txt64 option(MBEDTLS_FATAL_WARNINGS "Compiler warnings treated as errors" ON)
81 # the test suites currently have compile errors with MSVC

12