Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -72/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Add more REQUIRES: LOCALE.* to tests. | Dan Albert | 2014-11-21 | 1 | -0/+2 |
| | | | | llvm-svn: 222492 | ||||
* | [libcxx] XFAIL all currently failing libc++ tests for linux. | Eric Fiselier | 2014-10-23 | 1 | -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 Hinnant | 2013-05-07 | 1 | -0/+3 |
| | | | | llvm-svn: 181336 | ||||
* | Add explicit casts to unsigned char before calling ctype functions. | Joerg Sonnenberger | 2013-05-02 | 1 | -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 Clow | 2013-01-05 | 1 | -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 Boxem | Howard Hinnant | 2011-10-03 | 1 | -2/+4 |
| | | | | llvm-svn: 141003 | ||||
* | Fix locales used in re tests. | David Chisnall | 2011-09-21 | 1 | -2/+2 |
| | | | | llvm-svn: 140265 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119395 | ||||
* | fixing whitespace | Howard Hinnant | 2010-09-28 | 1 | -1/+1 |
| | | | | llvm-svn: 114967 | ||||
* | Just getting our toes wet on <regex> | Howard Hinnant | 2010-06-17 | 1 | -0/+62 |
llvm-svn: 106187 |