Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 26 | -2935/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Add an XFAIL for Newlib's missing uchar.h | Jonathan Roelofs | 2014-12-11 | 1 | -0/+1 |
| | | | | llvm-svn: 224037 | ||||
* | Add an XFAIL for Newlib's missing fenv.h | Jonathan Roelofs | 2014-12-11 | 1 | -0/+2 |
| | | | | llvm-svn: 224021 | ||||
* | Remove tests that va_copy is not defined when C++ < 11. | Eric Fiselier | 2014-11-20 | 1 | -4/+0 |
| | | | | llvm-svn: 222405 | ||||
* | Change contradictory wording in va_copy test error message. | Eric Fiselier | 2014-11-19 | 1 | -2/+2 |
| | | | | llvm-svn: 222383 | ||||
* | Modify tests to check that va_copy is only defined in C++11 and beyond. | Eric Fiselier | 2014-11-18 | 1 | -2/+8 |
| | | | | llvm-svn: 222282 | ||||
* | Some tests used __typeof__ instead of decltype. Replace these usages. | Marshall Clow | 2014-10-21 | 2 | -4/+4 |
| | | | | llvm-svn: 220296 | ||||
* | Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie. | Eric Fiselier | 2014-10-19 | 1 | -0/+1 |
| | | | | llvm-svn: 220154 | ||||
* | fix stdio.h test to reflect removal of ::gets in c++14 | Eric Fiselier | 2014-08-10 | 1 | -0/+2 |
| | | | | llvm-svn: 215329 | ||||
* | Mark math.h and cmath tests as xfail on linux. | Eric Fiselier | 2014-08-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | These tests were marked as failing because the libc implementation does not use the proper return type on certain math functions. There is other weirdness that prevents us from defining our own version of these functions. The failing tests in cmake were separated into their own files so that the rest failures in the rest of the cmath tests were not hidden. This was not done for the math.h test since we don't actually supply math.h llvm-svn: 215275 | ||||
* | Fix a couple of -Wabsolute-value warnings in the libc++ tests | Marshall Clow | 2014-03-06 | 1 | -3/+3 |
| | | | | llvm-svn: 203126 | ||||
* | [tests] XFAIL a few things that require libc (?) support missing on Darwin. | Daniel Dunbar | 2013-02-05 | 1 | -0/+2 |
| | | | | llvm-svn: 174450 | ||||
* | 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 | ||||
* | Silence some warnings in a test. | Howard Hinnant | 2012-02-25 | 1 | -0/+2 |
| | | | | llvm-svn: 151451 | ||||
* | Fix wchar tests by not assuming that tm is complete and by using the | Alexis Hunt | 2011-07-15 | 1 | -2/+6 |
| | | | | | | proper va_list time on non-darwin platforms. llvm-svn: 135247 | ||||
* | <inttypes.h> does not necessarily include <stdint.h>. Accordingly, do | Alexis Hunt | 2011-07-06 | 1 | -286/+0 |
| | | | | | | not test for this. llvm-svn: 134531 | ||||
* | http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated ↵ | Howard Hinnant | 2011-05-13 | 2 | -79/+81 |
| | | | | | | hexfloat literal for use in some of the tests. <sigh> And cleaned up some harmless but irritating warnings in the tests. llvm-svn: 131318 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 26 | -52/+52 |
| | | | | llvm-svn: 119395 | ||||
* | fixing whitespace | Howard Hinnant | 2010-09-28 | 1 | -1/+1 |
| | | | | llvm-svn: 114967 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 3 | -3/+2 |
| | | | | llvm-svn: 111756 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 26 | -26/+26 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 26 | -0/+3202 |
llvm-svn: 103490 |