Searched refs:fail (Results 151 - 175 of 1196) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssh/regress/
H A Dsftp-perm.sh25 sh -c "$_prep" || fail "preparation failed: \"$_prep\""
32 ${TEST_SHELL} -c "$_check" || fail "postcondition check failed: $_title"
45 run_client "$_cmd" || fail "plain $_desc failed"
50 run_client "$_cmd" && fail "read-only $_desc succeeded"
65 run_client "$_cmd" || fail "plain $_op failed"
70 run_client "$_cmd" || fail "whitelisted $_op failed"
75 run_client "$_cmd" && fail "blacklisted $_op succeeded"
80 run_client "$_cmd" && fail "no whitelist $_op succeeded"
H A Dkeyscan.sh23 fail "ssh-keyscan -t $t failed with: $r"
H A Dlogin-timeout.sh17 fail "ssh connect after login grace timeout failed"
H A Dreexec.sh28 fail "ssh cat $DATA failed"
30 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Dintegrity.sh53 fail "ssh -m $m succeeds with bit-flip at $off"
65 *) fail "unexpected error mac $m at $off: $out";;
70 fail "$m: no mac errors"
74 fail "$m: expected $expect mac errors, got $emac"
H A Dprincipals-command.sh88 fail "ssh cert connect succeeded unexpectedly"
97 fail "ssh cert connect succeeded unexpectedly"
106 fail "ssh cert connect failed"
115 fail "ssh cert connect succeeded unexpectedly"
125 fail "ssh cert connect succeeded unexpectedly"
136 fail "ssh cert connect failed"
155 fail "ssh cert connect succeeded unexpectedly"
167 fail "ssh cert connect failed"
H A Dconch-ciphers.sh26 fail "ssh cat $DATA failed"
28 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Ddropbear-kex.sh27 fail "ssh cat $DATA failed"
29 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Dhostkey-rotate.sh8 # fail to find ssh host keys in the hostkey-rotate test. If we have those
60 ${SSH} -F $OBJ/ssh_proxy "$@" x true || fail "ssh $@ failed"
67 [ "x$_n" = "x$_expected" ] || fail "$_message (got $_n wanted $_expected)"
87 check_key_present $primary || fail "unstrict didn't learn key"
95 check_key_present $k || fail "didn't learn keytype $k"
107 check_key_present $k || fail "didn't learn $k correctly"
121 fail "old key present"
122 check_key_present ${secondary} || fail "didn't learn changed key"
133 check_key_present ${primary} || fail "current key missing"
134 check_key_present ${primary} $OBJ/hkr.${primary}-new.pub || fail "ne
[all...]
/freebsd-current/contrib/mandoc/
H A Dterm_tag.c83 goto fail;
94 goto fail;
104 goto fail;
113 goto fail;
123 goto fail;
128 goto fail;
133 goto fail;
138 fail:
/freebsd-current/contrib/libfido2/src/
H A Dcompress.c68 goto fail;
79 goto fail;
84 goto fail;
88 fail:
123 goto fail;
134 goto fail;
140 goto fail;
145 fail:
/freebsd-current/lib/libc/tests/string/
H A Dstpncpy_test.c93 const char *fail = NULL; local
114 fail = "start sentinel overwritten";
116 fail = "end sentinel overwritten";
118 fail = "string not copied correctly";
120 fail = "incorrect return value";
123 fail = "incomplete NUL padding";
127 if (fail)
130 fail, dest, dest, src, src, destlen, res, wantres);
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBErrorExtensions.i10 fail = property(Fail, None, doc='''A read only property that returns the same result as Fail().''')
/freebsd-current/contrib/wpa/src/ap/
H A Daccounting.c56 goto fail;
68 goto fail;
92 goto fail;
98 goto fail;
101 goto fail;
113 goto fail;
123 goto fail;
132 goto fail;
141 goto fail;
150 goto fail;
[all...]
/freebsd-current/contrib/wpa/src/common/
H A Ddpp_auth.c447 goto fail;
454 goto fail;
476 goto fail;
480 goto fail;
485 goto fail;
493 goto fail;
498 goto fail;
502 goto fail;
508 goto fail;
518 goto fail;
[all...]
/freebsd-current/contrib/kyua/utils/
H A Dmemory_test.cpp55 fail("Unimplemented memory query type");
/freebsd-current/contrib/netbsd-tests/fs/ffs/
H A Dt_clearquota.sh46 local fail
52 fail=g
56 fail=u
60 fail=""
/freebsd-current/tests/sys/netinet/libalias/
H A Dperf.c77 unsigned long ok, fail; member in struct:__anon78
168 nat.fail++;
190 random.fail++;
211 attack.fail++;
250 unnat.fail++;
264 usenat.fail++;
285 printf("newNAT fail: %9lu\n", nat.fail);
287 printf("useNAT fail: %9lu (out)\n", usenat.fail);
[all...]
/freebsd-current/tools/regression/posixsem/
H A Dtest.h50 void fail(void);
/freebsd-current/usr.sbin/iscsid/
H A Discsid.h61 void fail(const struct connection *, const char *);
/freebsd-current/lib/libc/gen/
H A Dscandir-compat11.c77 goto fail;
87 goto fail;
104 goto fail;
118 fail:
/freebsd-current/sys/arm/mv/clk/
H A Dperiph_clk_fixed.c85 goto fail;
91 goto fail;
97 goto fail;
99 fail:
/freebsd-current/sys/arm64/arm64/
H A Dminidump_machdep.c254 goto fail;
264 goto fail;
269 goto fail;
278 goto fail;
284 goto fail;
293 goto fail;
297 goto fail;
319 goto fail;
324 goto fail;
337 goto fail;
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c82 goto fail;
88 goto fail;
94 goto fail;
102 goto fail;
117 goto fail;
124 goto fail;
131 goto fail;
138 goto fail;
182 goto fail;
192 goto fail;
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dgetnameinfo_verified.c70 goto fail;
76 goto fail;
88 fail:

Completed in 144 milliseconds

1234567891011>>