This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Wide character testsuite failures
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Stephen Webb <stephenw at xandros dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Fri, 24 Nov 2006 18:01:56 +0100
- Subject: Re: Wide character testsuite failures
- References: <200611241153.52798.stephenw@xandros.com>
Stephen Webb wrote:
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?
I do not understand: platforms not supporting wchar_t already
automatically skip all the wchar_t tests, in 21_strings, 22_locale,
27_io: if you browse a bit testresults you can see lots of examples
(look for ~< 2000 expected passes). Indeed, in the testsuite there is
full logic to not run at all tests contained in the 'wchar_t'
subdirectories.
Paolo.