diff options
author | Matthias Klose <doko@debian.org> | 2004-08-26 05:51:22 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2004-08-26 05:51:22 +0000 |
commit | 1249691bab4f13ceb72ec2a535a0fc9a37818161 (patch) | |
tree | 97b83ec54980159b4cf1d30620dd7c68faccc34d /contrib/test_summary | |
parent | 026351f55206fb1127961d7c3ce198d653585b0e (diff) | |
download | gcc-1249691bab4f13ceb72ec2a535a0fc9a37818161.zip gcc-1249691bab4f13ceb72ec2a535a0fc9a37818161.tar.gz gcc-1249691bab4f13ceb72ec2a535a0fc9a37818161.tar.bz2 |
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
Diffstat (limited to 'contrib/test_summary')
-rwxr-xr-x | contrib/test_summary | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/test_summary b/contrib/test_summary index 01fba6f..a959078 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; } |