Searched refs:fail (Results 1 - 25 of 1055) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/netbsd-tests/include/
H A Dt_errno.c45 bool fail; local
53 fail = true;
56 fail = false;
58 if (fail != false)
61 fail = true;
64 fail = false;
66 if (fail != false)
69 fail = true;
72 fail = false;
74 if (fail !
[all...]
H A Dt_netdb.c45 bool fail; local
53 fail = true;
56 fail = false;
58 if (fail != false)
61 fail = true;
64 fail = false;
66 if (fail != false)
69 fail = true;
72 fail = false;
74 if (fail !
[all...]
/freebsd-12-stable/tools/test/testfloat/
H A Dfail.h28 void fail( const char *, ... );
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_long_double_int.c4 fail(long double *a, long int *b) function
/freebsd-12-stable/sys/contrib/zstd/tests/gzip/
H A Dunpack-invalid.sh30 fail=1
32 fail=0
36 Exit $fail
H A Dkeep.sh25 fail=0
32 gzip $k in || fail=1
33 eval "test -f in $op fail=1"
34 test -f in.gz || fail=1
35 rm -f in || fail=1
37 gzip -d $k in.gz || fail=1
38 eval "test -f in.gz $op fail=1"
39 test -f in || fail=1
40 compare in orig || fail=1
41 rm -f in.gz || fail
[all...]
H A Dz-suffix.sh23 gzip -Sz F || fail=1
24 test ! -f F || fail=1
25 test -f Fz || fail=1
26 gzip -dSz F || fail=1
27 test ! -f Fz || fail=1
28 compare F G || fail\1
30 Exit $fail
H A Dhufts.sh25 fail=0
27 test $? = 1 || fail=1
29 compare /dev/null out || fail=1
31 sed 's/.*hufts-segv.gz: /...: /' err > k; mv k err || fail=1
32 compare exp err || fail=1
34 Exit $fail
H A Dlist.sh25 gzip -l in && fail=1
26 gzip -9 in || fail=1
27 gzip -l in.gz >out1 || fail=1
28 gzip -l in.gz | cat >out2 || fail=1
29 compare out1 out2 || fail=1
31 Exit $fail
H A Dhelin-segv.sh26 fail=0
28 gzip -dc helin.gz > out || fail=1
29 compare exp out || fail=1
31 Exit $fail
H A Dmemcpy-abuse.sh27 fail=0
30 gzip -dc in.gz > out || fail=1
32 compare in out || fail=1
34 Exit $fail
H A Dznew-k.sh30 # Otherwise, "test -f $name" below would fail.
35 fail=0
37 znew -K $name || fail=1
38 test -f $name || fail=1
40 Exit $fail
H A Dstdin.sh25 fail=0
26 gzip -dc in - in < in > out 2>err || fail=1
28 compare exp out || fail=1
29 compare /dev/null err || fail=1
31 Exit $fail
H A Dtrailing-nul.sh2 # gzip accepts trailing NUL bytes; don't fail if there is exactly one.
3 # Before gzip-1.4, this would fail.
27 fail=0
31 test $ret -eq $i || fail=1
33 echo $i > exp || fail=1
34 compare exp $i || fail=1
37 Exit $fail
H A Dzdiff.sh3 # Before gzip-1.4, this would fail.
34 fail=0
36 test $? = 1 || fail=1
38 compare exp out || fail=1
42 zdiff a.gz a.gz > out 2> err || fail=1
44 test -s out && fail=1
46 test -s err && fail=1
48 Exit $fail
H A Dzgrep-f.sh3 # Before gzip-1.4, it would fail.
27 fail=0
28 zgrep -f - haystack.gz < n > out 2>&1 || fail=1
30 compare out n || fail=1
36 eval 'zgrep -h -f <(cat n) haystack.gz haystack.gz' >out || fail=1
37 compare out nn || fail=1
41 echo a-b | zgrep -e - > /dev/null || fail=1
43 Exit $fail
H A Dmixed.sh26 fail=0
28 (echo xxx; echo yyy) > in || fail=1
29 gzip -cdf < in > out || fail=1
30 compare exp2 out || fail=1
34 # (echo xxx; echo yyy|gzip) > in || fail=1
35 # gzip -cdf < in > out || fail=1
36 # compare exp2 out || fail=1
39 (echo xxx|gzip; echo yyy) > in || fail=1
40 gzip -cdf < in > out || fail=1
41 compare exp2 out || fail
[all...]
H A Dnull-suffix-clobber.sh26 fail=0
28 gzip ---presume-input-tty -d -S '' F.gz < yes > out 2>err && fail=1
30 compare /dev/null out || fail=1
31 compare expected-err err || fail=1
33 test -f F.gz || fail=1
35 Exit $fail
/freebsd-12-stable/contrib/sendmail/test/
H A Dt_setreuid.c47 int fail = 0; local
66 fail++;
73 fail++;
79 fail++;
87 fail++;
93 fail++;
100 fail++;
105 fail++;
112 fail++;
119 fail
[all...]
/freebsd-12-stable/crypto/openssh/openbsd-compat/regress/
H A Dstrduptest.c20 static int fail = 0; variable
29 fail = 1;
33 fail = 1;
44 return fail;
/freebsd-12-stable/crypto/openssh/regress/
H A Dproxy-connect.sh11 fail "ssh proxyconnect comp=$c failed"
14 fail "bad SSH_CONNECTION comp=$c: " \
21 fail "ssh proxyconnect failed"
H A Dconnect.sh10 fail "ssh connect with failed"
H A Dyes-head.sh8 fail "yes|head test failed"
12 fail "yes|head returns $lines lines instead of 2000"
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dinclude-main.exp4 sub-after-fail(include-sub.mk)
5 main-after-fail(include-sub.mk)
/freebsd-12-stable/contrib/netbsd-tests/lib/libutil/
H A Dt_efun.c41 static bool fail; variable
47 fail = false;
60 fail = true;
64 ATF_REQUIRE(fail != true);
66 fail = true;
70 ATF_REQUIRE(fail != true);
83 fail = true;
87 ATF_REQUIRE(fail != true);
100 fail = true;
104 ATF_REQUIRE(fail !
[all...]

Completed in 202 milliseconds

1234567891011>>