]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kunit: tool: Add test for nested test result reporting
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Tue, 30 Dec 2025 12:26:35 +0000 (13:26 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 5 Jan 2026 22:35:49 +0000 (15:35 -0700)
commit0c5b86c67fb6898d02c8f92de884186297fd302f
treed2a46bab8437de35b919d07a2ba0bc0a17bd37ba
parent5c7a4741431b0a938dcbd22b90a4dc9a2903fc00
kunit: tool: Add test for nested test result reporting

Currently there is a lack of tests validating the result reporting from
nested tests. Add one, it will also be used to validate upcoming changes
to the nested test parsing.

Link: https://lore.kernel.org/r/20251230-kunit-nested-failure-v1-1-98cfbeb87823@linutronix.de
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: Rae Moar <rmoar@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/kunit/kunit_tool_test.py
tools/testing/kunit/test_data/test_is_test_passed-failure-nested.log [new file with mode: 0644]