mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
If a subtest itself reports success, but the outer testcase fails, the whole testcase should be reported as a failure. However the status is recalculated based on the test counts, overwriting the outer test result. Synthesize a failed test in this case to make sure the failure is not swallowed. Link: https://lore.kernel.org/r/20251230-kunit-nested-failure-v1-2-98cfbeb87823@linutronix.de Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
KTAP version 1
|
|
1..2
|
|
KTAP version 1
|
|
1..1
|
|
ok 1 test 1
|
|
not ok 1 subtest 1
|
|
KTAP version 1
|
|
1..1
|
|
not ok 1 subsubtest 1
|
|
not ok 2 subtest 2
|