Searched defs:testcase (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/regress/lib/libcrypto/x509/ |
H A D | x509_asn1.c | 493 static const struct testcase { struct 494 char *data; 495 int len; 496 int len_to_pass; 497 int encode_type; 498 int expected_result; 522 const struct testcase *test = testCases + i; in test_x509_name_get() argument
|
/openbsd-src/regress/lib/libssl/unit/ |
H A D | ssl_methods.c | 189 test_client_or_server_method(struct ssl_method_test_data *testcase) in test_client_or_server_method() 221 test_dtls_method(struct ssl_method_test_data *testcase) in test_dtls_method()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/lib/ |
H A D | gcov.exp | 27 proc clean-gcov { testcase } { argument
|
/openbsd-src/regress/lib/libcrypto/bn/ |
H A D | bn_print.c | 194 size_t testcase = 0; in main() local
|
H A D | bn_isqrt.c | 169 BIGNUM *n, *n_sqr, *lower, *upper, *testcase, *isqrt; in isqrt_test() local
|
H A D | bn_gcd.c | 3457 bn_gcd_test(const struct gcd_test *testcase) in bn_gcd_test()
|
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbutil.py | 1472 def get_actions_for_signal(testcase, signal_name, from_target=False, expected_absent=False): argument 1494 def set_actions_for_signal(testcase, signal_name, pass_action, stop_action, notify_action, expect_s… argument 1570 def wait_for_file_on_target(testcase, file_path, max_attempts=6): argument
|
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ |
H A D | case.py | 165 def __init__(self, testcase): argument
|