From: Segher Boessenkool Date: Fri, 19 Sep 2014 16:57:04 +0000 (+0200) Subject: dg-extract-results.py (Prog.result_re): Include options in test name. X-Git-Tag: releases/gcc-5.1.0~4561 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=813271fc4e88e8dbbf61b033d2322ad9ba1b70be;p=thirdparty%2Fgcc.git dg-extract-results.py (Prog.result_re): Include options in test name. 2014-09-19 Segher Boessenkool * dg-extract-results.py (Prog.result_re): Include options in test name. From-SVN: r215400 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index f52a0ab6fee6..d9ab9015fc37 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2014-09-19 Segher Boessenkool + + * dg-extract-results.py (Prog.result_re): Include options in test name. + 2014-09-19 Olivier Hainque * config-list.mk (LIST): Add powerpc-wrs-vxworksmils. diff --git a/contrib/dg-extract-results.py b/contrib/dg-extract-results.py index cccbfd391dc7..fafd38e76f9e 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