/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/ |
H A D | zed_diagnose_multiple.ksh | 141 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 D | zed_slow_io_many_vdevs.ksh | 150 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 D | testsuite.at | 112 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 D | atf_helpers.cpp | 48 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 D | WITH_DIRDEPS_BUILD | 21 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 D | client.py | 35 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 D | find-doc-nits | 1046 my %skips = ( 1129 next if defined $skips{$_};
|
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adf4350.txt | 18 - adi,reference-div-factor: If set the driver skips dynamic calculation
|
/freebsd/contrib/kyua/utils/ |
H A D | test_utils.ipp | 99 /// Prepares the test so that it can dump core, or skips it otherwise.
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | CMakeLists.txt | 30 # that's been set, it skips the test, so we need different variables.
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | main.c | 251 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 D | test_main.c | 386 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 D | dc_help.txt | 57 should be, it skips the whitespace. If the character following is not
|
/freebsd/contrib/ncurses/progs/ |
H A D | tic.c | 2920 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 D | gtest.cc | 4293 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 D | libatf-sh.subr | 330 # automatically skips the test case with an appropriate message.
|
/freebsd/contrib/less/ |
H A D | less.hlp | 130 Search skips current screen.
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-P2P | 80 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 D | testing.md | 381 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 D | ocs_hw.c | 4456 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 D | build.md | 753 option skips all of that and just installs all of the locales that `bc` and `dc`
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_common.t0 | 241 \ Note: this (on purpose) skips MD5.
|
/freebsd/contrib/tcpdump/ |
H A D | CMakeLists.txt | 437 # that's been set, it skips the test, so we need different variables.
|
/freebsd/contrib/libpcap/ |
H A D | CMakeLists.txt | 813 # 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 D | Changelog | 541 * read resolv.conf skips interface labels, e.g. %eth0.
|