| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
| H A D | tst.index.d.out | 8 $failed++; 15 $failed++; 22 $failed++; 29 $failed++; 36 $failed++; 43 $failed++; 50 $failed++; 57 $failed++; 64 $failed++; 71 $failed++; [all …]
|
| H A D | tst.substr.d.out | 9 $failed++; 17 $failed++; 25 $failed++; 33 $failed++; 41 $failed++; 49 $failed++; 57 $failed++; 65 $failed++; 73 $failed++; 81 $failed++; [all …]
|
| /freebsd-12.1/usr.bin/m4/TEST/ |
| H A D | math.m4 | 6 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 / 25 ifelse(expr(10%5),0,,`failed % 27 ifelse(expr(2%5),2,,`failed % [all …]
|
| /freebsd-12.1/usr.bin/bmake/tests/execution/joberr/ |
| H A D | expected.stdout.1 | 1 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-12.1/contrib/apr-util/test/ |
| H A D | abts.c | 166 tc->failed = 0; in abts_run_test() 174 if (tc->failed) { in abts_run_test() 175 ss->failed++; in abts_run_test() 237 tc->failed = TRUE; in abts_int_equal() 251 tc->failed = TRUE; in abts_int_nequal() 269 tc->failed = TRUE; in abts_str_equal() 284 tc->failed = TRUE; in abts_str_nequal() 299 tc->failed = TRUE; in abts_ptr_notnull() 313 tc->failed = TRUE; in abts_ptr_equal() 325 tc->failed = TRUE; in abts_fail() [all …]
|
| /freebsd-12.1/sbin/decryptcore/ |
| H A D | decryptcore.c | 92 goto failed; in read_key() 109 goto failed; in read_key() 113 failed: in read_key() 159 goto failed; in decrypt() 164 goto failed; in decrypt() 169 goto failed; in decrypt() 174 goto failed; in decrypt() 181 goto failed; in decrypt() 185 goto failed; in decrypt() 190 goto failed; in decrypt() [all …]
|
| /freebsd-12.1/crypto/openssl/engines/ |
| H A D | e_afalg.txt | 18 AFALG_R_EVENTFD_FAILED:108:eventfd failed 19 AFALG_R_FAILED_TO_GET_PLATFORM_INFO:111:failed to get platform info 20 AFALG_R_INIT_FAILED:100:init failed 21 AFALG_R_IO_SETUP_FAILED:105:io setup failed 25 AFALG_R_MEM_ALLOC_FAILED:102:mem alloc failed 26 AFALG_R_SOCKET_ACCEPT_FAILED:110:socket accept failed 27 AFALG_R_SOCKET_BIND_FAILED:103:socket bind failed 28 AFALG_R_SOCKET_CREATE_FAILED:109:socket create failed 29 AFALG_R_SOCKET_OPERATION_FAILED:104:socket operation failed 30 AFALG_R_SOCKET_SET_KEY_FAILED:106:socket set key failed
|
| /freebsd-12.1/tools/regression/netinet6/inet6_rth/ |
| H A D | test_subr.c | 60 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-12.1/contrib/unbound/iterator/ |
| H A D | iter_hints.c | 131 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.", "199.9.14.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() 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() 141 if(!ah(dp, "K.ROOT-SERVERS.NET.", "193.0.14.129")) goto failed; in compile_time_root_prime() 142 if(!ah(dp, "L.ROOT-SERVERS.NET.", "199.7.83.42")) goto failed; in compile_time_root_prime() 143 if(!ah(dp, "M.ROOT-SERVERS.NET.", "202.12.27.33")) goto failed; in compile_time_root_prime() 156 if(!ah(dp, "K.ROOT-SERVERS.NET.", "2001:7fd::1")) goto failed; in compile_time_root_prime() [all …]
|
| /freebsd-12.1/crypto/heimdal/kdc/ |
| H A D | digest-service.c | 82 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() 201 goto failed; in ntlm_service() [all …]
|
| /freebsd-12.1/contrib/googletest/googletest/xcode/Samples/FrameworkSample/ |
| H A D | runtests.sh | 43 failed=0 51 failed=$(( failed + 1 )) 57 echo "Tests complete with $succeeded successes and $failed failures." 58 if [ $failed -ne 0 ]; then 62 exit $failed
|
| /freebsd-12.1/contrib/googletest/googletest/xcode/Scripts/ |
| H A D | runtests.sh | 46 failed=0 54 failed=$(( failed + 1 )) 60 echo "Tests complete with $succeeded successes and $failed failures." 61 if [ $failed -ne 0 ]; then 65 exit $failed
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf64-gen.c | 61 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()
|
| H A D | elf32-gen.c | 61 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-12.1/crypto/openssh/openbsd-compat/ |
| H A D | port-net.c | 172 goto failed; in sys_tun_open() 180 goto failed; in sys_tun_open() 189 goto failed; in sys_tun_open() 193 failed: in sys_tun_open() 265 goto failed; in sys_tun_open() 268 goto failed; in sys_tun_open() 272 goto failed; in sys_tun_open() 276 goto failed; in sys_tun_open() 281 failed: in sys_tun_open()
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | googletest-test-part-test.cc | 80 EXPECT_FALSE(success.failed()); in TEST_F() 90 EXPECT_TRUE(nonfatal_failure.failed()); in TEST_F() 100 EXPECT_TRUE(fatal_failure.failed()); in TEST_F() 107 EXPECT_FALSE(skip.failed()); in TEST_F() 151 EXPECT_FALSE(r1_.failed()); in TEST_F() 152 EXPECT_TRUE(r2_.failed()); in TEST_F() 153 EXPECT_TRUE(r3_.failed()); in TEST_F() 154 EXPECT_FALSE(r4_.failed()); in TEST_F()
|
| /freebsd-12.1/contrib/bsnmp/lib/ |
| H A D | snmpcrypto.c | 122 goto failed; in snmp_pdu_calc_digest() 128 goto failed; in snmp_pdu_calc_digest() 140 failed: in snmp_pdu_calc_digest() 196 goto failed; in snmp_pdu_encrypt() 201 goto failed; in snmp_pdu_encrypt() 206 failed: in snmp_pdu_encrypt() 230 goto failed; in snmp_pdu_decrypt() 235 goto failed; in snmp_pdu_decrypt() 240 failed: in snmp_pdu_decrypt() 281 goto failed; in snmp_passwd_to_keys() [all …]
|
| /freebsd-12.1/usr.bin/unexpand/ |
| H A D | unexpand.c | 71 int ch, failed; in main() local 95 failed = 0; in main() 97 failed |= tabify("stdin"); in main() 102 failed = 1; in main() 104 failed |= tabify(filename); in main() 107 exit(failed != 0); in main()
|
| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A D | Makefile | 36 @failed=0; total=0; \ 43 failed=$$(($$failed+1)); \ 47 if [ "$$failed" -eq 0 ]; then \ 50 echo "$$failed of $$total tests failed"; \
|
| /freebsd-12.1/lib/libkvm/ |
| H A D | kvm.c | 132 goto failed; in _kvm_open() 136 goto failed; in _kvm_open() 143 goto failed; in _kvm_open() 147 goto failed; in _kvm_open() 152 goto failed; in _kvm_open() 181 goto failed; in _kvm_open() 184 goto failed; in _kvm_open() 198 goto failed; in _kvm_open() 207 goto failed; in _kvm_open() 214 goto failed; in _kvm_open() [all …]
|
| /freebsd-12.1/crypto/heimdal/admin/ |
| H A D | get.c | 95 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-12.1/usr.bin/bmake/unit-tests/ |
| H A D | Makefile | 136 @failed= ; \ 139 || failed="$${failed}$${failed:+ }$${test}" ; \ 141 if [ -n "$${failed}" ]; then \ 142 echo "Failed tests: $${failed}" ; false ; \
|
| /freebsd-12.1/contrib/bmake/unit-tests/ |
| H A D | Makefile.in | 129 @failed= ; \ 132 || failed="$${failed}$${failed:+ }$${test}" ; \ 134 if [ -n "$${failed}" ]; then \ 135 echo "Failed tests: $${failed}" ; false ; \
|
| /freebsd-12.1/tests/sys/acl/ |
| H A D | run | 64 my ($tests, $failed) = (0,0); 100 $tests, $tests-$failed, $failed); 102 if ($failed) { 109 exit $failed ? 1 : 0; 141 $failed++ unless $good;
|
| /freebsd-12.1/crypto/heimdal/lib/gssapi/krb5/ |
| H A D | sequence.c | 255 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()
|