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

1234567891011>>

/freebsd-current/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-current/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_long_double_int.c4 fail(long double *a, long int *b) function
/freebsd-current/contrib/kyua/integration/helpers/
H A Dsimple_some_fail.cpp34 ATF_TEST_CASE_WITHOUT_HEAD(fail); variable
35 ATF_TEST_CASE_BODY(fail)
37 std::cout << "This is the stdout of fail\n";
38 std::cerr << "This is the stderr of fail\n";
39 fail("This fails on purpose");
51 ATF_ADD_TEST_CASE(tcs, fail);
/freebsd-current/crypto/openssh/openbsd-compat/regress/
H A Dstrduptest.c22 static int fail = 0; variable
31 fail = 1;
35 fail = 1;
46 return fail;
H A Dutimensattest.c46 fail(char *msg, long expect, long got) function
69 fail("open", 0, 0);
77 fail("utimensat", 0, 0);
80 fail("stat", 0, 0 );
82 fail("st_atime", 0, 0 );
84 fail("st_mtime", 0, 0 );
92 fail("atim.tv_nsec", 23456000, sb.st_atim.tv_nsec);
94 fail("mtim.tv_nsec", 45678000, sb.st_mtim.tv_nsec);
105 fail("rename", 0, 0);
107 fail("symlin
[all...]
H A Dsnprintftest.c31 fail(const char *m) function
58 fail("snprintf does not correctly terminate long strings");
62 fail("malloc failed");
67 fail("failed with length limit '%%.s'");
72 fail("snprintf does not return required length");
74 fail("vsnprintf does not return required length");
/freebsd-current/contrib/sendmail/test/
H A Dt_setreuid.c48 int fail = 0; local
67 fail++;
74 fail++;
80 fail++;
88 fail++;
94 fail++;
101 fail++;
106 fail++;
113 fail++;
120 fail
[all...]
H A Dt_seteuid.c51 int fail = 0; local
74 fail++;
82 fail++;
89 fail++;
94 fail++;
101 fail++;
108 fail++;
116 fail++;
123 fail++;
128 fail
[all...]
H A Dt_setuid.c46 int fail = 0; local
69 fail++;
75 fail++;
83 fail++;
94 fail++;
99 fail++;
104 if (fail)
/freebsd-current/crypto/openssh/regress/
H A Dconnect.sh11 fail "ssh direct connect failed"
17 fail "ssh proxycommand connect failed"
H A Dyes-head.sh8 fail "yes|head test failed"
12 fail "yes|head returns $lines lines instead of 2000"
H A Dknownhosts.sh9 ${SSH} $opts somehost true || fail "initial connection"
14 || fail "learn hashed known_hosts"
17 ${SSH} $opts somehost true || fail "reconnect with hashed known hosts"
22 || fail "hostkey update, missing newline, no strict"
24 || fail "reconnect after adding with missing newline"
29 || fail "hostkey update, newline, no strict"
31 || fail "reconnect after adding without missing newline"
34 fail "expected 2 lines in known_hosts, found $lines"
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 Dproxy-connect.sh17 fail "ssh proxyconnect comp=$c failed"
20 fail "bad SSH_CONNECTION comp=$c: " \
27 fail "ssh proxyconnect failed"
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 Dauthinfo.sh9 'env | grep SSH_USER_AUTH >/dev/null' && fail "SSH_USER_AUTH present"
15 fail "ssh with ExposeAuthInfo failed"
/freebsd-current/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-current/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-current/contrib/libfido2/examples/
H A Dutil.c59 goto fail;
64 goto fail;
68 goto fail;
72 fail:
92 goto fail;
96 goto fail;
100 goto fail;
105 goto fail;
109 goto fail;
113 goto fail;
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-make_print_var_on_error-jobs.exp1 echo fail all; false 'all' '${.TARGET}' '$${.TARGET}'
2 fail all
7 .ERROR_CMD='@: before '${.TARGET}' '${.TARGET}' '$${.TARGET}' echo fail ${.TARGET}; false '${.TARGET}' '${.TARGET}' '$${.TARGET}' @: after '${.TARGET}' '${.TARGET}' '$${.TARGET}''
H A Dvarname-make_print_var_on_error.exp1 echo fail all; false 'all' '${.TARGET}' '$${.TARGET}'
2 fail all
/freebsd-current/share/examples/printing/
H A DpsdfX11 fail() {
27 [ "$login" ] || fail "No login name"
28 [ "$host" ] || fail "No host name"
/freebsd-current/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);

Completed in 286 milliseconds

1234567891011>>