summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>2014-09-19 16:57:04 +0000
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>2014-09-19 16:57:04 +0000
commitffec7e05b54b3727204f09a6c65b5398642d09c8 (patch)
tree41786f127054903e650c9372e57b064ce96b3d2f /contrib
parent460ec7e66693f66038e4ad12f482f69a3205ef06 (diff)
downloadgcc-ffec7e05b54b3727204f09a6c65b5398642d09c8.tar.gz
2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
* dg-extract-results.py (Prog.result_re): Include options in test name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215400 138bc75d-0d04-0410-961f-82ee72b054a4
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 f52a0ab6fee..d9ab9015fc3 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 cccbfd391dc..fafd38e76f9 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