Lines Matching refs:test_suite
56 extern struct test_suite *arch_tests[];
58 static struct test_suite *arch_tests[] = {
63 static struct test_suite *generic_tests[] = {
142 static struct test_suite **tests[] = {
158 static int num_subtests(const struct test_suite *t) in num_subtests()
172 static bool has_subtests(const struct test_suite *t) in has_subtests()
177 static const char *skip_reason(const struct test_suite *t, int subtest) in skip_reason()
185 static const char *test_description(const struct test_suite *t, int subtest) in test_description()
193 static test_fnptr test_function(const struct test_suite *t, int subtest) in test_function()
227 struct test_suite *test;
245 static int print_test_result(struct test_suite *t, int i, int subtest, int result, int width) in print_test_result()
278 struct test_suite *t = child_test->test; in finish_test()
348 static int start_test(struct test_suite *test, int i, int subi, struct child_test **child, in start_test()
392 struct test_suite *t; in __cmd_test()
482 struct test_suite *t; in perf_test__list()