summaryrefslogtreecommitdiffstats
path: root/libcxx/test/re/re.traits/translate_nocase.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-72/+0
| | | | llvm-svn: 224658
* Add more REQUIRES: LOCALE.* to tests.Dan Albert2014-11-211-0/+2
| | | | llvm-svn: 222492
* [libcxx] XFAIL all currently failing libc++ tests for linux.Eric Fiselier2014-10-231-0/+3
| | | | | | | | | | | | | | | | | | Summary: Pretty please? We now have a significant number of builders that test libc++. I really want those builders to be green. Most of these failures are due to differences in locale data, including those in regex. I will continue working on fixing the locale and regex tests but there is no consensus on what the correct direction to go. Since the builders display a list of XFAIL tests they are by no means hidden. It just means they are expected failures. Now unexpected failures won't get mixed in with well known and expected failures. Reviewers: mclow.lists, jroelofs, danalbert Reviewed By: danalbert Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D5941 llvm-svn: 220512
* Mark some tests with XFAIL for Lion and Mountain Lion.Howard Hinnant2013-05-071-0/+3
| | | | llvm-svn: 181336
* Add explicit casts to unsigned char before calling ctype functions.Joerg Sonnenberger2013-05-021-1/+1
| | | | | | Fixes the value range on platforms with signed char. llvm-svn: 180940
* Move common header files into a 'support' directory; make 'testit' include ↵Marshall Clow2013-01-051-1/+1
| | | | | | -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files llvm-svn: 171594
* Windows porting work by Ruben Van BoxemHoward Hinnant2011-10-031-2/+4
| | | | llvm-svn: 141003
* Fix locales used in re tests.David Chisnall2011-09-211-2/+2
| | | | llvm-svn: 140265
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* fixing whitespaceHoward Hinnant2010-09-281-1/+1
| | | | llvm-svn: 114967
* Just getting our toes wet on <regex>Howard Hinnant2010-06-171-0/+62
llvm-svn: 106187
OpenPOWER on IntegriCloud