You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/re
Joerg Sonnenberger 63d8f7e341 Add explicit casts to unsigned char before calling ctype functions.
Fixes the value range on platforms with signed char.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@180940 91177308-0d34-0410-b5e6-96231b3b80d8
13 years ago
..
re.alg Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 13 years ago
re.badexp license change 15 years ago
re.const license change 15 years ago
re.def license change 15 years ago
re.general license change 15 years ago
re.grammar license change 15 years ago
re.iter Fix test bugs found by David Chisnall 14 years ago
re.regex Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 13 years ago
re.req license change 15 years ago
re.results Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 13 years ago
re.submatch N3158 Missing preconditions for default-constructed match_result objects 15 years ago
re.syn license change 15 years ago
re.traits Add explicit casts to unsigned char before calling ctype functions. 13 years ago
nothing_to_do.pass.cpp license change 15 years ago
test_allocator.h This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously. 13 years ago