Home
last modified time | relevance | path

Searched refs:test_fail_message_va (Results 1 – 1 of 1) sorted by relevance

/openssl/test/testutil/
H A Dtests.c74 static void test_fail_message_va(const char *prefix, const char *file, in test_fail_message_va() function
95 test_fail_message_va(prefix, file, line, type, left, right, op, fmt, ap); in test_fail_message()
104 test_fail_message_va("INFO", NULL, -1, NULL, NULL, NULL, NULL, desc, ap); in test_info_c90()
113 test_fail_message_va("INFO", file, line, NULL, NULL, NULL, NULL, desc, ap); in test_info()
122 test_fail_message_va(NULL, NULL, -1, NULL, NULL, NULL, NULL, desc, ap); in test_error_c90()
132 test_fail_message_va(NULL, file, line, NULL, NULL, NULL, NULL, desc, ap); in test_error()
165 test_fail_message_va("SKIP", file, line, NULL, NULL, NULL, NULL, desc, ap); in test_skip()
175 test_fail_message_va("SKIP", NULL, -1, NULL, NULL, NULL, NULL, desc, ap); in test_skip_c90()

Completed in 7 milliseconds