This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: XFAILing V3 tests.
On Sun, Mar 16, 2003 at 10:15:02PM -0800, Zack Weinberg wrote:
> Mark Mitchell <mark at codesourcery dot com> writes:
>
> > There seem to be a lot of V3 tests that fail all the time; most of these
> > have wchar_t in their names. I assume these fail only on some systems.
> >
> > Would one of the V3 volunteers be so kind as to XFAIL these tests? There
> > is no way to see the forest for the trees otherwise; on my system I get 69
> > failures, which means that if I add one more I will never see it.
>
> You probably don't have enough locales installed. This is the list I
> worked out by trial and error:
Trial and error? The needed locales are documented :-)
http://gcc.gnu.org/onlinedocs/libstdc++/install.html
Greg