This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: AIX testsuite failures
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 27 May 2002 04:12:06 -0700
- Subject: Re: AIX testsuite failures
- Organization: Red Hat / Paris
- References: <200205260615.CAA24744@makai.watson.ibm.com>
- Reply-to: bkoz at redhat dot com
> A very large number of libstdc++ testsuite failures have
> appeared
> for AIX. Mainly missing template instantiations.
Sorry. My fault. In the ctype test reorganization, I forgot to guard the
wchar_t tests with _GLIBCPP_USE_WCHAR_T. I've since done so: future
testresults should be fine.
> Is there any way we can avoid introducing these failures before
> they happen?
I can test with wchar_t support disabled. I forgot to do so with the
initial patch check-in, but have verified things are working again.
best,
benjamin