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)
commit33d4a933e9273bb9b33db8dcd0e564881319443c
tree54702a8dab4fd8b5935399a44f53fc13135f7127
parent9660209d9418f2295d31fea0d32e313e9b2c1200
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]