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

1234567891011>>

/freebsd-11-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-11-stable/tools/test/testfloat/
H A Dfail.h28 void fail( const char *, ... );
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_long_double_int.c4 fail(long double *a, long int *b) function
/freebsd-11-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...]
H A Dt_seteuid.c50 int fail = 0; local
73 fail++;
81 fail++;
88 fail++;
93 fail++;
100 fail++;
107 fail++;
115 fail++;
122 fail++;
127 fail
[all...]
H A Dt_setuid.c45 int fail = 0; local
68 fail++;
74 fail++;
82 fail++;
93 fail++;
98 fail++;
103 if (fail)
/freebsd-11-stable/crypto/openssh/openbsd-compat/regress/
H A Dstrduptest.c20 static int fail = 0; variable
29 fail = 1;
33 fail = 1;
44 return fail;
H A Dsnprintftest.c29 fail(const char *m) function
54 fail("snprintf does not correctly terminate long strings");
58 fail("malloc failed");
63 fail("failed with length limit '%%.s'");
68 fail("snprintf does not return required length");
70 fail("vsnprintf does not return required length");
/freebsd-11-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...]
/freebsd-11-stable/crypto/openssh/regress/
H A Dsftp-cmds.sh32 grep copy.dd >/dev/null 2>&1 || fail "lls failed"
36 grep copy.dd >/dev/null 2>&1 || fail "lls w/path failed"
40 || fail "ls failed"
45 || fail "shell failed"
50 || fail "pwd failed"
55 || fail "lpwd failed"
60 || fail "quit failed"
65 || fail "help failed"
71 || fail "get failed"
72 cmp $DATA ${COPY} || fail "corrupte
[all...]
H A Dstderr-after-eof.sh18 fail "ssh failed with exit code $r"
21 fail "ext data received after eof"
22 cmp ${DATA} ${COPY} || fail "stderr corrupt"
H A Dsftp-batch.sh24 cat << EOF > ${BATCH}.fail.1
28 # The next command should fail
32 cat << EOF > ${BATCH}.fail.2
33 # The next command should fail
39 || fail "good commands failed"
42 ${SFTP} -b ${BATCH}.fail.1 -D ${SFTPSERVER} >/dev/null 2>&1 \
43 && fail "bad commands succeeded"
47 || fail "comments & blanks failed"
50 ${SFTP} -b ${BATCH}.fail.2 -D ${SFTPSERVER} >/dev/null 2>&1 \
51 && fail "jun
[all...]
H A Dyes-head.sh9 fail "yes|head test failed"
13 fail "yes|head returns $lines lines instead of 2000"
H A Dagent.sh8 fail "ssh-add -l did not fail with exit code 2"
15 fail "could not start ssh-agent: exit code $r"
19 fail "ssh-add -l did not fail with exit code 1"
27 fail "ssh-keygen for $t-agent failed"
33 fail "ssh-add did succeed exit code 0"
39 fail "ssh-add -l failed: exit code $r"
45 fail "ssh-add -L failed: exit code $r"
53 fail "ss
[all...]
H A Dagent-timeout.sh12 fail "could not start ssh-agent: exit code $r"
18 fail "ssh-add did succeed exit code 0"
24 fail "ssh-add -l did not return 2 keys: $n"
31 fail "ssh-add -l still returns keys after timeout"
H A Dconnect.sh11 fail "ssh connect with protocol $p failed"
H A Dstderr-data.sh14 fail "ssh failed with exit code $r"
16 cmp ${DATA} ${COPY} || fail "stderr corrupt"
24 fail "ssh failed with exit code $r"
26 cmp ${DATA} ${COPY} || fail "stderr corrupt"
/freebsd-11-stable/contrib/netbsd-tests/net/in_cksum/
H A Dt_in_cksum.sh8 fail() { function
15 || fail
19 || fail
23 || fail
26 || fail
30 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 2048 || fail
31 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 40 || fail
32 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 1536 || fail
33 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 576 || fail
35 || fail
[all...]
/freebsd-11-stable/share/examples/printing/
H A DpsdfX11 fail() {
27 [ "$login" ] || fail "No login name"
28 [ "$host" ] || fail "No host name"
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dsanity.c39 fail(const char *fmt, ...) function
61 fail("Invariant check failed at %s:%d: %s", file, line, cond);
67 fail("Precondition check failed at %s:%d: %s", file, line, cond);
73 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
/freebsd-11-stable/lib/libypclnt/
H A Dypclnt_new.c50 goto fail;
52 goto fail;
54 goto fail;
56 fail:
/freebsd-11-stable/tools/regression/sockets/kqueue/
H A Dkqueue.c62 fail(int error, const char *func, const char *socktype, const char *rest) function
114 fail(errno, "kevent", socktype, "EVFILT_READ, EV_ADD");
124 fail(errno, "kevent", socktype, "EVFILT_READ");
137 fail(errno, "write", socktype, NULL);
150 fail(errno, "kevent", socktype, "EVFILT_READ");
162 fail(errno, "read", socktype, NULL);
175 fail(errno, "kevent", socktype, "EVFILT_READ");
184 fail(errno, "kevent", socktype, "EVFILT_READ, EV_DELETE");
199 fail(errno, "kevent", socktype, "EVFILT_WRITE, EV_ADD");
209 fail(errn
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/nfs/
H A Dt_mountd.c60 int fd, fail; local
62 fail = 0;
69 fail++;
76 fail++;
84 return fail ? wrkwrkwrk : NULL;
93 void *fail; local
104 pthread_join(pt, &fail);
109 if (fail)
/freebsd-11-stable/share/examples/tests/tests/tap/
H A Dprintf_test.c54 fail(const char *fmt, ...) function
97 fail("snprintf with two formatters failed");
102 fail("Bad formatting: got %s", buffer);
114 fail("snprintf did not return the expected "
122 fail("Bad formatting: got %s", buffer);
137 fail("fprintf failed to write to file");
145 fail("fread failed");
154 fail("Written and read data differ");

Completed in 379 milliseconds

1234567891011>>