Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 686) sorted by relevance

12345678910>>...28

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
Dtst.index.d.out8 $failed++;
15 $failed++;
22 $failed++;
29 $failed++;
36 $failed++;
43 $failed++;
50 $failed++;
57 $failed++;
64 $failed++;
71 $failed++;
[all …]
Dtst.substr.d.out9 $failed++;
17 $failed++;
25 $failed++;
33 $failed++;
41 $failed++;
49 $failed++;
57 $failed++;
65 $failed++;
73 $failed++;
81 $failed++;
[all …]
/freebsd-10-stable/usr.bin/m4/TEST/
Dmath.m46 ifelse(expr(-7),-7,,`failed -
8 ifelse(expr(- -2),2,,`failed -
10 ifelse(expr(!0),1,,`failed !
12 ifelse(expr(!7),0,,`failed !
14 ifelse(expr(~-1),0,,`failed ~
17 ifelse(expr(3*5),15,,`failed *
19 ifelse(expr(3*0),0,,`failed *
21 ifelse(expr(11/2),5,,`failed /
23 ifelse(expr(1/700),0,,`failed /
25 ifelse(expr(10%5),0,,`failed %
[all …]
/freebsd-10-stable/usr.bin/bmake/tests/execution/joberr/
Dexpected.stdout.11 Error: build failed
3 Error: build failed
5 Error: build failed
7 Error: build failed
9 Error: build failed
11 Error: build failed
13 Error: build failed
15 Error: build failed
17 Error: build failed
19 Error: build failed
[all …]
/freebsd-10-stable/contrib/libyaml/tests/
Dtest-reader.c120 int failed = 0; in check_utf8_sequences() local
137 failed ++; in check_utf8_sequences()
161 printf("checking utf-8 sequences: %d fail(s)\n", failed); in check_utf8_sequences()
162 return failed; in check_utf8_sequences()
168 int failed = 0; in check_boms() local
184 failed++; in check_boms()
189 failed++; in check_boms()
193 failed++; in check_boms()
201 printf("checking boms: %d fail(s)\n", failed); in check_boms()
202 return failed; in check_boms()
[all …]
/freebsd-10-stable/contrib/apr-util/test/
Dabts.c79 if (last->failed == 0) { in end_suite()
84 fprintf(stdout, "FAILED %d of %d\n", last->failed, last->num_test); in end_suite()
104 subsuite->failed = 0; in abts_add_suite()
166 tc->failed = 0; in abts_run_test()
174 if (tc->failed) { in abts_run_test()
175 ss->failed++; in abts_run_test()
190 count += dptr->failed; in report()
206 if (dptr->failed != 0) { in report()
207 float percent = ((float)dptr->failed / (float)dptr->num_test); in report()
209 dptr->num_test, dptr->failed, percent * 100); in report()
[all …]
/freebsd-10-stable/tools/regression/netinet6/inet6_rth/
Dtest_subr.c60 int failed; in checkptr() local
66 failed = 1; in checkptr()
71 failed = 0; in checkptr()
81 if (failed) in checkptr()
93 int failed; in checkstr() local
99 failed = 1; in checkstr()
104 failed = 0; in checkstr()
114 if (failed) in checkstr()
127 int failed; in checknum() local
133 failed = 1; in checknum()
[all …]
/freebsd-10-stable/contrib/unbound/iterator/
Diter_hints.c131 if(!ah(dp, "A.ROOT-SERVERS.NET.", "198.41.0.4")) goto failed; in compile_time_root_prime()
132 if(!ah(dp, "B.ROOT-SERVERS.NET.", "192.228.79.201")) goto failed; in compile_time_root_prime()
133 if(!ah(dp, "C.ROOT-SERVERS.NET.", "192.33.4.12")) goto failed; in compile_time_root_prime()
134 if(!ah(dp, "D.ROOT-SERVERS.NET.", "199.7.91.13")) goto failed; in compile_time_root_prime()
135 if(!ah(dp, "E.ROOT-SERVERS.NET.", "192.203.230.10")) goto failed; in compile_time_root_prime()
136 if(!ah(dp, "F.ROOT-SERVERS.NET.", "192.5.5.241")) goto failed; in compile_time_root_prime()
137 if(!ah(dp, "G.ROOT-SERVERS.NET.", "192.112.36.4")) goto failed; in compile_time_root_prime()
138 if(!ah(dp, "H.ROOT-SERVERS.NET.", "198.97.190.53")) goto failed; in compile_time_root_prime()
139 if(!ah(dp, "I.ROOT-SERVERS.NET.", "192.36.148.17")) goto failed; in compile_time_root_prime()
140 if(!ah(dp, "J.ROOT-SERVERS.NET.", "192.58.128.30")) goto failed; in compile_time_root_prime()
[all …]
/freebsd-10-stable/crypto/heimdal/kdc/
Ddigest-service.c82 goto failed; in ntlm_service()
91 goto failed; in ntlm_service()
98 goto failed; in ntlm_service()
101 goto failed; in ntlm_service()
109 goto failed; in ntlm_service()
117 goto failed; in ntlm_service()
123 goto failed; in ntlm_service()
146 goto failed; in ntlm_service()
161 goto failed; in ntlm_service()
176 goto failed; in ntlm_service()
[all …]
/freebsd-10-stable/contrib/binutils/bfd/
Delf64-gen.c61 check_for_relocs (bfd * abfd, asection * o, void * failed) in check_for_relocs() argument
72 * (bfd_boolean *) failed = TRUE; in check_for_relocs()
79 bfd_boolean failed = FALSE; in elf64_generic_link_add_symbols() local
82 bfd_map_over_sections (abfd, check_for_relocs, & failed); in elf64_generic_link_add_symbols()
84 if (failed) in elf64_generic_link_add_symbols()
Delf32-gen.c61 check_for_relocs (bfd * abfd, asection * o, void * failed) in check_for_relocs() argument
72 * (bfd_boolean *) failed = TRUE; in check_for_relocs()
79 bfd_boolean failed = FALSE; in elf32_generic_link_add_symbols() local
82 bfd_map_over_sections (abfd, check_for_relocs, & failed); in elf32_generic_link_add_symbols()
84 if (failed) in elf32_generic_link_add_symbols()
/freebsd-10-stable/usr.bin/unexpand/
Dunexpand.c69 int ch, failed; in main() local
93 failed = 0; in main()
95 failed |= tabify("stdin"); in main()
100 failed = 1; in main()
102 failed |= tabify(filename); in main()
105 exit(failed != 0); in main()
/freebsd-10-stable/crypto/openssh/openbsd-compat/
Dport-tun.c86 goto failed; in sys_tun_open()
94 goto failed; in sys_tun_open()
104 failed: in sys_tun_open()
173 goto failed; in sys_tun_open()
176 goto failed; in sys_tun_open()
180 goto failed; in sys_tun_open()
186 failed: in sys_tun_open()
/freebsd-10-stable/crypto/heimdal/admin/
Dget.c95 unsigned int failed = 0; in kt_get() local
136 failed++; in kt_get()
167 failed++; in kt_get()
174 failed++; in kt_get()
185 failed++; in kt_get()
202 failed++; in kt_get()
238 return ret != 0 || failed > 0; in kt_get()
/freebsd-10-stable/contrib/bmake/unit-tests/
DMakefile.in129 @failed= ; \
132 || failed="$${failed}$${failed:+ }$${test}" ; \
134 if [ -n "$${failed}" ]; then \
135 echo "Failed tests: $${failed}" ; false ; \
/freebsd-10-stable/gnu/usr.bin/grep/
DMakefile53 @failed=0; total=0; \
60 failed=$$(($$failed+1)); \
64 if [ "$$failed" -eq 0 ]; then \
67 echo "$$failed of $$total tests failed"; \
/freebsd-10-stable/usr.bin/bmake/unit-tests/
DMakefile136 @failed= ; \
139 || failed="$${failed}$${failed:+ }$${test}" ; \
141 if [ -n "$${failed}" ]; then \
142 echo "Failed tests: $${failed}" ; false ; \
/freebsd-10-stable/tests/sys/acl/
Drun64 my ($tests, $failed) = (0,0);
100 $tests, $tests-$failed, $failed);
102 if ($failed) {
109 exit $failed ? 1 : 0;
141 $failed++ unless $good;
/freebsd-10-stable/crypto/openssl/crypto/bn/
Dexptest.c103 int ret = 1, failed = 0; in test_exp_mod_zero() local
123 failed = 1; in test_exp_mod_zero()
129 failed = 1; in test_exp_mod_zero()
135 failed = 1; in test_exp_mod_zero()
141 failed = 1; in test_exp_mod_zero()
148 failed = 1; in test_exp_mod_zero()
166 ret = failed; in test_exp_mod_zero()
/freebsd-10-stable/crypto/heimdal/lib/gssapi/krb5/
Dsequence.c255 goto failed; in _gssapi_msg_order_import()
258 goto failed; in _gssapi_msg_order_import()
261 goto failed; in _gssapi_msg_order_import()
264 goto failed; in _gssapi_msg_order_import()
267 goto failed; in _gssapi_msg_order_import()
282 goto failed; in _gssapi_msg_order_import()
288 failed: in _gssapi_msg_order_import()
Dinquire_context.c66 goto failed; in _gsskrb5_inquire_context()
73 goto failed; in _gsskrb5_inquire_context()
82 goto failed; in _gsskrb5_inquire_context()
102 failed: in _gsskrb5_inquire_context()
/freebsd-10-stable/contrib/gcclibs/libiberty/testsuite/
Dtest-expandargv.c207 int i, j, k, fails, failed; in run_tests() local
239 failed = 0; in run_tests()
244 failed++; in run_tests()
252 failed++; in run_tests()
255 if (!failed) in run_tests()
/freebsd-10-stable/tests/sys/aio/
Daio_kqueue_test.c68 int failed = 0, fd, kq, pending, result, run; in main() local
194 failed++; in main()
213 if (failed != 0) in main()
214 printf("FAIL: %d tests failed\n", failed); in main()
218 exit (failed == 0 ? 0 : 1); in main()
/freebsd-10-stable/crypto/openssh/openbsd-compat/regress/
Dsnprintftest.c26 static int failed = 0; variable
32 failed = 1; in fail()
72 return failed; in main()
/freebsd-10-stable/tests/sys/file/
Dclosefrom_test.c50 int failed; member
88 info->failed = 0; in cok()
98 info->failed = 1; in cfail()
230 if (info->failed) in main()
248 if (info->failed) in main()

12345678910>>...28