aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2014-09-19 18:57:04 +0200
committerSegher Boessenkool <segher@gcc.gnu.org>2014-09-19 18:57:04 +0200
commit813271fc4e88e8dbbf61b033d2322ad9ba1b70be (patch)
tree41786f127054903e650c9372e57b064ce96b3d2f /contrib
parentf8fb3155820ca6cd39f2f7dbec796b399f705aa5 (diff)
downloadgcc-813271fc4e88e8dbbf61b033d2322ad9ba1b70be.zip
gcc-813271fc4e88e8dbbf61b033d2322ad9ba1b70be.tar.gz
gcc-813271fc4e88e8dbbf61b033d2322ad9ba1b70be.tar.bz2
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
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rw-r--r--contrib/dg-extract-results.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index f52a0ab..d9ab901 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -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.
diff --git a/contrib/dg-extract-results.py b/contrib/dg-extract-results.py
index cccbfd3..fafd38e 100644
--- a/contrib/dg-extract-results.py
+++ b/contrib/dg-extract-results.py
@@ -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