summaryrefslogtreecommitdiffstats
path: root/libcxx/test/depr/depr.c.headers
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2026-2935/+0
| | | | llvm-svn: 224658
* Add an XFAIL for Newlib's missing uchar.hJonathan Roelofs2014-12-111-0/+1
| | | | llvm-svn: 224037
* Add an XFAIL for Newlib's missing fenv.hJonathan Roelofs2014-12-111-0/+2
| | | | llvm-svn: 224021
* Remove tests that va_copy is not defined when C++ < 11.Eric Fiselier2014-11-201-4/+0
| | | | llvm-svn: 222405
* Change contradictory wording in va_copy test error message.Eric Fiselier2014-11-191-2/+2
| | | | llvm-svn: 222383
* Modify tests to check that va_copy is only defined in C++11 and beyond.Eric Fiselier2014-11-181-2/+8
| | | | llvm-svn: 222282
* Some tests used __typeof__ instead of decltype. Replace these usages.Marshall Clow2014-10-212-4/+4
| | | | llvm-svn: 220296
* Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie.Eric Fiselier2014-10-191-0/+1
| | | | llvm-svn: 220154
* fix stdio.h test to reflect removal of ::gets in c++14Eric Fiselier2014-08-101-0/+2
| | | | llvm-svn: 215329
* Mark math.h and cmath tests as xfail on linux.Eric Fiselier2014-08-091-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++ testsMarshall Clow2014-03-061-3/+3
| | | | llvm-svn: 203126
* [tests] XFAIL a few things that require libc (?) support missing on Darwin.Daniel Dunbar2013-02-051-0/+2
| | | | llvm-svn: 174450
* 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
* Silence some warnings in a test.Howard Hinnant2012-02-251-0/+2
| | | | llvm-svn: 151451
* Fix wchar tests by not assuming that tm is complete and by using theAlexis Hunt2011-07-151-2/+6
| | | | | | proper va_list time on non-darwin platforms. llvm-svn: 135247
* <inttypes.h> does not necessarily include <stdint.h>. Accordingly, doAlexis Hunt2011-07-061-286/+0
| | | | | | not test for this. llvm-svn: 134531
* http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated ↵Howard Hinnant2011-05-132-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 changeHoward Hinnant2010-11-1626-52/+52
| | | | llvm-svn: 119395
* fixing whitespaceHoward Hinnant2010-09-281-1/+1
| | | | llvm-svn: 114967
* Fixing whitespace problemsHoward Hinnant2010-08-223-3/+2
| | | | llvm-svn: 111756
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1126-26/+26
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1126-0/+3202
llvm-svn: 103490
OpenPOWER on IntegriCloud