This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/6511: new libstdc++ v3 testsuite regressions on *-*-solaris2.8
- From: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- To: bkoz at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 30 Apr 2002 15:26:03 -0000
- Subject: Re: libstdc++/6511: new libstdc++ v3 testsuite regressions on *-*-solaris2.8
- Reply-to: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
The following reply was made to PR libstdc++/6511; it has been noted by GNATS.
From: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
To: bkoz@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:
Subject: Re: libstdc++/6511: new libstdc++ v3 testsuite regressions on *-*-solaris2.8
Date: Tue, 30 Apr 2002 17:24:24 +0200 (MEST)
bkoz@gcc.gnu.org writes:
> Fixed with
>
> 2002-04-30 Benjamin Kosnik <bkoz@redhat.com>
>
> PR libstdc++/6511
> * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Fix typo.
thanks: 32-bit testsuite results look reasonable again:
FAIL: 18_support/numeric_limits.cc execution test
WARNING: program timed out.
FAIL: 21_strings/ctor_copy_dtor.cc execution test
WARNING: program timed out.
FAIL: 21_strings/insert.cc execution test
XPASS: 22_locale/collate_members_wchar_t.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test
FAIL: 27_io/istream_extractor_arith.cc execution test
=== libstdc++-v3 Summary ===
# of expected passes 369
# of unexpected failures 4
# of unexpected successes 9
# of expected failures 16
64-bit testing is broken right now due to an unrelated problem; I'm still
investigating what's going on there.
Rainer