Home
last modified time | relevance | path

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

/openbmc/linux/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)