Searched refs:skips (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/kyua/bootstrap/
H A Datf_helpers.cpp48 ATF_TEST_CASE_WITHOUT_HEAD(skips); variable
49 ATF_TEST_CASE_BODY(skips)
61 enabled = "fails passes skips";
69 if (enabled.find("skips") != std::string::npos)
70 ATF_ADD_TEST_CASE(tcs, skips);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/
H A Dzed_slow_io_many_vdevs.ksh150 typeset -i skips=0
152 skips=$(grep "retiring case" \
154 [[ $skips -gt "0" ]] && break
159 log_note $skips degrade skips in ZED log after $i seconds
160 [ $skips -gt "0" ] || log_fail "expecting to see skips"
/freebsd-current/contrib/bmake/unit-tests/
H A Dmodmisc.mk49 # modifiers, but not by the :@ modifier since it explicitly skips empty words.
H A Ddeptgt-posix.mk117 # Running make with the option '-r' skips the builtin rules from <sys.mk>.
H A Dvarmod-subst.mk263 # one of the "really stupid names", skips the first dollar, and parsing
H A Ddirective-include-guard.mk20 # '.MAKE.MAKEFILES', as that variable skips duplicate pathnames.
281 # skips almost all lines, as they are irrelevant, but the structure of the
/freebsd-current/contrib/lib9p/pytest/
H A Dclient.py35 self.skips = 0
172 "used in succ/fail/skip - skips rest of testcase with"
271 tstate.skips += 1
422 if tstate.skips:
423 print('{0} {1} skipped'.format(tstate.skips,
424 pluralize(tstate.skips,
/freebsd-current/crypto/openssl/util/
H A Dfind-doc-nits1046 my %skips = (
1129 next if defined $skips{$_};
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dmain.c250 /* Cumulative count of reported skips. */
251 static int skips = 0; variable
437 ++skips;
2622 int skips_before = skips;
2679 test_summarize(tests[i].failures, skips - skips_before);
3178 printf(" Skips reported: %8d\n", skips);
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_main.c378 /* Cumulative count of reported skips. */
379 static int skips = 0; variable
565 ++skips;
3545 int skips_before = skips;
3602 test_summarize(tests[i].failures, skips - skips_before);
4223 printf(" Skips reported: %8d\n", skips);
/freebsd-current/contrib/ncurses/progs/
H A Dtic.c2851 int skips = 0; local
2866 skips = 3;
2867 if ((skips-- <= 0) && (param == code))
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest.cc4272 int skips = 0;
4276 if (++failures == 1 && skips == 0) {
4289 if (++skips == 1 && failures == 0) {
4304 if (failures == 0 && skips == 0 && result.test_property_count() == 0) {
4307 if (failures == 0 && skips == 0) {
/freebsd-current/sys/dev/ocs_fc/
H A Docs_hw.c4456 uint32_t skips = 0; local
4486 * No skips, 2 special for initiator I/Os
4505 skips = OCS_TARGET_WRITE_SKIPS;
4514 skips--;
4523 skips = OCS_TARGET_READ_SKIPS;
4527 * No skips, etc. for FCP_TRSP64
4538 for (i = 0; i < skips; i++) {
4543 io->n_sge += skips;

Completed in 180 milliseconds