Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 29) sorted by relevance

12

/openthread-latest/tools/harness-automation/autothreadharness/
Drunner.py179 skip='efp', argument
267 if ((log[case_name]['passed'] and ('p' in skip)) or
268 … (log[case_name]['passed'] is False and ('f' in skip)) or (log[case_name]['passed'] is None and
269 ('e' in skip))):
299 argv.extend(['-k', skip])
422 skip='',
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_asn1parse.data508 Traverse SEQUENCE of ANY, skip non-INTEGER: INTEGER, NULL
511 Traverse SEQUENCE of ANY, skip non-INTEGER: NULL, INTEGER
514 Traverse SEQUENCE of INTEGER, skip everything
517 Traverse SEQUENCE of {NULL, OCTET STRING}, skip NULL: OS, NULL
520 Traverse SEQUENCE of {NULL, OCTET STRING}, skip NULL: NULL, OS
523 Traverse SEQUENCE of {NULL, OCTET STRING}, skip everything
601 Find named data: skip suffix
604 Find named data: skip prefix
Dtest_suite_cmac.function160 /* Multiple partial and complete blocks. A negative length means skip the
246 /* Multiple partial and complete blocks. A negative length means skip the
274 /* Multiple partial and complete blocks. A negative length means skip the
Dtest_suite_ccm.data1525 CCM encrypt, skip ad AES-128 (P=0, N=13, A=0, T=16)
1529 CCM* encrypt, skip ad AES-128 (P=0, N=13, A=0, T=16)
1533 CCM decrypt, skip ad AES-128 (P=0, N=13, A=0, T=16)
1537 CCM* decrypt, skip ad AES-128 (P=0, N=13, A=0, T=16)
1541 CCM encrypt, skip ad NIST VADT AES-128 (P=24, N=13, A=0, T=16)
1545 CCM* encrypt, skip ad NIST VADT AES-128 (P=24, N=13, A=0, T=16)
1549 CCM decrypt, skip ad NIST DVPT AES-192 (P=24, N=7, A=0, T=4)
1553 CCM* decrypt, skip ad NIST DVPT AES-192 (P=24, N=7, A=0, T=4)
1557 CCM encrypt, skip update AES-128 (P=0, N=13, A=0, T=16)
1561 CCM decrypt, skip update AES-128 (P=0, N=13, A=0, T=16)
[all …]
Dtest_suite_asn1write.data358 Store named data: skip suffix
361 Store named data: skip prefix
Dtest_suite_bignum_mod.function251 * limbs as the modulus. For negative testing we can ask it to skip this
353 * limbs as the modulus. For negative testing we can ask it to skip this
403 * limbs as the modulus. For negative testing we can ask it to skip this
454 * limbs as the modulus. For negative testing we can ask it to skip this
Dtest_suite_constant_time.function295 * \p skip_head Leading bytes to skip, as per mbedtls_ct_memcmp_partial
296 * \p skip_tail Trailing bytes to skip, as per mbedtls_ct_memcmp_partial
Dhost_test.function353 test_suite += 1; // skip the '/'
407 mbedtls_fprintf(outcome_file, "SKIP;Runtime skip");
Dtest_suite_bignum_core.misc.data524 CLZ: 100000 0: skip overly long input
Dtest_suite_aes.function105 // expected result is always success on zero-length input, so skip len == 0 if expecting failure
Dtest_suite_asn1parse.function288 * time, we skip some "boring" prefixes: we don't test prefixes where
Dtest_suite_psa_crypto.function444 /* If the operation is not supported, just skip and not fail in case the
5087 /* If the operation is not supported, just skip and not fail in case the
5175 /* If the operation is not supported, just skip and not fail in case the
5246 /* If the operation is not supported, just skip and not fail in case the
5507 /* If the operation is not supported, just skip and not fail in case the
5610 /* If the operation is not supported, just skip and not fail in case the
5725 /* If the operation is not supported, just skip and not fail in case the
5812 /* If the operation is not supported, just skip and not fail in case the
5901 /* If the operation is not supported, just skip and not fail in case the
Dtest_suite_ccm.function543 /* Provide auth data, skip full text */
Dtest_suite_x509parse.function761 /* CRLs aren't supported with CA callbacks, so skip the CA callback
Dtest_suite_bignum_core.function317 // can't fit required number of leading and trailing zeros - skip test
/openthread-latest/tools/harness-automation/
DREADME.rst19 ./start.sh [-h] [--pattern PATTERN] [--delete-denylist] [--skip SKIP]
/openthread-latest/third_party/mbedtls/repo/programs/test/cmake_package/
DCMakeLists.txt5 # skip installing it, and use the build directory directly instead.
/openthread-latest/tests/unit/
DCMakeLists.txt59 …-DOPENTHREAD_CONFIG_MAC_SOFTWARE_CSMA_BACKOFF_ENABLE=0 # used to skip backoff and request tx from …
295 …"-DOPENTHREAD_CONFIG_MAC_SOFTWARE_CSMA_BACKOFF_ENABLE=0" # used to skip backoff and request tx fro…
/openthread-latest/third_party/mbedtls/repo/tests/
DMakefile190 perl scripts/run-test-suites.pl $(TEST_FLAGS) --skip=$(SKIP_TEST_SUITES)
DCMakeLists.txt152 # "foo" as a skip pattern skips "test_suite_foo" and "test_suite_foo.bar"
/openthread-latest/
DCMakeLists.txt127 # skip in this case
/openthread-latest/src/core/net/
Dsrp_client.cpp713 … bool skip = unicastAddress.mSrpRegistered && unicastAddress.mValid && !unicastAddress.mPreferred; in ShouldUpdateHostAutoAddresses() local
715 if (!skip) in ShouldUpdateHostAutoAddresses()
/openthread-latest/third_party/mbedtls/repo/
DREADME.md99 …uilt and Perl to be run. If you don't have one of them installed, you can skip building the tests …
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md238 1. Load the driver key identifier from the key file. If the key file does not exist, skip to step 4.
Dpsa-shared-memory.md138 It is ok to skip the copy if it is known for sure that a buffer is not in shared memory. However, t…

12