This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Wide character testsuite failures
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Stephen Webb <stephenw at xandros dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Fri, 24 Nov 2006 18:03:44 +0100
- Subject: Re: Wide character testsuite failures
- References: <200611241153.52798.stephenw@xandros.com>
> Is this really normal? Is there some dg-magic to XFAIL all such testcases on
> platforms that don't have _GLIBCXX_USE_WCHAR_T set?
....have "wchar_t" as part of the filename or in an enclosing directory.
See how the basic_string tests are done, ie:
libstdc++-v3/testsuite/21_strings/basic_string/assign/char/*
libstdc++-v3/testsuite/21_strings/basic_string/assign/wchar_t/*
-benjamin