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:
Segher Boessenkool 2014-09-19 18:57:04 +02:00 committed by Segher Boessenkool
parent f8fb315582
commit 813271fc4e
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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