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

1234567891011>>

/freebsd-11-stable/crypto/openssh/regress/
H A Dsshcfgparse.sh9 diff $OBJ/ssh_config.1 $OBJ/ssh_config.2) || fail "reparse minimal config"
13 test "$f" = "no" || fail "exitonforwardfailure default"
15 test "$f" = "yes" || fail "exitonforwardfailure enable"
18 test "$f" = "no" || fail "exitonforwardfailure override"
21 test "$f" = "no" || fail "clearallforwardings default"
23 test "$f" = "yes" || fail "clearallforwardings enable"
26 test "$f" = "no" || fail "clearallforwardings override"
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 Dmultiplex.sh48 fail "environment not found"
55 test -f ${COPY} || fail "ssh -Sctl: failed copy ${DATA}"
56 cmp ${DATA} ${COPY} || fail "ssh -Sctl: corrupted copy of ${DATA}"
61 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
62 cmp ${DATA} ${COPY} || fail "ssh -S ctl: corrupted copy of ${DATA}"
68 test -f ${COPY} || fail "sftp: failed copy ${DATA}"
69 cmp ${DATA} ${COPY} || fail "sftp: corrupted copy of ${DATA}"
74 test -f ${COPY} || fail "scp: failed copy ${DATA}"
75 cmp ${DATA} ${COPY} || fail "scp: corrupted copy of ${DATA}"
84 cmp ${DATA} ${COPY} || fail "ss
[all...]
H A Dtransfer.sh11 fail "ssh cat $DATA failed"
13 cmp ${DATA} ${COPY} || fail "corrupted copy"
21 fail "ssh cat $DATA failed"
23 cmp $DATA ${COPY} || fail "corrupted copy"
H A Dproxy-connect.sh18 fail "ssh proxyconnect protocol $p privsep=$ps comp=$c failed"
21 fail "bad SSH_CONNECTION protocol $p privsep=$ps comp=$c: " \
31 fail "ssh proxyconnect protocol $p failed"
H A Dscp.sh32 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
33 cmp ${DATA} ${COPY} || fail "corrupted copy"
37 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
38 cmp ${DATA} ${COPY} || fail "corrupted copy"
42 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
43 cmp ${DATA} ${COPY} || fail "corrupted copy"
48 $SCP $scpopts ${COPY} somehost:${DIR} || fail "copy failed"
49 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
54 $SCP $scpopts ${COPY} ${DIR} || fail "copy failed"
55 cmp ${COPY} ${DIR}/copy || fail "corrupte
[all...]
H A Dsftp.sh24 fail "sftp failed with $r"
26 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
27 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
H A Dkey-options.sh17 fail "key option forced command not restricted"
20 fail "key option forced command not executed"
31 fail "key option failed proto $p no-pty (pty $r)"
42 fail "key option environment not set"
53 fail "key option proto $p failed without restriction"
61 fail "key option proto $p $from not restricted"
66 fail "key option proto $p $from not allowed but should be"
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmakeucnid.c45 fail (const char *s) function
60 fail ("opening ucnid.tab");
80 fail ("parsing ucnid.tab [1]");
88 fail ("parsing ucnid.tab, end before start");
91 fail ("parsing ucnid.tab, junk after range");
96 fail ("parsing ucnid.tab, end too large");
103 fail ("reading ucnid.tab");
118 fail ("opening UnicodeData.txt");
131 fail ("parsing UnicodeData.txt, reading code point");
149 fail ("parsin
[all...]
/freebsd-11-stable/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:
H A Dt_pause.c41 static bool fail; variable
49 fail = false;
61 fail = true;
67 if (pause() != -1 || fail != false)
82 fail = true;
96 if (fail != true)
/freebsd-11-stable/contrib/sendmail/test/
H A Dt_setgid.c42 int fail = 0; local
71 fail++;
77 fail++;
84 fail++;
95 fail++;
100 fail++;
105 if (fail > 0)
H A Dt_dropgid.c57 int fail = 0; local
101 fail++;
107 fail++;
114 fail++;
126 fail++;
131 fail++;
136 if (fail > 0)
/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_win.c48 goto fail;
51 goto fail;
56 fail:
/freebsd-11-stable/lib/libsdp/
H A Dsession.c49 goto fail;
53 goto fail;
59 goto fail;
71 goto fail;
78 goto fail;
84 goto fail;
88 goto fail;
95 goto fail;
99 goto fail;
103 fail
[all...]
/freebsd-11-stable/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");
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dt_getquota.sh44 local fail
49 fail=g
53 fail=u
57 fail=""
77 for q in ${fail} ; do
98 fail=g
102 fail=u
106 fail=""
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dpam_start.c78 goto fail;
82 goto fail;
84 goto fail;
86 goto fail;
88 goto fail;
92 fail:
/freebsd-11-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh20 fail() function
83 fail $desc
93 fail $desc
106 fail $desc
113 fail $desc
122 fail $desc
131 fail $desc
141 fail $desc
150 fail $desc
165 fail "TOD
[all...]
/freebsd-11-stable/tests/sys/file/
H A Dclosefrom_test.c66 fail(const char *descr, const char *fmt, ...) function
82 #define fail_err(descr) fail((descr), "%s", strerror(errno))
154 fail("open", "bad descriptor %d", start);
160 fail("highest_fd", "bad descriptor %d != %d", start, fd);
167 fail("closefrom", "highest fd %d", fd);
175 fail("open 16", "highest fd %d", fd);
182 fail("closefrom", "highest fd %d", fd);
192 fail("close(6)", "did not fail");
197 fail("clos
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Ddbm_map.c68 goto fail;
72 goto fail;
76 goto fail;
80 goto fail;
92 goto fail;
99 goto fail;
106 goto fail;
110 goto fail;
116 goto fail;
120 fail
[all...]
/freebsd-11-stable/usr.sbin/cpucontrol/
H A Dvia.c115 goto fail;
121 goto fail;
131 goto fail;
143 goto fail;
148 goto fail;
152 goto fail;
162 goto fail;
169 goto fail;
175 goto fail;
187 goto fail;
[all...]
/freebsd-11-stable/contrib/netbsd-tests/include/sys/
H A Dt_tree.c83 int fail, i, j; local
86 fail = 0;
91 fail++;
93 return fail;
105 int i, fail, f; local
108 fail = 0;
113 fail += f;
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dcheck.c115 goto fail;
121 goto fail;
133 goto fail;
141 goto fail;
153 goto fail;
161 goto fail;
173 goto fail;
181 goto fail;
194 goto fail;
201 goto fail;
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-asprintf.c40 goto fail;
47 goto fail;
52 goto fail;
61 goto fail;
68 fail:

Completed in 309 milliseconds

1234567891011>>