From: Matthias Klose Date: Thu, 26 Aug 2004 05:50:23 +0000 (+0000) Subject: test_summary: Include baseline used for libstdc++-v3 abi check in test summary. X-Git-Tag: releases/gcc-3.3.5~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1a97f834c76836c16280f2fe57f7874efa0935a;p=thirdparty%2Fgcc.git test_summary: Include baseline used for libstdc++-v3 abi check in test summary. 2003-08-26 Matthias Klose * test_summary: Include baseline used for libstdc++-v3 abi check in test summary. From-SVN: r86606 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 72594a8287c9..82cfd05012ce 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2003-08-26 Matthias Klose + + * test_summary: Include baseline used for libstdc++-v3 + abi check in test summary. + 2004-05-31 Release Manager * GCC 3.3.4 Released. diff --git a/contrib/test_summary b/contrib/test_summary index 5b9cdc8f39ed..427a4614a4a2 100755 --- a/contrib/test_summary +++ b/contrib/test_summary @@ -116,6 +116,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; }