Searched refs:fail (Results 51 - 75 of 995) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/include/
H A Dtst.includefirst.ksh61 fail() function
71 [[ $? != 0 ]] && fail "Failed to compile with same file in include path twice"
74 [[ $status != $expexit ]] && fail "Exited with unexpected status code: $status"
/freebsd-11-stable/crypto/openssh/regress/
H A Dhostkey-rotate.sh28 ${SSH} -F $OBJ/ssh_proxy "$@" x true || fail "ssh $@ failed"
35 [ "x$_n" = "x$_expected" ] || fail "$_message (got $_n wanted $_expected)"
55 check_key_present ssh-ed25519 || fail "unstrict didn't learn key"
62 check_key_present ssh-rsa || fail "didn't learn keys"
69 check_key_present $k || fail "didn't learn $k"
80 check_key_present ssh-rsa $OBJ/hkr.ssh-rsa.pub.old && fail "old key present"
81 check_key_present ssh-rsa || fail "didn't learn changed key"
91 check_key_present ssh-rsa || fail "current key missing"
92 check_key_present ssh-rsa $OBJ/hkr.ssh-rsa-new.pub || fail "new key missing"
103 check_key_present ssh-rsa $OBJ/hkr.ssh-rsa.pub.old && fail "ol
[all...]
H A Dagent-ptrace.sh47 fail "could not start ssh-agent: exit code $r"
55 fail "gdb failed: exit code $r"
61 fail "ptrace succeeded?: exit code $r"
H A Dssh-com-sftp.sh56 fail "sftp failed with $r"
58 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
59 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
H A Dagent-getpeereid.sh31 fail "could not start ssh-agent: exit code $r"
38 fail "ssh-add failed with $r != 1"
49 fail "ssh-add did not fail for ${UNPRIV}: $r < 2"
H A Dbroken-pipe.sh12 fail "broken pipe returns $r for protocol $p"
H A Denvpass.sh23 fail "environment found"
34 fail "environment found"
45 fail "environment not found"
57 fail "environment not found"
H A Dlocalcommand.sh13 fail "$tid proto $p"
H A Dportnum.sh10 fail "$tid accepted invalid port $port"
19 fail "$tid rejected valid port $port"
H A Dssh-com-keygen.sh52 fail "${keygen} -t $t failed"
57 fail "import public key ($v/$t) failed"
62 fail "import private key ($v/$t) failed"
69 fail "public keys ($v/$t) differ"
H A Dputty-transfer.sh22 fail "ssh cat $DATA failed"
24 cmp ${DATA} ${COPY} || fail "corrupted copy"
34 fail "ssh cat $DATA failed"
36 cmp $DATA ${COPY} || fail "corrupted copy"
H A Dconch-ciphers.sh23 fail "ssh cat $DATA failed"
25 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Dexit-status.sh13 fail "exit code mismatch for protocol $p: $r != $s"
21 fail "exit code (with sleep) mismatch for protocol $p: $r != $s"
H A Dkeygen-change.sh22 fail "ssh-keygen -p failed for $t-key"
25 fail "ssh-keygen for $t-key failed"
H A Dproto-mismatch.sh14 fail "sshd prints ${banner} and accepts connect with version ${client}"
H A Dreconfigure.sh24 fail "ssh connect with protocol $p failed before reconfigure"
45 fail "ssh connect with protocol $p failed after reconfigure"
H A Dconnect-privsep.sh12 fail "ssh privsep+proxyconnect protocol $p failed"
22 # XXX replace this with fail once sandbox has stabilised
38 fail "ssh privsep/sandbox+proxyconnect protocol $p mopt '$m' failed"
H A Dlogin-timeout.sh17 fail "ssh connect after login grace timeout failed with privsep"
31 fail "ssh connect after login grace timeout failed without privsep"
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_readline.c97 goto fail;
100 goto fail;
104 fail:
/freebsd-11-stable/sbin/hastd/
H A Devent.c104 goto fail;
110 goto fail;
135 goto fail;
148 goto fail;
152 goto fail;
157 fail:
/freebsd-11-stable/crypto/openssh/
H A Dssh-keysign.c80 int r, pktype, fail; local
84 fail = 0;
93 fail++;
98 fail++;
108 fail++;
115 fail++;
125 fail++;
128 fail++;
130 fail++;
139 fail
[all...]
/freebsd-11-stable/sys/dev/si/
H A Dsi_isa.c81 goto fail;
86 goto fail;
92 device_printf(dev, "0x17 check fail at phys %p\n", paddr);
93 goto fail;
152 goto fail;
155 device_printf(dev, "0x17 check fail at phys %p = 0x%x\n",
157 goto fail;
175 "memtest fail at phys %p, was %x should be %x\n",
177 goto fail;
188 device_printf(dev, "clear fail a
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dnfc_pw_token.c51 goto fail;
55 goto fail;
59 goto fail;
75 fail:
/freebsd-11-stable/crypto/openssh/openbsd-compat/regress/
H A Dstrtonumtest.c38 int fail; variable
50 fail = 1;
54 fail = 1;
78 return (fail);
/freebsd-11-stable/tools/test/testfloat/
H A Dfail.c30 #include "fail.h"
34 void fail( const char *message, ... ) function

Completed in 114 milliseconds

1234567891011>>