Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds