This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Wide character testsuite failures


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]