summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-26 05:51:22 +0000
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-26 05:51:22 +0000
commitd45005b7c92c981fc0b44eac0e1799203a685c6f (patch)
tree97b83ec54980159b4cf1d30620dd7c68faccc34d
parent12b65d0eb5a2aa85027e7dae5008cc1988e8bfcf (diff)
downloadppe42-gcc-d45005b7c92c981fc0b44eac0e1799203a685c6f.tar.gz
ppe42-gcc-d45005b7c92c981fc0b44eac0e1799203a685c6f.zip
2003-08-26 Matthias Klose <doko@debian.org>
* test_summary: Include baseline used for libstdc++-v3 abi check in test summary. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86607 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--contrib/ChangeLog5
-rwxr-xr-xcontrib/test_summary1
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index ad8078f932f..c03da28807f 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-26 Matthias Klose <doko@debian.org>
+
+ * test_summary: Include baseline used for libstdc++-v3
+ abi check in test summary.
+
2004-08-25 Ben Elliston <bje@au.ibm.com>
* gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
diff --git a/contrib/test_summary b/contrib/test_summary
index 01fba6fd5d2..a959078f1e1 100755
--- a/contrib/test_summary
+++ b/contrib/test_summary
@@ -127,6 +127,7 @@ $2 == "version" { save = $0; $1 = ""; $2 = ""; version = $0; gsub(/^ */, "", ver
/\===.*Summary/ { print ""; print; blanks=1; }
/tests ===/ || /^(Target|Host|Native)/ || $2 == "version" { print; blanks=1; }
/^(XPASS|FAIL|UNRESOLVED|WARNING|ERROR|# of )/ { print; }
+/^using:/ { print ""; print; print ""; }
# dumpall != 0 && /^X?(PASS|FAIL|UNTESTED)|^testcase/ { dumpall=0; }
# dumpall != 0 { print; }
# /^FAIL/ { dumpall=1; }
OpenPOWER on IntegriCloud