Searched refs:errors (Results 1 – 25 of 43) sorted by relevance
12
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | test_psa_constant_names.py | 110 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:
|
D | check_test_cases.py | 41 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)
|
D | run-metatests.sh | 83 if [ $errors -eq 0 ]; then 87 echo "Ran $count metatests, $errors unexpected successes."
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | generate_errors.pl | 230 my $errors = 0; 236 ++$errors; 240 exit !!$errors;
|
/openthread-latest/tests/scripts/thread-cert/pktverify/ |
D | packet.py | 36 from pktverify import errors 136 raise errors.VerifyFailed(self) 142 raise errors.VerifyFailed(self)
|
D | packet_filter.py | 34 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__.py | 30 from . import errors
|
D | connectors.py | 162 return line.decode('utf-8', errors='ignore').rstrip('\r\n')
|
D | command_handlers.py | 38 from .errors import ExpectLineTimeoutError, CommandError
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_pake.data | 109 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
|
D | test_suite_platform.data | 13 # and could hide other errors.
|
D | test_suite_platform_util.function | 54 * spurious errors in crypto code that are hard to track down.
|
D | test_suite_block_cipher.function | 50 * No return value to check, but shouldn't cause memory errors. */
|
D | test_suite_aes.xts.data | 2 # Tests for expected errors (negative tests)
|
D | test_suite_psa_crypto_pake.function | 9 /* errors forced internally in the code */ 47 /* errors issued from the .data file */ 209 * When injecting errors in inputs, the implementation is
|
D | main_test.function | 31 * enabled but the corresponding warnings are not treated as errors.
|
D | host_test.function | 360 * 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/ |
D | CMakeLists.txt | 83 …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/ |
D | driver-interface-test-strategy.md | 64 * 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…
|
D | invasive-testing.md | 88 …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/ |
D | README.md | 49 f089fc8e2 [gcc8] resolve compiler errors (#2944)
|
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/ |
D | query_config.fmt | 102 * clean build and to ensure that tests treating warnings as errors do not
|
/openthread-latest/third_party/mbedtls/ |
D | CMakeLists.txt | 48 set(MBEDTLS_FATAL_WARNINGS OFF CACHE BOOL "Compiler warnings treated as errors" FORCE)
|
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers_no_static.c.jinja | 65 * SE driver is present, to avoid unused argument errors at compile time. */
|
/openthread-latest/third_party/mbedtls/repo/ |
D | CMakeLists.txt | 64 option(MBEDTLS_FATAL_WARNINGS "Compiler warnings treated as errors" ON) 81 # the test suites currently have compile errors with MSVC
|
12