/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 61 enabled = "fails passes skips"; in ATF_INIT_TEST_CASES() 69 if (enabled.find("skips") != std::string::npos) in ATF_INIT_TEST_CASES() 70 ATF_ADD_TEST_CASE(tcs, skips); in ATF_INIT_TEST_CASES()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/ |
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"
|
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"
|
/freebsd/cddl/usr.sbin/dtrace/tests/tools/ |
H A D | gentest.sh | 84 SKIPS=$(echo -e "$SKIP" | grep "^${CATEGORY}/" | xargs basename -a) 91 TFILES=$(printf '%s\n%s' "$EXFAILS" "$SKIPS" "$SKIPCIS" | sort | comm -13 /dev/stdin $FILELIST) 96 gentestcases SKIPS "atf_skip \"test may hang or cause system instability\""
|
/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/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.h | 148 // Skips 'const' and 'volatile' 151 // Skips 'const', 'volatile', '&', '&&' in the end of the function. 160 // Skips 'const' and 'volatile'
|
/freebsd/contrib/unbound/sldns/ |
H A D | parse.h | 152 * skips all of the characters in the given string in the buffer, moving 160 * skips all of the characters in the given string in the fp, moving 169 * skips all of the characters in the given string in the fp, moving
|
/freebsd/contrib/ldns/ldns/ |
H A D | parse.h | 163 * skips all of the characters in the given string in the buffer, moving 172 * skips all of the characters in the given string in the fp, moving 182 * skips all of the characters in the given string in the fp, moving
|
/freebsd/contrib/kyua/utils/ |
H A D | test_utils.ipp | 86 /// Skips the test if coredump tests have been disabled by the user. 99 /// Prepares the test so that it can dump core, or skips it otherwise.
|
/freebsd/contrib/lib9p/pytest/ |
H A D | client.py | 35 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/usr.bin/cmp/tests/ |
H A D | cmp_test2.sh | 67 atf_set "descr" "Test cmp(1) -s with file offset skips" 85 atf_set "descr" "Test cmp(1) accepting SI suffixes on skips"
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ProfDataUtils.h | 80 /// Faster version of extractBranchWeights() that skips checks and must only 85 /// Faster version of extractBranchWeights() that skips checks and must only
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-raw.mk | 3 # Tests for the -r command line option, which skips the system-defined default
|
H A D | suff-rebuild.mk | 37 # wouldn't work because the condition 'ptr == target->name' skips these
|
H A D | varparse-mod.mk | 12 # ":!echo "\$VAR"} !". Afterwards, the parser optionally skips a ':' (at the
|
H A D | modmisc.mk | 49 # modifiers, but not by the :@ modifier since it explicitly skips empty words.
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | IgnoreExpr.h | 60 // addition to what IgnoreImpCasts() skips to account for the current in IgnoreImplicitCastsExtraSingleStep() 92 // Skip what IgnoreCastsSingleStep skips, except that only in IgnoreLValueCastsSingleStep()
|
/freebsd/share/man/man4/ |
H A D | ng_netflow.4 | 217 skips radix lookup on flow source address used to fill in network mask. 220 skips radix lookup on destination (which fills egress interface id, destination
|
/freebsd/contrib/openpam/ |
H A D | INSTALL | 28 Skips the documentation.
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
H A D | snmp_netgraph.3 | 333 The function skips intermediate tee nodes (see 346 The function skips intermediate tee nodes (see
|
/freebsd/libexec/rc/rc.d/ |
H A D | mountcritremote | 21 # skips nfs in the following block (for "other network filesystems") can
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LivePhysRegs.h | 139 /// Adds all live-in registers of basic block \p MBB but skips pristine 152 /// Adds all live-out registers of basic block \p MBB but skips pristine
|
/freebsd/contrib/netbsd-tests/fs/ |
H A D | h_funcs.subr | 35 # skips the test.
|
/freebsd/contrib/netbsd-tests/lib/libc/stdio/ |
H A D | t_scanf.c | 59 atf_tc_set_md_var(tc, "descr", "verify sscanf skips all whitespace"); in ATF_TC_HEAD()
|