Home
last modified time | relevance | path

Searched refs:TEST_RESULT (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/tools/testing/kunit/
Dkunit_parser.py353 TEST_RESULT = re.compile(r'^\s*(ok|not ok) ([0-9]+) (- )?([^#]*)( # .*)?$') variable
376 match = TEST_RESULT.match(line)
406 match = TEST_RESULT.match(line)
453 non_diagnostic_lines = [TEST_RESULT, TEST_HEADER, KTAP_START, TAP_START]