Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit_parser.py98 TAP_ENTRIES = re.compile(r'^(TAP|[\s]*ok|[\s]*not ok|[\s]*[0-9]+\.\.[0-9]+|[\s]*#).*$') variable
101 while lines and not TAP_ENTRIES.match(lines[0]):
105 while lines and not TAP_ENTRIES.match(lines[0]):