Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/kunit/
A Dkunit_parser.py351 TEST_RESULT = re.compile(r'^\s*(ok|not ok) ([0-9]+) (- )?([^#]*)( # .*)?$') variable
374 match = TEST_RESULT.match(line)
404 match = TEST_RESULT.match(line)
451 non_diagnostic_lines = [TEST_RESULT, TEST_HEADER, KTAP_START]

Completed in 3 milliseconds