| /src/usr.sbin/sysinst/ |
| unif.awk | 51 skip = 0 57 if (skip) 65 if (!skip) 66 skip = nested 74 if (skip == nested) 75 skip = 0 76 else if (!skip) 77 skip = nested 84 if (skip == nested) 85 skip = [all...] |
| /src/external/bsd/kyua-cli/dist/integration/helpers/ |
| simple_all_pass.cpp | 42 ATF_TEST_CASE_WITHOUT_HEAD(skip); variable 43 ATF_TEST_CASE_BODY(skip) 45 std::cout << "This is the stdout of skip\n"; 46 std::cerr << "This is the stderr of skip\n"; 47 skip("The reason for skipping is this"); 54 ATF_ADD_TEST_CASE(tcs, skip);
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 30-test_pairwise_fail.t | 31 SKIP: { 32 skip "Skip RSA test because of no rsa in this build", 1 39 SKIP: { 40 skip "Skip EC test because of no ec in this build", 2 46 skip "FIPS provider version is too old", 1 53 SKIP: { 54 skip "Skip DSA tests because of no dsa in this build", [all...] |
| 99-test_ecstress.t | 19 SKIP: { 20 skip "Skipping EC stress test", 1
|
| 80-test_ssl_old.t | 188 SKIP: { 189 skip 'failure', 16 unless 195 skip 'failure', 15 unless 202 skip 'failure', 14 unless 208 skip 'failure', 13 unless 214 skip 'failure', 12 unless 219 skip 'failure', 11 unless 223 skip 'failure', 10 unless 229 skip 'failure', 9 unless 238 skip 'failure', 8 unles [all...] |
| 79-test_http.t | 21 SKIP: { 22 skip "sockets disabled", 1 if disabled("sock"); 23 skip "OCSP disabled", 1 if disabled("ocsp"); 24 skip "HTTP disabled", 1 if disabled("http");
|
| /src/external/bsd/kyua-cli/dist/engine/drivers/ |
| debug_test_test.cpp | 41 skip("Not implemented");
|
| run_tests_test.cpp | 41 skip("Not implemented");
|
| /src/external/gpl3/gcc/dist/gcc/ |
| target-globals.h | 48 class target_flag_state *GTY((skip)) flag_state; 49 struct target_regs *GTY((skip)) regs; 51 struct target_recog *GTY((skip)) recog; 52 struct target_hard_regs *GTY((skip)) hard_regs; 53 struct target_function_abi_info *GTY((skip)) function_abi_info; 54 struct target_reload *GTY((skip)) reload; 55 struct target_expmed *GTY((skip)) expmed; 56 struct target_optabs *GTY((skip)) optabs; 58 struct target_cfgloop *GTY((skip)) cfgloop; 59 struct target_ira *GTY((skip)) ira [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| target-globals.h | 47 class target_flag_state *GTY((skip)) flag_state; 48 struct target_regs *GTY((skip)) regs; 50 struct target_recog *GTY((skip)) recog; 51 struct target_hard_regs *GTY((skip)) hard_regs; 52 struct target_function_abi_info *GTY((skip)) function_abi_info; 53 struct target_reload *GTY((skip)) reload; 54 struct target_expmed *GTY((skip)) expmed; 55 struct target_optabs *GTY((skip)) optabs; 57 struct target_cfgloop *GTY((skip)) cfgloop; 58 struct target_ira *GTY((skip)) ira [all...] |
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 99-test_ecstress.t | 19 SKIP: { 20 skip "Skipping EC stress test", 1
|
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 99-test_ecstress.t | 19 SKIP: { 20 skip "Skipping EC stress test", 1
|
| 20-test_dgst.t | 54 SKIP: { 55 skip "RSA is not supported by this OpenSSL build", 1 65 SKIP: { 66 skip "DSA is not supported by this OpenSSL build", 1 76 SKIP: { 77 skip "ECDSA is not supported by this OpenSSL build", 1 87 SKIP: { 88 skip "EdDSA is not supported by this OpenSSL build", 2 91 skip "EdDSA is not supported with `dgst` CLI", 2; 106 SKIP: [all...] |
| 15-test_rsa.t | 27 SKIP: { 28 skip "Skipping rsa conversion test", 3 39 SKIP: { 40 skip "Skipping msblob conversion test", 1
|
| 80-test_ca.t | 27 SKIP: { 29 skip "failed creating CA structure", 4 34 skip "failed creating new certificate request", 3 39 skip "failed to sign certificate request", 2 46 skip "CT not configured, can't use -precert", 1
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| nounwind.c | 46 int skip ATTRIBUTE_UNUSED, 58 int skip ATTRIBUTE_UNUSED,
|
| backtrace.c | 47 /* Number of frames to skip. */ 48 int skip; member in struct:backtrace_data 79 if (bdata->skip > 0) 81 --bdata->skip; 102 backtrace_full (struct backtrace_state *state, int skip, 109 bdata.skip = skip + 1;
|
| simple.c | 44 /* Number of frames to skip. */ 45 int skip; member in struct:backtrace_simple_data 74 if (bdata->skip > 0) 76 --bdata->skip; 94 backtrace_simple (struct backtrace_state *state, int skip, 100 bdata.skip = skip + 1;
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| nounwind.c | 46 int skip ATTRIBUTE_UNUSED, 58 int skip ATTRIBUTE_UNUSED,
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| nounwind.c | 46 int skip ATTRIBUTE_UNUSED, 58 int skip ATTRIBUTE_UNUSED,
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| nounwind.c | 46 int skip ATTRIBUTE_UNUSED, 58 int skip ATTRIBUTE_UNUSED,
|
| /src/usr.bin/hexdump/ |
| hexsyntax.c | 55 off_t skip; /* bytes to skip */ variable 98 if ((skip = strtol(optarg, &p, 0)) < 0) 99 errx(1, "%s: bad skip value", optarg); 102 skip *= 512; 105 skip *= 1024; 108 skip *= 1048576;
|
| /src/external/mpl/bind/dist/bin/tests/system/doth/ |
| conftest.py | 25 pytest.skip("gnutls-cli not found in PATH") 32 pytest.skip("gnutls-cli does not support the --logfile option") 42 pytest.skip("sslyze not found in PATH")
|
| /src/external/lgpl2/userspace-rcu/dist/tests/unit/ |
| test_get_possible_cpus_array_len.c | 26 skip(1, "Linux specific test.");
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ti/omap/ |
| dra74x-p.dtsi | 26 ti,irqs-skip = <10 67 68 133 139 140>;
|