Searched refs:TAP_ENTRIES (Results 1 – 1 of 1) sorted by relevance
136 TAP_ENTRIES = re.compile(r'^(TAP|[\s]*ok|[\s]*not ok|[\s]*[0-9]+\.\.[0-9]+|[\s]*# (Subtest:|.*: kun… variable139 while lines and not TAP_ENTRIES.match(lines.peek()):143 while lines and not TAP_ENTRIES.match(lines.peek()):