HomeSort by: relevance | last modified time | path
    Searched refs:fail (Results 1 - 25 of 520) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/include/
t_errno.c 45 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 != false
    [all...]
t_netdb.c 45 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 != false
    [all...]
  /src/regress/lib/libc/ieeefp/testfloat/include/
fail.h 1 /* $NetBSD: fail.h,v 1.4 2008/04/28 20:23:04 martin Exp $ */
59 void fail( const char *, ... );
  /src/tests/lib/libutil/
t_efun.c 41 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 != true)
    [all...]
  /src/tests/net/in_cksum/
t_in_cksum.sh 8 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/
varname-make_print_var_on_error-jobs.exp 1 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}''
varname-make_print_var_on_error.exp 1 echo fail all; false 'all' '${.TARGET}' '$${.TARGET}'
2 fail all
opt-debug-errors-jobs.mk 8 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-multiline
    [all...]
opt-debug-errors-jobs.exp 4 *** 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-multiline-intention] Error code
    [all...]
opt-debug-errors.mk 8 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-multiline-intention
    [all...]
opt-debug-errors.exp 4 *** 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/
t_mountd.c 60 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/
t_alarm.c 41 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:
t_pause.c 41 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)
t_raise.c 41 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/
t_getquota.sh 44 local fail
49 fail=g
53 fail=u
57 fail=""
77 for q in ${fail} ; do
98 fail=g
102 fail=u
106 fail=""
t_setquota.sh 54 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/
snapshot.c 76 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/
t_tree.c 83 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/
hammer.c 111 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/
fail.c 1 /* $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/
t_repeated_link_addr.sh 45 fail=0
84 fail=1
88 fail=1
116 if [ $fail -eq 1 ]; then
  /src/regress/sys/kern/getcwd/
getcwd.c 111 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/
sdp_session.c 59 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/
npftest.c 82 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 |= result("rules - layer 2", ok)
    [all...]

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 91011>>