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

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

Completed in 180 milliseconds