Home
last modified time | relevance | path

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

/linux/tools/testing/kunit/
A Dkunit_parser.py371 TEST_RESULT_SKIP = re.compile(r'^(ok|not ok) ([0-9]+) (- )?(.*) # SKIP(.*)$') variable
423 skip_match = TEST_RESULT_SKIP.match(line)

Completed in 5 milliseconds