Add UNRESOLVED to the list of possible regressions

This commit is contained in:
Sergio Durigan Junior 2018-05-23 21:14:34 -04:00
parent 35eb2bf0e3
commit 68ab9c5283

View file

@ -9,7 +9,7 @@ from collections import OrderedDict
import lzma import lzma
# Helper regex for parse_sum_line. # 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\..*)') racy_file_matcher = re.compile ('^(gdb\..*)')
# You must call set_web_base at startup to set this. # You must call set_web_base at startup to set this.