Searched refs:fail (Results 26 - 50 of 1196) sorted by relevance

1234567891011>>

/freebsd-current/lib/libypclnt/
H A Dypclnt_new.c50 goto fail;
52 goto fail;
54 goto fail;
56 fail:
/freebsd-current/contrib/one-true-awk/testdir/
H A DT.split13 fail() { function
35 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.1'
45 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.2'
62 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.3'
73 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.4'
87 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.5'
96 diff $TEMP1 $TEMP2 || fail 'BAD: T.split (record assignment 1)'
108 diff $TEMP1 $TEMP2 || fail 'BAD: T.split (record assignment 2)'
129 diff $TEMP0 $TEMP1 || fail 'BAD: T.split 1'
145 diff $TEMP0 $TEMP1 || fail 'BA
[all...]
/freebsd-current/tools/regression/sockets/kqueue/
H A Dkqueue.c60 fail(int error, const char *func, const char *socktype, const char *rest) function
112 fail(errno, "kevent", socktype, "EVFILT_READ, EV_ADD");
122 fail(errno, "kevent", socktype, "EVFILT_READ");
135 fail(errno, "write", socktype, NULL);
148 fail(errno, "kevent", socktype, "EVFILT_READ");
160 fail(errno, "read", socktype, NULL);
173 fail(errno, "kevent", socktype, "EVFILT_READ");
182 fail(errno, "kevent", socktype, "EVFILT_READ, EV_DELETE");
197 fail(errno, "kevent", socktype, "EVFILT_WRITE, EV_ADD");
207 fail(errn
[all...]
/freebsd-current/crypto/openssh/regress/
H A Dscp.sh54 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
55 cmp ${DATA} ${COPY} || fail "corrupted copy"
59 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
60 cmp ${DATA} ${COPY} || fail "corrupted copy"
64 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
65 cmp ${DATA} ${COPY} || fail "corrupted copy"
70 $SCP $scpopts ${COPY} somehost:${COPY} || fail "copy failed"
71 cmp ${DATA} ${COPY} || fail "corrupted copy"
76 $SCP $scpopts somehost:${COPY} ${COPY} || fail "copy failed"
77 cmp ${DATA} ${COPY} || fail "corrupte
[all...]
H A Dbroken-pipe.sh10 fail "broken pipe returns $r"
H A Dstderr-data.sh13 fail "ssh failed with exit code $r"
15 cmp ${DATA} ${COPY} || fail "stderr corrupt"
23 fail "ssh failed with exit code $r"
25 cmp ${DATA} ${COPY} || fail "stderr corrupt"
H A Dtransfer.sh9 fail "ssh cat $DATA failed"
11 cmp ${DATA} ${COPY} || fail "corrupted copy"
19 fail "ssh cat $DATA failed"
21 cmp $DATA ${COPY} || fail "corrupted copy"
H A Dagent-timeout.sh12 fail "could not start ssh-agent: exit code $r"
19 fail "ssh-add did succeed exit code 0"
26 fail "ssh-add -l did not return $keys keys: $n"
33 fail "ssh-add -l still returns keys after timeout"
H A Dkeygen-sshfp.sh10 fail "keygen fingerprint sha1"
16 fail "keygen fingerprint sha256"
22 fail "incorrect number of SSHFP records $fp (expected 2)"
29 fail "incorrect SHA1 SSHFP output"
35 fail "incorrect SHA256 SSHFP output"
41 fail "keygen fingerprint sha1"
46 fail "keygen fingerprint sha256"
H A Dagent-pkcs11.sh12 fail "could not start ssh-agent: exit code $r"
18 fail "ssh-add -s failed: exit code $r"
25 fail "ssh-add -l failed: exit code $r"
32 fail "key $k missing in ssh-add -L"
33 ${SSHADD} -T $k.pub || fail "ssh-add -T with $k failed"
41 fail "ssh connect failed (exit code $r)"
49 fail "ssh-add -e failed: exit code $r"
H A Dsftp-badcmds.sh15 || fail "get nonexistent failed"
16 test -f ${COPY} && fail "existing copy after get nonexistent"
21 || fail "get nonexistent failed"
23 test -f ${COPY}.dd/$x && fail "existing copy after get nonexistent"
29 || fail "put nonexistent failed"
30 test -f ${COPY} && fail "existing copy after put nonexistent"
35 || fail "put nonexistent failed"
37 test -f ${COPY}.dd/$x && fail "existing copy after nonexistent"
43 || fail "rename nonexist failed"
44 test -f ${COPY}.1 && fail "fil
[all...]
H A Dkey-options.sh22 fail "key option forced command not restricted"
25 fail "key option forced command not executed"
39 fail "key option failed $which"
44 *) fail "key option failed $which (pty $r)" ;;
59 fail "key option failed $which (pty $r)"
62 /dev/*) fail "key option failed $which (pty $r)" ;;
74 # XXX this can fail if ~/.ssh/environment exists for the user running the test
80 fail "key option environment not set"
89 fail "key option failed without restriction"
97 fail "ke
[all...]
H A Dforcecommand.sh23 fail "sftp failed"
24 test -f "$OBJ/ssh_proxy.tmp" || fail "sftp did not download file"
29 ${SSH} -F $OBJ/ssh_proxy somehost false || fail "forced command in key option"
36 ${SSH} -F $OBJ/ssh_proxy somehost false || fail "forced command config"
45 fail "sftp succeeded"
51 ${SSH} -F $OBJ/ssh_proxy somehost false || fail "forced command match"
56 fail "sftp succeeded"
65 fail "sftp failed"
66 test -f "$OBJ/ssh_proxy.tmp" || fail "sftp did not download file"
H A Dmultiplex.sh47 fail "environment not found"
56 fail "environment not found"
64 test -f ${COPY} || fail "ssh -Sctl: failed copy ${DATA}"
65 cmp ${DATA} ${COPY} || fail "ssh -Sctl: corrupted copy of ${DATA}"
70 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
71 cmp ${DATA} ${COPY} || fail "ssh -S ctl: corrupted copy of ${DATA}"
77 test -f ${COPY} || fail "sftp: failed copy ${DATA}"
78 cmp ${DATA} ${COPY} || fail "sftp: corrupted copy of ${DATA}"
83 test -f ${COPY} || fail "scp: failed copy ${DATA}"
84 cmp ${DATA} ${COPY} || fail "sc
[all...]
H A Dscp-uri.sh37 $SCP $scpopts ${DATA} "scp://${USER}@somehost:${PORT}/${COPY}" || fail "copy failed"
38 cmp ${DATA} ${COPY} || fail "corrupted copy"
42 $SCP $scpopts "scp://${USER}@somehost:${PORT}/${DATA}" ${COPY} || fail "copy failed"
43 cmp ${DATA} ${COPY} || fail "corrupted copy"
48 $SCP $scpopts ${COPY} "scp://${USER}@somehost:${PORT}/${DIR}" || fail "copy failed"
49 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
54 $SCP $scpopts "scp://${USER}@somehost:${PORT}/${COPY}" ${DIR} || fail "copy failed"
55 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
61 $SCP $scpopts -r ${DIR} "scp://${USER}@somehost:${PORT}/${DIR2}" || fail "copy failed"
63 cmp ${DIR}/$i ${DIR2}/$i || fail "corrupte
[all...]
H A Dexit-status.sh12 fail "exit code mismatch for: $r != $s"
20 fail "exit code (with sleep) mismatch for: $r != $s"
/freebsd-current/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-current/contrib/sendmail/libsmutil/
H A Dt-lockfile-0.sh13 fail() function
40 analyze || fail "$opts: unlock1=$U, lock2=$L"
46 [ -x ${PRG} ] || fail "missing ${PRG}"
52 ${PRG} $opts > $O 2>&1 || fail "$opts: $?"
53 analyze || fail "$opts: unlock1=$U, lock2=$L"
61 ${PRG} -W >> $O 2>&1 || fail "-W: $?"
63 ${PRG} -R $opts >> $O 2>&1 || fail "-R $opts: $?"
65 analyze || fail "$opts: unlock1=$U, lock2=$L"
/freebsd-current/share/examples/tests/tests/tap/
H A Dprintf_test.c53 fail(const char *fmt, ...) function
96 fail("snprintf with two formatters failed");
101 fail("Bad formatting: got %s", buffer);
113 fail("snprintf did not return the expected "
121 fail("Bad formatting: got %s", buffer);
136 fail("fprintf failed to write to file");
144 fail("fread failed");
153 fail("Written and read data differ");
/freebsd-current/contrib/expat/tests/
H A Dalloc_tests.c67 fail("Parser not created");
97 fail("Parse succeeded despite failing allocator");
99 fail("Parse failed with max allocations");
143 fail("Parse succeeded despite failing allocator");
145 fail("Parse failed with max allocations");
170 fail("Parse succeeded despite failing allocator");
172 fail("Parse failed with max allocations");
196 fail("Parse succeeded despite failing allocator");
198 fail("Parse failed with max allocations");
237 fail("Pars
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_alarm.c41 static bool fail; variable
49 fail = false;
63 fail = true;
68 if (fail != false)
127 goto fail;
132 goto fail;
138 fail:
/freebsd-current/contrib/sendmail/test/
H A Dt_setgid.c43 int fail = 0; local
72 fail++;
78 fail++;
85 fail++;
96 fail++;
101 fail++;
106 if (fail > 0)
/freebsd-current/contrib/unbound/compat/
H A Dgetentropy_win.c48 goto fail;
51 goto fail;
56 fail:
/freebsd-current/contrib/libfido2/tools/
H A Dbase64.c34 goto fail;
36 goto fail;
43 goto fail;
46 goto fail;
50 goto fail;
52 goto fail;
57 fail:
80 goto fail;
82 goto fail;
89 goto fail;
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/regress/
H A Dclosefromtest.c30 fail(char *msg) function
50 fail("failed to close highest fd");
55 fail("closed descriptors it should not have");
61 fail("failed to close from lowest fd");

Completed in 184 milliseconds

1234567891011>>