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]

Wide character testsuite failures


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


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