Searched refs:CC_OUTPUT_RE (Results 1 – 6 of 6) sorted by relevance
219 CC_OUTPUT_RE = re.compile(r'(?P<file_path>/.*):\s*TEST(_F|_P)?[ ]*\(' variable
254 CC_OUTPUT_RE = re.compile(r'(?P<file_path>/.*):\s*TEST(_F|_P)?[ ]*\(' variable
231 output_re=constants.CC_OUTPUT_RE,
264 output_re=constants.CC_OUTPUT_RE,
277 match_obj = constants.CC_OUTPUT_RE.match(test)
340 match_obj = constants.CC_OUTPUT_RE.match(test)