Lines Matching refs:subtest
190 .subtest = {
203 .subtest = {
268 .subtest = {
316 static int run_test(struct test *test, int subtest) in run_test() argument
348 err = test->func(test, subtest); in run_test()
372 static int test_and_print(struct test *t, bool force_skip, int subtest) in test_and_print() argument
378 err = run_test(t, subtest); in test_and_print()
385 if (!t->subtest.get_nr) in test_and_print()
388 pr_debug("%s subtest %d:", t->desc, subtest + 1); in test_and_print()
569 if (!t->subtest.get_nr) { in __cmd_test()
572 int subn = t->subtest.get_nr(); in __cmd_test()
593 int len = strlen(t->subtest.get_desc(subi)); in __cmd_test()
601 t->subtest.get_desc(subi)); in __cmd_test()
603 if (err != TEST_OK && t->subtest.skip_if_fail) in __cmd_test()
658 if (t->subtest.get_nr) { in perf_test__list()
659 int subn = t->subtest.get_nr(); in perf_test__list()
664 t->subtest.get_desc(subi)); in perf_test__list()