Message ID | ydd8vhvyb0i.fsf@manam.CeBiTec.Uni-Bielefeld.DE |
---|---|
State | New |
Headers | show |
On Apr 16, 2012, at 8:03 AM, Rainer Orth wrote: > I've long noticed that libstdc++.log (unlike libstdc++.sum) doesn't > contain log entries for tests run from abi.exp, but hadn't looked > closer, getting used to check libstdc++.log.sep instead which contained > everything I expected. > ok for mainline? Ok. Would have been nice to see the before and after log file...
# HG changeset patch # Parent 5fef8c66380e7570ac7c7a2b4b5aa94646c6bba4 Fix merging default libstdc++.log diff --git a/libstdc++-v3/testsuite/util/testsuite_abi.cc b/libstdc++-v3/testsuite/util/testsuite_abi.cc --- a/libstdc++-v3/testsuite/util/testsuite_abi.cc +++ b/libstdc++-v3/testsuite/util/testsuite_abi.cc @@ -530,7 +530,7 @@ compare_symbols(const char* baseline_fil } } - cout << "\n\t\t=== libstdc++-v3 check-abi Summary ===" << endl; + cout << "\n\t\t==== libstdc++-v3 check-abi Summary ====" << endl; cout << endl; cout << "# of added symbols:\t\t " << added_names.size() << endl; cout << "# of missing symbols:\t\t " << missing_names.size() << endl;