]> git.baikalelectronics.ru Git - kernel.git/commit
kunit: tool: remove dead parse_crash_in_log() logic
authorDaniel Latypov <dlatypov@google.com>
Thu, 12 May 2022 18:35:36 +0000 (11:35 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 16 May 2022 19:21:54 +0000 (13:21 -0600)
commit0ed0a1a66d01f08b5a48cdc607d833e71263e75f
tree54702a8dab4fd8b5935399a44f53fc13135f7127
parent580a8f8f2a7a8e4f07238268850a68ecd2b1725a
kunit: tool: remove dead parse_crash_in_log() logic

This logic depends on the kernel logging a message containing
'kunit test case crashed', but there is no corresponding logic to do so.

This is likely a relic of the revision process KUnit initially went
through when being upstreamed.

Delete it given
1) it's been missing for years and likely won't get implemented
2) the parser has been moving to be a more general KTAP parser,
   kunit-only magic like this isn't how we'd want to implement it.

Signed-off-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/kunit/kunit_parser.py
tools/testing/kunit/kunit_tool_test.py
tools/testing/kunit/test_data/test_is_test_passed-crash.log [deleted file]