This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Wide character testsuite failures
- From: Stephen Webb <stephenw at xandros dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Fri, 24 Nov 2006 11:53:52 -0500
- Subject: Wide character testsuite failures
- Reply-to: Stephen Webb <stephenw at xandros dot com>
Hey all,
I've been putting together a testsuite for the tr1 regular expressions and
some of the platforms I'm testing on do not offer wide character support.
This is normal. The problem is that all of the testsuite test cases dealing
with wide characters (eg. in the 21_strings category) fail on these
platforms, giving scary inflated unexpected failure counts.
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?
--smw