Searched refs:fails (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-13-stable/contrib/kyua/bootstrap/
H A Datf_helpers.cpp35 ATF_TEST_CASE_WITHOUT_HEAD(fails); variable
36 ATF_TEST_CASE_BODY(fails)
61 enabled = "fails passes skips";
65 if (enabled.find("fails") != std::string::npos)
66 ATF_ADD_TEST_CASE(tcs, fails);
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dmmp.h37 #define MMP_FAIL_INTVS_OK(fails) (fails == 0 ? 0 : MAX(fails, \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_reset_interval.ksh70 for fails in $(seq $MMP_FAIL_INTERVALS_MIN $((MMP_FAIL_INTERVALS_MIN*2))); do
72 log_must set_tunable64 MULTIHOST_FAIL_INTERVALS $fails
77 if [ $fails -ne $mmp_fail ]; then
78 log_fail "ERROR: mmp_fail $mmp_fail != $fails"
/freebsd-13-stable/sys/dev/gpio/
H A Dgpioths.c93 int fails; member in struct:gpioths_softc
275 sc->fails = 0;
279 device_printf(dev, "fails=%d, temp=%d, hum=%d\n", sc->fails,
285 sc->fails++;
377 SYSCTL_ADD_INT(ctx, SYSCTL_CHILDREN(tree), OID_AUTO, "fails",
378 CTLFLAG_RD, &sc->fails, 0,
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddepsrc.mk22 : 'declaration. If that fails because the variable is undefined,'
H A Ddeptgt-delete_on_error.mk4 # which controls whether the target is deleted if a shell command fails or
H A Dsh-errctl.mk10 # error control mode, this fails, while in echo control mode, it succeeds.
H A Dvarmod-subst.mk34 . warning The :S modifier fails for a short match anchored at the start.
38 . warning The :S modifier fails for an exact match anchored at the start.
46 . warning The :S modifier fails for a short match anchored at the end.
50 . warning The :S modifier fails to replace one occurrence per word.
54 . warning The :S modifier fails for an exact match anchored at the end.
H A Dvarname-dot-curdir.mk7 # be resolved. If not, make fails at startup.
H A Dvarmod-assign.mk80 # When parsing an assignment operator fails because the operator is
90 # If the command fails, the variable keeps its previous value.
H A Dcond-undef-lint.mk22 # Since the condition fails to evaluate, neither of the branches is taken.
H A Dvarmod-edge.mk147 # The call to "pattern.lhs = ParseModifierPart" fails.
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicCastInfo.h32 bool fails() const { return ResultKind == CastResult::Failure; } function in class:clang::ento::DynamicCastInfo
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_test_test.sh66 simple_some_fail:fail -> failed: This fails on purpose [S.UUUs]
130 first:fail -> failed: This fails on purpose [S.UUUs]
133 second:fail -> failed: This fails on purpose [S.UUUs]
267 subdir/simple_some_fail:fail -> failed: This fails on purpose [S.UUUs]
351 second:fail -> failed: This fails on purpose [S.UUUs]
399 subdir/second:fail -> failed: This fails on purpose [S.UUUs]
467 third:fail -> failed: This fails on purpose [S.UUUs]
513 subdir/fourth:fail -> failed: This fails on purpose [S.UUUs]
609 some-program:fail -> failed: This fails on purpose [S.UUUs]
621 some-program,fail,failed,This fails o
[all...]
H A Dcmd_debug_test.sh100 first:fail -> failed: This fails on purpose
229 subdir/prog:fail -> failed: This fails on purpose
/freebsd-13-stable/contrib/netbsd-tests/bin/sh/
H A Dt_varval.sh80 "Just give up on these tests if the aaa test fails".
/freebsd-13-stable/contrib/ntp/
H A DMakefile.am105 FreeBSD 6.x make which fails with "make COPYRIGHT" \
/freebsd-13-stable/sys/mips/mips/
H A Dswtch.S665 break 0 # just in case sigreturn fails
682 break 0 # just in case sigreturn fails
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc478 // If that fails, fall back to pseudo-random numbers.
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h1348 int fails = 0;
1352 fails = (*fptr)(kind, KMP_DEVICE_ALL); // pause devices
1354 fails += __kmpc_pause_resource(kind); // pause host
1355 return fails;
/freebsd-13-stable/share/mk/
H A Dsuite.test.mk119 # times. "aftercheck" won't be run if "make check" fails, is interrupted,
H A Dbsd.compiler.mk114 # which fails with -Wparentheses-equality, -Wtautological-compare, and
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc646 case OLPAREN: /* must undo assignment if rest fails */
657 case ORPAREN: /* must undo assignment if rest fails */
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp101 return CastSucceeds ? CastInfo->fails() : CastInfo->succeeds();
/freebsd-13-stable/contrib/bmake/mk/
H A Down.mk39 # we need to make sure these are defined too in case sys.mk fails to.

Completed in 209 milliseconds

12