Lines Matching refs:test_suite
35 struct test_suite *__weak arch_tests[] = {
39 static struct test_suite *generic_tests[] = {
116 static struct test_suite **tests[] = {
121 static int num_subtests(const struct test_suite *t) in num_subtests()
135 static bool has_subtests(const struct test_suite *t) in has_subtests()
140 static const char *skip_reason(const struct test_suite *t, int subtest) in skip_reason()
148 static const char *test_description(const struct test_suite *t, int subtest) in test_description()
156 static test_fnptr test_function(const struct test_suite *t, int subtest) in test_function()
188 static int run_test(struct test_suite *test, int subtest) in run_test()
244 static int test_and_print(struct test_suite *t, int subtest) in test_and_print()
284 static int shell_test__run(struct test_suite *test, int subdir __maybe_unused) in shell_test__run()
320 struct test_suite test_suite = { in run_shell_tests() local
327 if (test_suite.desc == NULL || in run_shell_tests()
328 !perf_test__matches(test_suite.desc, curr, argc, argv)) in run_shell_tests()
332 pr_info("%3d: %-*s:", i, width, test_suite.desc); in run_shell_tests()
339 test_and_print(&test_suite, 0); in run_shell_tests()
346 struct test_suite *t; in __cmd_test()
437 struct test_suite t = { in perf_test__list_shell()
452 struct test_suite *t; in perf_test__list()