Searched refs:skipped (Results 1 – 8 of 8) sorted by relevance
106 sed -n "$sed_cmd" "$ref" > skipped-ref107 sed -n "$sed_cmd" "$new" > skipped-new108 nb_ref=$(wc -l <skipped-ref)109 nb_new=$(wc -l <skipped-new)114 if diff skipped-ref skipped-new | grep '^> '; then119 rm skipped-ref skipped-new
241 c. and no more tests skipped than the same configuration with software355 result in more tests being skipped, which is easy to miss. Care must be358 1. The sets of tests skipped in the default config and the full config must be362 2. The set of tests skipped in the driver-only build is the same as in an
114 my ($passed, $tests, $skipped) = $result =~ /([0-9]*) \/ ([0-9]*) tests.*?([0-9]*) skipped/;115 $total_tests_run += $tests - $skipped;
249 uint8_t skipped = 0; in NcpBase() local253 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()
96 * is not necessary and we mark it as skipped.
774 mbedtls_fprintf(stdout, " (%u / %u tests (%u skipped))\n",
1801 # IssuerID is skipped and that the tag should hence belong to the next field,
5131 * zlib compression/decompression skipped on empty blocks