Searched refs:print_test_result (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/sched_ext/ |
H A D | runner.c | 63 static void print_test_result(const struct scx_test *test, in print_test_result() function 166 print_test_result(test, SCX_TEST_SKIP, ++testnum); in main() 173 print_test_result(test, status, ++testnum); in main()
|
/linux/tools/perf/tests/ |
H A D | builtin-test.c | 245 static int print_test_result(struct test_suite *t, int i, int subtest, int result, int width) in print_test_result() function 342 print_test_result(t, i, subi, ret, width); in finish_test() 358 print_test_result(test, i, subi, err, width); in start_test()
|
/linux/tools/testing/kunit/ |
H A D | kunit_parser.py | 544 def print_test_result(test: Test) -> None: function 765 print_test_result(sub_test) 798 print_test_result(test)
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_progs.c | 260 static void print_test_result(const struct prog_test_def *test, const struct test_state *test_state) in print_test_result() function 388 print_test_result(test, test_state); in dump_test_log() 1274 print_test_result(test, state); in run_one_test()
|