This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[3.3, 3.4, HEAD] Include baseline used for libstdc++-v3 abi check in test summary
- From: Matthias Klose <doko at cs dot tu-berlin dot de>
- To: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Cc: mark at codesourcery dot com, gdr at integrable-solutions dot net
- Date: Wed, 25 Aug 2004 21:12:22 +0200
- Subject: [3.3, 3.4, HEAD] Include baseline used for libstdc++-v3 abi check in test summary
This patch was submitted two times, but never approved or rejected. It
just adds one line to the test summary indicating the baseline used
for the libstdc++ baseline comparisison. without that you need to know
(or look at libstdc++-v3/configure.host), which baseline gets used for
which targets. A tool for extracting the baseline info from the test
reports is helped by the added line.
Any reason not to checkin?
Matthias
2004-08-25 Matthias Klose <doko@debian.org>
* test_summary: Include baseline used for libstdc++-v3
abi check in test summary.
--- contrib/test_summary~ 2002-05-23 22:03:09.000000000 +0200
+++ contrib/test_summary 2003-06-25 10:48:17.000000000 +0200
@@ -116,6 +116,7 @@
/\===.*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; }