Home
last modified time | relevance | path

Searched refs:skips (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/
H A Dzed_diagnose_multiple.ksh141 typeset -i skips=0
143 skips=$(grep "retiring case" \
145 [[ $skips -gt "0" ]] && break
150 log_note $skips fault skips in ZED log after $i seconds
151 [ $skips -gt "0" ] || log_fail "expecting to see skips"
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/contrib/kyua/bootstrap/
H A Dtestsuite.at112 AT_CHECK([grep "atf_helpers:skips" stdout], [1], [], [])
125 AT_CHECK([grep "atf_helpers:skips" stdout], [1], [], [])
130 AT_SETUP([run test case that skips])
134 AT_CHECK([RUN_ATF_HELPERS([skips])], [0], [stdout], [])
137 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
147 AT_CHECK([RUN_ATF_HELPERS([passes skips])], [0], [stdout], [])
150 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
164 AT_CHECK([grep "atf_helpers:skips" stdout], [1], [], [])
173 AT_CHECK([RUN_ATF_HELPERS([fails passes skips])], [1], [stdout], [])
177 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
[all …]
H A Datf_helpers.cpp48 ATF_TEST_CASE_WITHOUT_HEAD(skips);
49 ATF_TEST_CASE_BODY(skips) in ATF_TEST_CASE_BODY() argument
70 ATF_ADD_TEST_CASE(tcs, skips); in ATF_INIT_TEST_CASES()
/freebsd/tools/build/options/
H A DWITH_DIRDEPS_BUILD21 skips checking dirdep dependencies and will only build in the current
24 skips building any dirdeps and only build the current directory.
/freebsd/contrib/lib9p/pytest/
H A Dclient.py35 self.skips = 0
271 tstate.skips += 1
422 if tstate.skips:
423 print('{0} {1} skipped'.format(tstate.skips,
424 pluralize(tstate.skips,
/freebsd/crypto/openssl/util/
H A Dfind-doc-nits1046 my %skips = (
1129 next if defined $skips{$_};
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadf4350.txt18 - adi,reference-div-factor: If set the driver skips dynamic calculation
/freebsd/contrib/kyua/utils/
H A Dtest_utils.ipp99 /// Prepares the test so that it can dump core, or skips it otherwise.
/freebsd/contrib/libpcap/rpcapd/
H A DCMakeLists.txt30 # that's been set, it skips the test, so we need different variables.
/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c251 static int skips = 0; variable
437 ++skips; in test_skipping()
2622 int skips_before = skips; in test_run()
2679 test_summarize(tests[i].failures, skips - skips_before); in test_run()
3178 printf(" Skips reported: %8d\n", skips); in main()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c386 static int skips = 0; variable
572 ++skips; in test_skipping()
3558 int skips_before = skips; in test_run()
3615 test_summarize(tests[i].failures, skips - skips_before); in test_run()
4240 printf(" Skips reported: %8d\n", skips); in main()
/freebsd/contrib/bc/gen/
H A Ddc_help.txt57 should be, it skips the whitespace. If the character following is not
/freebsd/contrib/ncurses/progs/
H A Dtic.c2920 int skips = 0; in check_sgr_param() local
2935 skips = 3; in check_sgr_param()
2936 if ((skips-- <= 0) && (param == code)) in check_sgr_param()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc4293 int skips = 0; in OutputXmlTestResult() local
4297 if (++failures == 1 && skips == 0) { in OutputXmlTestResult()
4310 if (++skips == 1 && failures == 0) { in OutputXmlTestResult()
4325 if (failures == 0 && skips == 0 && result.test_property_count() == 0) { in OutputXmlTestResult()
4328 if (failures == 0 && skips == 0) { in OutputXmlTestResult()
/freebsd/contrib/atf/atf-sh/
H A Dlibatf-sh.subr330 # automatically skips the test case with an appropriate message.
/freebsd/contrib/less/
H A Dless.hlp130 Search skips current screen.
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-P2P80 channels, i.e., it skips the initial full scan. type=progressive is
175 client. It skips the GO Negotiation part. This will send a Provision
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md381 test environment `SetUp()` method, it skips all tests in the test program. If
382 used in a test fixture `SetUp()` method, it skips all tests in the corresponding
/freebsd/sys/dev/ocs_fc/
H A Docs_hw.c4456 uint32_t skips = 0; in ocs_hw_io_init_sges() local
4505 skips = OCS_TARGET_WRITE_SKIPS; in ocs_hw_io_init_sges()
4514 skips--; in ocs_hw_io_init_sges()
4523 skips = OCS_TARGET_READ_SKIPS; in ocs_hw_io_init_sges()
4538 for (i = 0; i < skips; i++) { in ocs_hw_io_init_sges()
4543 io->n_sge += skips; in ocs_hw_io_init_sges()
/freebsd/contrib/bc/manuals/
H A Dbuild.md753 option skips all of that and just installs all of the locales that `bc` and `dc`
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_common.t0241 \ Note: this (on purpose) skips MD5.
/freebsd/contrib/tcpdump/
H A DCMakeLists.txt437 # that's been set, it skips the test, so we need different variables.
/freebsd/contrib/libpcap/
H A DCMakeLists.txt813 # variable that's been set, it skips the test, so we need different
2167 # argument a variable that's been set, it skips the test,
/freebsd/contrib/ldns/
H A DChangelog541 * read resolv.conf skips interface labels, e.g. %eth0.

12