Searched refs:COMPLETE_PATTERN (Results 1 – 3 of 3) sorted by relevance
43 private final static Pattern COMPLETE_PATTERN = Pattern.compile(COMPLETE_STRING); field in NativeBenchmarkTestParser72 Matcher matcher = COMPLETE_PATTERN.matcher(line); in parseLine()
88 static final Pattern COMPLETE_PATTERN = field in RustTestResultParser179 if (!lineMatchesPattern(line, COMPLETE_PATTERN)) { in processRunSummary()
109 assertTrue(s, RustTestResultParser.COMPLETE_PATTERN.matcher(s).matches()); in testRegexRunSummary()112 assertFalse(s, RustTestResultParser.COMPLETE_PATTERN.matcher(s).matches()); in testRegexRunSummary()