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

12

/freebsd-current/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-current/contrib/bmake/unit-tests/
H A Ddeptgt-error.exp1 false fails
H A Ddeptgt-error.mk4 # is made when another target fails.
7 false fails
H A Dsh-errctl.mk10 # error control mode, this fails, while in echo control mode, it succeeds.
H A Ddepsrc.mk24 : '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 Dvarname-dot-curdir.mk7 # be resolved. If not, make fails at startup.
H A Dvarmod-assign-shell.mk8 # command fails or crashes.
H A Dcond-undef-lint.mk22 # Since the condition fails to evaluate, neither of the branches is taken.
H A Dvarmod-assign.mk96 # When parsing an assignment operator fails because the operator is
106 # If the command fails, the variable keeps its previous value.
H A Dvarmod-mtime.mk65 # modifier fails with an error message, once for each affected file.
H A Dopt-debug-lint.mk12 # that fails.
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dmmp.h37 #define MMP_FAIL_INTVS_OK(fails) (fails == 0 ? 0 : MAX(fails, \
/freebsd-current/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-current/tests/sys/netpfil/common/
H A Ddummynet.sh322 fails=0
329 fails=$(( ${fails} + 1 ))
332 if [ ${fails} -gt 0 ];
334 atf_fail "We failed prioritisation ${fails} times"
350 fails=0
357 fails=$(( ${fails} + 1 ))
360 if [ ${fails} -lt 3 ];
362 atf_fail "We failed reversed prioritisation only ${fails} time
[all...]
/freebsd-current/sys/dev/gpio/
H A Dgpioths.c90 int fails; member in struct:gpioths_softc
272 sc->fails = 0;
276 device_printf(dev, "fails=%d, temp=%d, hum=%d\n", sc->fails,
282 sc->fails++;
374 SYSCTL_ADD_INT(ctx, SYSCTL_CHILDREN(tree), OID_AUTO, "fails",
375 CTLFLAG_RD, &sc->fails, 0,
/freebsd-current/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-current/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-current/contrib/netbsd-tests/bin/sh/
H A Dt_varval.sh80 "Just give up on these tests if the aaa test fails".
/freebsd-current/contrib/ntp/
H A DMakefile.am104 FreeBSD 6.x make which fails with "make COPYRIGHT" \
/freebsd-current/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl921 fails = 0
932 fails += 1
1031 total = passes + fails
1032 println(passes, " passes ", fails, " fails ", total, " total")
/freebsd-current/sys/contrib/zstd/lib/
H A Dlibzstd.mk47 # Building from Fedora fails without it.
/freebsd-current/share/mk/
H A Dsuite.test.mk118 # times. "aftercheck" won't be run if "make check" fails, is interrupted,
/freebsd-current/contrib/bmake/mk/
H A Down.mk42 # we need to make sure these are defined too in case sys.mk fails to.

Completed in 309 milliseconds

12