Home
last modified time | relevance | path

Searched defs:testcase (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/regress/lib/libcrypto/x509/
H A Dx509_asn1.c493 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 Dssl_methods.c189 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 Dgcov.exp27 proc clean-gcov { testcase } { argument
/openbsd-src/regress/lib/libcrypto/bn/
H A Dbn_print.c194 size_t testcase = 0; in main() local
H A Dbn_isqrt.c169 BIGNUM *n, *n_sqr, *lower, *upper, *testcase, *isqrt; in isqrt_test() local
H A Dbn_gcd.c3457 bn_gcd_test(const struct gcd_test *testcase) in bn_gcd_test()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1472 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 Dcase.py165 def __init__(self, testcase): argument