test_summary: Include baseline used for libstdc++-v3 abi check in test summary.

2003-08-26  Matthias Klose  <doko@debian.org>

        * test_summary: Include baseline used for libstdc++-v3
        abi check in test summary.

From-SVN: r86607
This commit is contained in:
Matthias Klose 2004-08-26 05:51:22 +00:00 committed by Matthias Klose
parent 026351f552
commit 1249691bab
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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; }