| /src/crypto/openssl/test/recipes/ |
| H A D | 70-test_comp.t | 96 do_test(TEST_TLS_1_2, MULTIPLE_COMPRESSIONS, EXPECT_SUCCESS); 100 do_test(TEST_TLS_1_2, NON_NULL_COMPRESSION, EXPECT_ILLEGAL_PARAMETER); 104 do_test(TEST_TLS_1_2, MULTIPLE_NO_NULL, EXPECT_ILLEGAL_PARAMETER); 108 do_test(TEST_TLS_1_2, NO_COMPRESSION, EXPECT_DECODE_ERROR); 112 do_test(TEST_TLS_1_2, NULL_COMPRESSION, EXPECT_SUCCESS); 121 do_test(TEST_TLS_1_3, MULTIPLE_COMPRESSIONS, EXPECT_ILLEGAL_PARAMETER); 125 do_test(TEST_TLS_1_3, NON_NULL_COMPRESSION, EXPECT_ILLEGAL_PARAMETER); 129 do_test(TEST_TLS_1_3, MULTIPLE_NO_NULL, EXPECT_ILLEGAL_PARAMETER); 133 do_test(TEST_TLS_1_3, NO_COMPRESSION, EXPECT_DECODE_ERROR); 137 do_test(TEST_TLS_1_3, NULL_COMPRESSION, EXPECT_SUCCESS); [all …]
|
| /src/contrib/atf/atf-c/detail/ |
| H A D | sanity_test.c | 90 do_test(enum type t, bool cond) in do_test() function 175 do_test(inv, false); in ATF_TC_BODY() 176 do_test(inv, true); in ATF_TC_BODY() 188 do_test(pre, false); in ATF_TC_BODY() 189 do_test(pre, true); in ATF_TC_BODY() 201 do_test(post, false); in ATF_TC_BODY() 202 do_test(post, true); in ATF_TC_BODY() 214 do_test(unreachable, false); in ATF_TC_BODY() 215 do_test(unreachable, true); in ATF_TC_BODY()
|
| /src/contrib/ntp/sntp/libevent/test/ |
| H A D | test.sh | 133 do_test() { function 177 [ $timerfd -eq 0 ] || do_test EPOLL "(timerfd)" 178 [ $changelist -eq 0 ] || do_test EPOLL "(changelist)" 179 [ $timerfd_changelist -eq 0 ] || do_test EPOLL "(timerfd+changelist)" 181 do_test $i
|
| /src/contrib/libevent/test/ |
| H A D | test.sh | 133 do_test() { function 177 [ $timerfd -eq 0 ] || do_test EPOLL "(timerfd)" 178 [ $changelist -eq 0 ] || do_test EPOLL "(changelist)" 179 [ $timerfd_changelist -eq 0 ] || do_test EPOLL "(timerfd+changelist)" 181 do_test $i
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/ |
| H A D | procfs_list_stale_read.ksh | 59 function do_test function 94 do_test "echo 0 >$TXG_HIST" 97 do_test "sync_n 60"
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/ |
| H A D | zpool_wait_scrub_cancel.ksh | 43 function do_test function 64 do_test "zpool scrub -p $TESTPOOL" 65 do_test "zpool scrub -s $TESTPOOL"
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/ |
| H A D | zpool_wait_initialize_cancel.ksh | 47 function do_test function 75 do_test "zpool initialize -c $TESTPOOL $DISK1" 76 do_test "zpool initialize -s $TESTPOOL $DISK1"
|
| H A D | zpool_wait_trim_cancel.ksh | 44 function do_test function 75 do_test "zpool trim -c $TESTPOOL $FILE_VDEV" 76 do_test "zpool trim -s $TESTPOOL $FILE_VDEV"
|
| H A D | zpool_wait_remove.ksh | 45 function do_test function 83 do_test true 84 do_test false
|
| H A D | zpool_wait_discard.ksh | 46 function do_test function 85 do_test true 86 do_test false
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/ |
| H A D | zpool_events_errors.ksh | 82 function do_test function 149 do_test $pooltype corrupt read 150 do_test $pooltype io read 151 do_test $pooltype io write
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mount/ |
| H A D | mount_loopback.ksh | 77 function do_test function 104 do_test /$TESTPOOL2/img 110 do_test $blkdev
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
| H A D | zvol_misc_trim.ksh | 80 function do_test { function 137 do_test 142 do_test
|
| H A D | zvol_misc_fua.ksh | 71 function do_test { function 120 do_test 125 do_test
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
| H A D | auto_spare_double.ksh | 72 function do_test { function 108 do_test $TEST_BASE_DIR/file1 $TEST_BASE_DIR/file2 $TEST_BASE_DIR/file3 120 do_test $TEST_BASE_DIR/file1 draid1-0-0 draid1-0-1
|
| /src/crypto/heimdal/kuser/ |
| H A D | klist.c | 450 int do_test, int do_verbose, in display_v5_ccache() argument 461 if (!do_test) in display_v5_ccache() 468 if (do_test) in display_v5_ccache() 581 int do_test = in klist() local 602 exit_status |= display_v5_ccache(kcc_context, id, do_test, in klist() 619 exit_status = display_v5_ccache(kcc_context, id, do_test, in klist() 625 if (!do_test) { in klist()
|
| /src/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | t_cc.c | 476 do_test(krb5_context context, const char *prefix) in do_test() function 644 do_test(context, ""); in main() 647 do_test(context, "KEYRING:process:"); in main() 651 do_test(context, "MEMORY:"); in main() 652 do_test(context, "FILE:"); in main()
|
| /src/crypto/krb5/src/lib/krb5/keytab/ |
| H A D | t_keytab.c | 398 do_test(krb5_context context, const char *prefix, krb5_boolean delete) in do_test() function 439 do_test(context, "WRFILE:", FALSE); in main() 440 do_test(context, "MEMORY:", TRUE); in main()
|
| /src/crypto/openssl/test/ |
| H A D | quic_tserver_test.c | 54 static int do_test(int use_thread_assist, int use_fake_time, int use_inject) in do_test() function 428 return do_test(thread_assisted, use_fake_time, use_inject); in test_tserver()
|
| /src/usr.sbin/rpc.lockd/ |
| H A D | lockd_lock.c | 213 enum nlm_stats do_test(struct file_lock *fl, 1690 do_test(struct file_lock *fl, struct file_lock **conflicting_fl) in do_test() function 1881 do_test(&test_fl, &conflicting_fl); in testlock()
|
| /src/contrib/bc/tests/ |
| H A D | history.py | 1085 do_test = True variable 1089 do_test = False variable
|
| /src/crypto/libecc/src/arithmetic_tests/ |
| H A D | arithmetic_tests_generator.py | 1922 def do_test(sockfd, op, n): function 1987 do_test(b, test, n)
|