dg-extract-results.py (Prog.result_re): Include options in test name.
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 19 Sep 2014 16:57:04 +0000 (18:57 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 19 Sep 2014 16:57:04 +0000 (18:57 +0200)
2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>

* dg-extract-results.py (Prog.result_re): Include options in test name.

From-SVN: r215400

contrib/ChangeLog
contrib/dg-extract-results.py

index f52a0ab6fee64d33be01aa907b340fd1740fbf73..d9ab9015fc371744a345d5769f27b239fa753031 100644 (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.
index cccbfd391dc7c8559585bd38ecd11a59960450dd..fafd38e76f9e112e915ac53e3be715c59c139e4a 100644 (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