]> gcc.gnu.org Git - gcc.git/commitdiff
test_summary: Additional to XPASS and FAIL...
authorChristian Jönsson <c.christian.joensson@telia.com>
Sun, 24 Feb 2002 20:45:15 +0000 (20:45 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sun, 24 Feb 2002 20:45:15 +0000 (20:45 +0000)
* test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
WARNING and ERROR output from the *.sum files.

From-SVN: r50010

contrib/ChangeLog
contrib/test_summary

index 0d824bc49202bb87d0849a637a10c3ab26e1e4db..c6fedf91f702aeeb5881acbe4177a0299b5b2711 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-24  Christian Jönsson  <c.christian.joensson@telia.com>
+
+       * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
+       WARNING and ERROR output from the *.sum files.
+
 2002-01-26  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
        * gennews (files): Replace gcc-2.95/gcc-2.95.html,
index a1bf474d7ebb07305502eef3c7fd08b3327a1805..50669549959749d818a90e72a9823334b985c272 100755 (executable)
@@ -115,7 +115,7 @@ $1 ~ /\/configure$/ {
 $2 == "version" { save = $0; $1 = ""; $2 = ""; version = $0; gsub(/^ */, "", version); gsub(/\r$/, "", version); $0 = save; }
 /\===.*Summary/ { print ""; print; blanks=1; }
 /tests ===/ || /^(Target|Host|Native)/ || $2 == "version" { print; blanks=1; }
-/^(XPASS|FAIL|# of )/ { print; }
+/^(XPASS|FAIL|UNRESOLVED|WARNING|ERROR|# of )/ { print; }
 # dumpall != 0 && /^X?(PASS|FAIL|UNTESTED)|^testcase/ { dumpall=0; }
 # dumpall != 0 { print; }
 # /^FAIL/ { dumpall=1; }
This page took 0.061469 seconds and 5 git commands to generate.