Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/kunit/
Dkunit_parser.py358 TEST_RESULT = re.compile(r'^(ok|not ok) ([0-9]+) (- )?([^#]*)( # .*)?$') variable
381 match = TEST_RESULT.match(line)
411 match = TEST_RESULT.match(line)
457 while lines and not TEST_RESULT.match(lines.peek()) and not \