Add UNRESOLVED to the list of possible regressions
This commit is contained in:
parent
35eb2bf0e3
commit
68ab9c5283
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from collections import OrderedDict
|
|||
import lzma
|
||||
|
||||
# Helper regex for parse_sum_line.
|
||||
sum_matcher = re.compile('^(.?(PASS|FAIL)): (.*)$')
|
||||
sum_matcher = re.compile('^(.?(PASS|FAIL|UNRESOLVED)): (.*)$')
|
||||
racy_file_matcher = re.compile ('^(gdb\..*)')
|
||||
|
||||
# You must call set_web_base at startup to set this.
|
||||
|
|
Loading…
Reference in a new issue