]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/sched_ext: Show failed test names in summary
authorCheng-Yang Chou <yphbchou0911@gmail.com>
Tue, 17 Mar 2026 15:13:11 +0000 (23:13 +0800)
committerTejun Heo <tj@kernel.org>
Tue, 17 Mar 2026 17:46:57 +0000 (07:46 -1000)
commitf6689792ffc4bc226636a513f8b0ac7bd45c5091
treec8f438319ea36098ffaf0913e0363310cc4dfc19
parent2e5e5b3738ddda91b9a7ee9399efa5245c992233
selftests/sched_ext: Show failed test names in summary

When tests fail, the runner only printed the failure count, making
it hard to tell which tests failed without scrolling through output.

Track failed test names in an array and print them after the summary
so failures are immediately visible at the end of the run.

Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/testing/selftests/sched_ext/runner.c