dg-extract-results.py (Prog.result_re): Include options in test name.
2014-09-19 Segher Boessenkool <segher@kernel.crashing.org> * dg-extract-results.py (Prog.result_re): Include options in test name. From-SVN: r215400
This commit is contained in:
parent
f8fb315582
commit
813271fc4e
@ -1,3 +1,7 @@
|
||||
2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
* dg-extract-results.py (Prog.result_re): Include options in test name.
|
||||
|
||||
2014-09-19 Olivier Hainque <hainque@adacore.com>
|
||||
|
||||
* config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
|
||||
|
@ -117,7 +117,7 @@ class Prog:
|
||||
self.tool_re = re.compile (r'^\t\t=== (.*) tests ===$')
|
||||
self.result_re = re.compile (r'^(PASS|XPASS|FAIL|XFAIL|UNRESOLVED'
|
||||
r'|WARNING|ERROR|UNSUPPORTED|UNTESTED'
|
||||
r'|KFAIL):\s*(\S+)')
|
||||
r'|KFAIL):\s*(.+)')
|
||||
self.completed_re = re.compile (r'.* completed at (.*)')
|
||||
# Pieces of text to write at the head of the output.
|
||||
# start_line is a pair in which the first element is a datetime
|
||||
|
Loading…
Reference in New Issue
Block a user