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

1234567891011>>

/src/tests/include/
H A Dt_errno.c45 bool fail; local in function:ATF_TC_BODY
52 fail = true;
55 fail = false;
57 if (fail != false)
60 fail = true;
63 fail = false;
65 if (fail != false)
68 fail = true;
71 fail = false;
73 if (fail !
[all...]
H A Dt_netdb.c45 bool fail; local in function:ATF_TC_BODY
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...]
/src/regress/lib/libc/ieeefp/testfloat/include/
H A Dfail.h1 /* $NetBSD: fail.h,v 1.4 2008/04/28 20:23:04 martin Exp $ */
59 void fail( const char *, ... );
/src/tests/lib/libutil/
H A Dt_efun.c41 static bool fail; variable in typeref:typename:bool
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...]
/src/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...]
/src/usr.bin/make/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
H A Dopt-debug-errors-jobs.exp4 *** Failed target: fail-spaces
8 *** [fail-spaces] Error code 1
14 *** Failed target: fail-escaped-space
18 *** [fail-escaped-space] Error code 1
26 *** Failed target: fail-newline
32 *** [fail-newline] Error code 1
38 *** Failed target: fail-multiline
42 *** [fail-multiline] Error code 1
48 *** Failed target: fail-multiline-intention
52 *** [fail
[all...]
H A Dopt-debug-errors-jobs.mk8 all: fail-spaces
9 all: fail-escaped-space
10 all: fail-newline
11 all: fail-multiline
12 all: fail-multiline-intention
13 all: fail-vars
15 fail-spaces:
18 fail-escaped-space:
21 fail-newline:
26 fail
[all...]
H A Dopt-debug-errors.mk8 all: fail-spaces
9 all: fail-escaped-space
10 all: fail-newline
11 all: fail-multiline
12 all: fail-multiline-intention
16 fail-spaces:
21 fail-escaped-space:
25 fail-newline:
30 fail-multiline:
40 fail
[all...]
H A Dopt-debug-errors.exp4 *** Failed target: fail-spaces
10 *** Failed target: fail-escaped-space
18 *** Failed target: fail-newline
24 *** Failed target: fail-multiline
30 *** Failed target: fail-multiline-intention
/src/tests/fs/nfs/
H A Dt_mountd.c60 int fd, fail; local in function:wrkwrkwrk
62 fail = 0;
69 fail++;
76 fail++;
84 return fail ? wrkwrkwrk : NULL;
93 void *fail; local in function:ATF_TC_BODY
104 pthread_join(pt, &fail);
108 if (fail)
/src/tests/lib/libc/gen/
H A Dt_alarm.c41 static bool fail; variable in typeref:typename:bool
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 in typeref:typename:bool
49 fail = false;
61 fail = true;
67 if (pause() != -1 || fail != false)
82 fail = true;
96 if (fail != true)
H A Dt_raise.c41 static bool fail; variable in typeref:typename:bool
62 fail = false;
74 fail = false;
105 fail = true;
118 if (fail != false)
138 fail = true;
152 if (fail != false)
/src/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=""
H A Dt_setquota.sh54 local fail
59 fail=g
63 fail=u
67 fail=""
90 for q in ${fail} ; do
110 local fail
115 fail=g
119 fail=u
123 fail=""
143 for q in ${fail} ; d
[all...]
/src/sbin/dump/
H A Dsnapshot.c76 goto fail;
81 goto fail;
90 goto fail;
98 goto fail;
120 goto fail;
126 goto fail;
129 goto fail;
139 goto fail;
141 goto fail;
145 goto fail;
[all...]
/src/tests/include/sys/
H A Dt_tree.c83 int fail, i, j; local in function:test
86 fail = 0;
91 fail++;
93 return fail;
105 int i, fail, f; local in function:ATF_TC_BODY
108 fail = 0;
113 fail += f;
/src/usr.sbin/fstyp/
H A Dhammer.c111 goto fail;
113 goto fail;
115 goto fail;
117 goto fail;
134 fail:
147 goto fail;
151 goto fail;
153 goto fail;
156 fail:
172 goto fail;
[all...]
/src/regress/lib/libc/ieeefp/testfloat/
H A Dfail.c1 /* $NetBSD: fail.c,v 1.5 2008/04/28 20:23:04 martin Exp $ */
62 #include "fail.h"
66 void fail( const char *message, ... ) function in typeref:typename:void
/src/tests/sbin/ifconfig/
H A Dt_repeated_link_addr.sh45 fail=0
84 fail=1
88 fail=1
116 if [ $fail -eq 1 ]; then
/src/regress/sys/kern/getcwd/
H A Dgetcwd.c111 static int fail = 0; variable in typeref:typename:int
130 fail++;
136 fail++;
143 fail++;
149 fail++;
154 fail++;
297 fail++;
299 fail = 0;
310 if (fail)
321 fail
[all...]
/src/lib/libbluetooth/
H A Dsdp_session.c59 goto fail;
63 goto fail;
69 goto fail;
79 goto fail;
84 goto fail;
88 goto fail;
92 goto fail;
96 fail:
112 goto fail;
116 goto fail;
[all...]
/src/usr.sbin/npf/npftest/
H A Dnpftest.c82 printf("NPF %-10s\t%s\n", testcase, ok ? "OK" : "fail");
197 bool test, ok, fail, tname_matched; local in function:main
285 fail = false;
290 fail |= result("nbuf", ok);
296 fail |= result("bpf", ok);
306 fail |= result("table", ok);
313 fail |= result("state", ok);
319 fail |= result("gc", ok);
327 fail |= result("rules - layer 3", ok);
333 fail |
[all...]

Completed in 20 milliseconds

1234567891011>>