Home
last modified time | relevance | path

Searched full:skips (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/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
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 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"
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"
/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Dgentest.sh84 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 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/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.h148 // 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 Dparse.h152 * 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 Dparse.h163 * 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 Dtest_utils.ipp86 /// 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 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/usr.bin/cmp/tests/
H A Dcmp_test2.sh67 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 DProfDataUtils.h80 /// 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 Dopt-raw.mk3 # Tests for the -r command line option, which skips the system-defined default
H A Dsuff-rebuild.mk37 # wouldn't work because the condition 'ptr == target->name' skips these
H A Dvarparse-mod.mk12 # ":!echo "\$VAR"} !". Afterwards, the parser optionally skips a ':' (at the
H A Dmodmisc.mk49 # modifiers, but not by the :@ modifier since it explicitly skips empty words.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DIgnoreExpr.h60 // 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 Dng_netflow.4217 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 DINSTALL28 Skips the documentation.
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.3333 The function skips intermediate tee nodes (see
346 The function skips intermediate tee nodes (see
/freebsd/libexec/rc/rc.d/
H A Dmountcritremote21 # skips nfs in the following block (for "other network filesystems") can
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h139 /// 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 Dh_funcs.subr35 # skips the test.
/freebsd/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_scanf.c59 atf_tc_set_md_var(tc, "descr", "verify sscanf skips all whitespace"); in ATF_TC_HEAD()

12345678910>>...13