Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Doutcome-analysis.sh106 sed -n "$sed_cmd" "$ref" > skipped-ref
107 sed -n "$sed_cmd" "$new" > skipped-new
108 nb_ref=$(wc -l <skipped-ref)
109 nb_new=$(wc -l <skipped-new)
114 if diff skipped-ref skipped-new | grep '^> '; then
119 rm skipped-ref skipped-new
Dstrategy.md241 c. and no more tests skipped than the same configuration with software
355 result in more tests being skipped, which is easy to miss. Care must be
358 1. The sets of tests skipped in the default config and the full config must be
362 2. The set of tests skipped in the driver-only build is the same as in an
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Drun-test-suites.pl114 my ($passed, $tests, $skipped) = $result =~ /([0-9]*) \/ ([0-9]*) tests.*?([0-9]*) skipped/;
115 $total_tests_run += $tests - $skipped;
/openthread-latest/src/ncp/
Dncp_base.cpp249 uint8_t skipped = 0; in NcpBase() local
253 if ((i + skipped) == SPINEL_HEADER_GET_IID(SPINEL_HEADER_IID_BROADCAST)) in NcpBase()
255 mInstances[i + skipped] = nullptr; in NcpBase()
256 skipped++; in NcpBase()
259 OT_ASSERT(i + skipped <= SPINEL_HEADER_IID_MAX); in NcpBase()
260 mInstances[i + skipped] = aInstances[i]; in NcpBase()
262 otDiagSetOutputCallback(mInstances[i + skipped], &NcpBase::HandleDiagOutput_Jump, this); in NcpBase()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_net.function96 * is not necessary and we mark it as skipped.
Dhost_test.function774 mbedtls_fprintf(stdout, " (%u / %u tests (%u skipped))\n",
Dtest_suite_x509parse.data1801 # IssuerID is skipped and that the tag should hence belong to the next field,
/openthread-latest/third_party/mbedtls/repo/
DChangeLog5131 * zlib compression/decompression skipped on empty blocks