Searched refs:TEST_RESULT (Results 1 – 1 of 1) sorted by relevance
353 TEST_RESULT = re.compile(r'^\s*(ok|not ok) ([0-9]+) (- )?([^#]*)( # .*)?$') variable376 match = TEST_RESULT.match(line)406 match = TEST_RESULT.match(line)453 non_diagnostic_lines = [TEST_RESULT, TEST_HEADER, KTAP_START, TAP_START]