Home
last modified time | relevance | path

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

/linux/tools/testing/kunit/
A Dkunit_parser.py369 TEST_RESULT = re.compile(r'^(ok|not ok) ([0-9]+) (- )?([^#]*)( # .*)?$') variable
392 match = TEST_RESULT.match(line)
422 match = TEST_RESULT.match(line)
469 while lines and not TEST_RESULT.match(lines.peek()) and not \

Completed in 5 milliseconds