| /netbsd-src/usr.sbin/postinstall/ |
| H A D | postinstall.in | 525 local failed=0 545 failed=1 548 failed=1 553 return ${failed} 736 local failed=0 756 return ${failed} 860 local failed=0 868 failed=$(( ${failed} + $? )) 870 failed [all...] |
| /netbsd-src/usr.bin/m4/TEST/ |
| H A D | math.m4 | 7 ifelse(eval(-7),-7,,`failed - 9 ifelse(eval(- -2),2,,`failed - 11 ifelse(eval(!0),1,,`failed ! 13 ifelse(eval(!7),0,,`failed ! 15 ifelse(eval(~-1),0,,`failed ~ 18 ifelse(eval(3*5),15,,`failed * 20 ifelse(eval(3*0),0,,`failed * 22 ifelse(eval(11/2),5,,`failed / 24 ifelse(eval(1/700),0,,`failed / 26 ifelse(eval(10%5),0,,`failed % [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
| H A D | btest.c | 80 data.failed = 0; in f3() 88 data.failed = 1; in f3() 96 data.failed = 1; in f3() 99 check ("test1", 0, all, f3line, "f3", "btest.c", &data.failed); in f3() 100 check ("test1", 1, all, f2line, "f2", "btest.c", &data.failed); in f3() 101 check ("test1", 2, all, f1line, "test1", "btest.c", &data.failed); in f3() 103 printf ("%s: backtrace_full noinline\n", data.failed ? "FAIL" : "PASS"); in f3() 105 if (data.failed) in f3() 140 data.failed = 0; in f13() 148 data.failed = 1; in f13() [all …]
|
| H A D | edtest.c | 69 data.failed = 0; in f3() 77 data.failed = 1; in f3() 85 data.failed = 1; in f3() 88 check ("test1", 0, all, f3line, "f3", "edtest.c", &data.failed); in f3() 89 check ("test1", 1, all, f2line, "f2", "edtest2_build.c", &data.failed); in f3() 90 check ("test1", 2, all, f1line, "test1", "edtest.c", &data.failed); in f3() 92 printf ("%s: backtrace_full alloc stress\n", data.failed ? "FAIL" : "PASS"); in f3() 94 if (data.failed) in f3()
|
| H A D | testlib.c | 73 const char *want_function, const char *want_file, int *failed) in check() argument 75 if (*failed) in check() 81 *failed = 1; in check() 88 *failed = 1; in check() 94 *failed = 1; in check() 100 *failed = 1; in check() 116 data->failed = 1; in callback_one() 152 data->failed = 1; in error_callback_one() 165 data->failed = 1; in callback_two() 186 data->failed = 1; in error_callback_two() [all …]
|
| H A D | fileline.c | 56 int failed; in fileline_initialize() local 65 failed = state->fileline_initialization_failed; in fileline_initialize() 67 failed = backtrace_atomic_load_int (&state->fileline_initialization_failed); in fileline_initialize() 69 if (failed) in fileline_initialize() 138 failed = 1; in fileline_initialize() 141 if (!failed) in fileline_initialize() 145 failed = 1; in fileline_initialize() 148 if (failed) in fileline_initialize()
|
| H A D | ttest.c | 80 data.failed = 0; in f3() 88 data.failed = 1; in f3() 96 data.failed = 1; in f3() 99 check ("test1", 0, all, f3line, "f3", "ttest.c", &data.failed); in f3() 100 check ("test1", 1, all, f2line, "f2", "ttest.c", &data.failed); in f3() 101 check ("test1", 2, all, f1line, "test1_thread", "ttest.c", &data.failed); in f3() 103 return data.failed; in f3()
|
| /netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
| H A D | btest.c | 81 data.failed = 0; in f3() 89 data.failed = 1; in f3() 97 data.failed = 1; in f3() 100 check ("test1", 0, all, f3line, "f3", "btest.c", &data.failed); in f3() 101 check ("test1", 1, all, f2line, "f2", "btest.c", &data.failed); in f3() 102 check ("test1", 2, all, f1line, "test1", "btest.c", &data.failed); in f3() 104 printf ("%s: backtrace_full noinline\n", data.failed ? "FAIL" : "PASS"); in f3() 106 if (data.failed) in f3() 141 data.failed = 0; in f13() 149 data.failed = 1; in f13() [all …]
|
| H A D | mtest.c | 70 data->failed = 1; in callback_mtest() 108 data.failed = 0; in f3() 115 data.failed = 1; in f3() 123 data.failed = 1; in f3() 137 symdata.failed = 0; in f3() 147 data.failed = 1; in f3() 152 data.failed = 1; in f3() 164 data.failed = 1; in f3() 170 data.failed = 1; in f3() 179 data.failed = 1; in f3() [all …]
|
| H A D | edtest.c | 69 data.failed = 0; in f3() 77 data.failed = 1; in f3() 85 data.failed = 1; in f3() 88 check ("test1", 0, all, f3line, "f3", "edtest.c", &data.failed); in f3() 89 check ("test1", 1, all, f2line, "f2", "edtest2_build.c", &data.failed); in f3() 90 check ("test1", 2, all, f1line, "test1", "edtest.c", &data.failed); in f3() 92 printf ("%s: backtrace_full alloc stress\n", data.failed ? "FAIL" : "PASS"); in f3() 94 if (data.failed) in f3()
|
| H A D | testlib.c | 73 const char *want_function, const char *want_file, int *failed) in check() argument 75 if (*failed) in check() 81 *failed = 1; in check() 88 *failed = 1; in check() 94 *failed = 1; in check() 100 *failed = 1; in check() 116 data->failed = 1; in callback_one() 152 data->failed = 1; in error_callback_one() 165 data->failed = 1; in callback_two() 186 data->failed = 1; in error_callback_two() [all …]
|
| H A D | ttest.c | 80 data.failed = 0; in f3() 88 data.failed = 1; in f3() 96 data.failed = 1; in f3() 99 check ("test1", 0, all, f3line, "f3", "ttest.c", &data.failed); in f3() 100 check ("test1", 1, all, f2line, "f2", "ttest.c", &data.failed); in f3() 101 check ("test1", 2, all, f1line, "test1_thread", "ttest.c", &data.failed); in f3() 103 return data.failed; in f3()
|
| /netbsd-src/external/bsd/ntp/dist/tests/sec-2853/ |
| H A D | sec-2853.c | 55 int failed; in basic_good() local 61 failed = ( 4 != len ); in basic_good() 63 if ( failed || verbose ) in basic_good() 68 failed ? "NO <<" : "yes" ); in basic_good() 70 return failed ? -1 : 0; in basic_good() 79 int failed; in embedded_nul() local 85 failed = ( 3 != len ); in embedded_nul() 87 if ( failed || verbose ) in embedded_nul() 92 failed ? "NO <<" : "yes" ); in embedded_nul() 94 return failed ? -1 : 0; in embedded_nul() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | pex-unix.c | 642 struct fn_err failed; in pex_unix_exec_child() local 643 failed.fn = NULL; in pex_unix_exec_child() 647 if (!failed.fn && in != STDIN_FILE_NO) in pex_unix_exec_child() 650 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() 652 failed.fn = "close", failed.err = errno; in pex_unix_exec_child() 654 if (!failed.fn && out != STDOUT_FILE_NO) in pex_unix_exec_child() 657 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() 659 failed.fn = "close", failed.err = errno; in pex_unix_exec_child() 661 if (!failed.fn && errdes != STDERR_FILE_NO) in pex_unix_exec_child() 664 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | pex-unix.c | 642 struct fn_err failed; in pex_unix_exec_child() local 643 failed.fn = NULL; in pex_unix_exec_child() 647 if (!failed.fn && in != STDIN_FILE_NO) in pex_unix_exec_child() 650 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() 652 failed.fn = "close", failed.err = errno; in pex_unix_exec_child() 654 if (!failed.fn && out != STDOUT_FILE_NO) in pex_unix_exec_child() 657 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() 659 failed.fn = "close", failed.err = errno; in pex_unix_exec_child() 661 if (!failed.fn && errdes != STDERR_FILE_NO) in pex_unix_exec_child() 664 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | pex-unix.c | 642 struct fn_err failed; in pex_unix_exec_child() local 643 failed.fn = NULL; in pex_unix_exec_child() 647 if (!failed.fn && in != STDIN_FILE_NO) in pex_unix_exec_child() 650 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() 652 failed.fn = "close", failed.err = errno; in pex_unix_exec_child() 654 if (!failed.fn && out != STDOUT_FILE_NO) in pex_unix_exec_child() 657 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() 659 failed.fn = "close", failed.err = errno; in pex_unix_exec_child() 661 if (!failed.fn && errdes != STDERR_FILE_NO) in pex_unix_exec_child() 664 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | pex-unix.c | 810 struct fn_err failed; in pex_unix_exec_child() local 811 failed.fn = NULL; in pex_unix_exec_child() 815 if (!failed.fn && in != STDIN_FILE_NO) in pex_unix_exec_child() 818 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() 820 failed.fn = "close", failed.err = errno; in pex_unix_exec_child() 822 if (!failed.fn && out != STDOUT_FILE_NO) in pex_unix_exec_child() 825 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() 827 failed.fn = "close", failed.err = errno; in pex_unix_exec_child() 829 if (!failed.fn && errdes != STDERR_FILE_NO) in pex_unix_exec_child() 832 failed.fn = "dup2", failed.err = errno; in pex_unix_exec_child() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
| H A D | e_afalg.txt | 9 AFALG_R_EVENTFD_FAILED:108:eventfd failed 10 AFALG_R_FAILED_TO_GET_PLATFORM_INFO:111:failed to get platform info 11 AFALG_R_INIT_FAILED:100:init failed 12 AFALG_R_IO_SETUP_FAILED:105:io setup failed 16 AFALG_R_MEM_ALLOC_FAILED:102:mem alloc failed 17 AFALG_R_SOCKET_ACCEPT_FAILED:110:socket accept failed 18 AFALG_R_SOCKET_BIND_FAILED:103:socket bind failed 19 AFALG_R_SOCKET_CREATE_FAILED:109:socket create failed 20 AFALG_R_SOCKET_OPERATION_FAILED:104:socket operation failed 21 AFALG_R_SOCKET_SET_KEY_FAILED:106:socket set key failed
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/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
|
| /netbsd-src/external/bsd/unbound/dist/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() 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 …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | x509_check_cert_pkey_test.c | 46 goto failed; in test_x509_check_cert_pkey() 55 goto failed; in test_x509_check_cert_pkey() 60 goto failed; in test_x509_check_cert_pkey() 63 goto failed; in test_x509_check_cert_pkey() 69 goto failed; in test_x509_check_cert_pkey() 76 goto failed; in test_x509_check_cert_pkey() 85 goto failed; in test_x509_check_cert_pkey() 97 goto failed; in test_x509_check_cert_pkey() 101 failed: in test_x509_check_cert_pkey()
|
| /netbsd-src/external/bsd/kyua-cli/dist/integration/ |
| H A D | cmd_test_test.sh | 44 2/2 passed (0 failed) 64 simple_some_fail:fail -> failed: This fails on purpose [S.UUUs] 67 1/2 passed (1 failed) 98 7/7 passed (0 failed) 124 first:fail -> failed: This fails on purpose [S.UUUs] 126 second:fail -> failed: This fails on purpose [S.UUUs] 130 fourth:main -> failed: Returned non-success exit status 76 [S.UUUs] 132 4/7 passed (3 failed) 163 5/5 passed (0 failed) 183 expect_some_fail:die -> failed: Test case was expected to terminate abruptly but it continued exe… [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | x509_check_cert_pkey_test.c | 46 goto failed; in test_x509_check_cert_pkey() 55 goto failed; in test_x509_check_cert_pkey() 60 goto failed; in test_x509_check_cert_pkey() 63 goto failed; in test_x509_check_cert_pkey() 69 goto failed; in test_x509_check_cert_pkey() 76 goto failed; in test_x509_check_cert_pkey() 85 goto failed; in test_x509_check_cert_pkey() 97 goto failed; in test_x509_check_cert_pkey() 101 failed: in test_x509_check_cert_pkey()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
| H A D | digest-service.c | 86 goto failed; in ntlm_service() 95 goto failed; in ntlm_service() 102 goto failed; in ntlm_service() 105 goto failed; in ntlm_service() 113 goto failed; in ntlm_service() 121 goto failed; in ntlm_service() 127 goto failed; in ntlm_service() 150 goto failed; in ntlm_service() 165 goto failed; in ntlm_service() 180 goto failed; in ntlm_service() [all …]
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | deptgt-ignore.mk | 13 all: depends-on-failed depends-on-ignored 14 .PHONY: all depends-on-failed depends-on-ignored error-failed error-ignored 16 error-failed error-ignored: 21 depends-on-failed: error-failed
|