Searched refs:failed (Results 1 – 25 of 25) sorted by relevance
| /openthread-latest/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_psa_crypto_se_driver_hal_mocks.data | 22 SE key importing mock test: alloc failed 25 SE key importing mock test: import failed 31 SE key exporting mock test: export failed 37 SE public key exporting mock test: export failed 43 SE key generating mock test: alloc failed 46 SE key generating mock test: generating failed 52 SE signing mock test: sign failed 58 SE verification mock test: verify failed
|
| D | test_suite_psa_crypto_storage_format.function | 17 * mark the test case as failed and return 0. On success, return 1. 143 * mark the test case as failed and return 0. On success, return 1.
|
| D | test_suite_platform.function | 91 * The test often failed on the CI. See #1517. CI failures cannot be
|
| D | test_suite_memory_buffer_alloc.function | 242 * "FATAL: verification of first header failed".
|
| D | host_test.function | 464 mbedtls_fprintf(stderr, "%s: note: chdir(\"%s\") failed.\n", 666 /* Redirection has failed with no stdout so exit */ 682 /* Redirection has failed with no stdout so exit */
|
| D | test_suite_psa_crypto_entropy.function | 28 * In this case, the test case is marked as failed.
|
| D | test_suite_psa_crypto.function | 194 /* Whether setup succeeded or failed, abort must succeed. */ 196 /* If setup failed, reproduce the failure, so that the caller can 226 /* Whether setup succeeded or failed, abort must succeed. */ 228 /* If setup failed, reproduce the failure, so that the caller can 2987 /* Whether setup succeeded or failed, abort must succeed. */ 2990 /* If setup failed, reproduce the failure, so as to 7115 * start failed. */ 7699 * start failed. */
|
| D | test_suite_pk.function | 630 * or 0 if the key generation failed. 646 * or 0 if the key generation failed.
|
| D | test_suite_x509parse.data | 1791 X509 CRT ASN1 (TBS, inv SubPubKeyInfo, check failed) 1795 X509 CRT ASN1 (TBS, inv SubPubKeyInfo, check failed, expanded length notation)
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
| D | outcome-analysis.sh | 125 failed='' 128 failed="$failed $suite" 131 if [ -z "$failed" ]; then 134 printf "Suites with less coverage:%s\n" "$failed"
|
| /openthread-latest/third_party/mbedtls/repo/tests/ |
| D | Makefile | 25 $(error "$(PYTHON) scripts/generate_bignum_tests.py --list" failed) 32 $(error "$(PYTHON) scripts/generate_ecp_tests.py --list" failed) 39 $(error "$(PYTHON) scripts/generate_psa_tests.py --list" failed)
|
| /openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
| D | run-test-suites.pl | 67 my (@failed_suites, $total_tests_run, $failed, $suite_cases_passed,
|
| /openthread-latest/tests/unit/ |
| D | README.md | 3 …nd run OpenThread unit tests. It will be helpful for developers to debug failed unit test cases if…
|
| /openthread-latest/ |
| D | CONTRIBUTING.md | 136 …elevant artifacts. If the artifacts are too big, provide the link of the failed run (do not rerun … 138 ##### Analyze core dumps in failed checks 140 For some checks, core dumps for crashed programs are uploaded as artifacts in a failed check. Besid…
|
| /openthread-latest/src/core/backbone_router/ |
| D | bbr_manager.cpp | 225 bool failed = true; in HandleMulticastListenerRegistration() local 230 failed = false; in HandleMulticastListenerRegistration() 248 if (failed) in HandleMulticastListenerRegistration()
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
| D | test-framework.md | 41 … in `compat.sh` is not classified as `ssl-opt.sh`, so the information of failed log files are foll…
|
| D | invasive-testing.md | 314 Goal: ensure that no stray files are left over in the key store even if a test has failed (as that …
|
| /openthread-latest/src/cli/ |
| D | README_COAPS.md | 243 …ts` parameter sets the maximum number of allowed attempts, successful or failed, to connect to the…
|
| D | README.md | 2467 status 0, 0 failed 2470 status 2, 1 failed 2474 status 0, 0 failed 2477 status 0, 0 failed
|
| D | README_HISTORY.md | 510 - Whether the message was sent or received (`TX` or `RX`). A failed transmission (e.g., if tx was a…
|
| /openthread-latest/tests/toranj/ |
| D | start.sh | 66 echo Attempt $counter running "$1" failed. Trying again.
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | ChangeLog | 294 that it failed to check if all the relevant curves were supported by the 929 rsa_pss_rsae_* signature algorithms. This failed because Mbed TLS 1176 * Fix unit tests that used 0 as the file UID. This failed on some 1349 mbedtls_ssl_get_session() failed with MBEDTLS_ERR_SSL_ALLOC_FAILED 2639 predictable shared secret if a hardware accelerator failed and the other 2883 * Fix returning the value 1 when mbedtls_ecdsa_genkey failed. 3726 failed, the error may not be noticed by the function 3828 verification of the peer's certificate failed due to an overlong chain or 3895 when sending the alert failed. The fix makes sure not to hide the error 4289 tries to continue the handshake after it failed (a misuse of the API). [all …]
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
| D | psa-shared-memory.md | 406 2. Use `ptrace` with `PTRACE_SINGLESTEP` to re-execute the failed load/store instrution. 410 Record the addresses that are accessed. Mark the test as failed if the same address is read twice. 421 Record the addresses that are accessed. Mark the test as failed if the same address is read twice. …
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/ |
| D | psa-thread-safety.md | 243 … the key becomes visible to other threads. The linearization point for a failed call is the closes…
|
| /openthread-latest/third_party/mbedtls/repo/docs/ |
| D | 3.0-migration-guide.md | 106 The default reaction to a failed check was to call a function
|