summaryrefslogtreecommitdiffstats
path: root/libcxx/test/depr
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20129-6554/+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
* [libcxx] Fix memory leak in strstream tests.Eric Fiselier2014-11-148-0/+8
| | | | | | | | | | | | | | Summary: The strstream function `str()` sets `freeze(true)`. When `freeze` is true the destructor is not allowed to free any dynamically allocated memory. The memory leak causes ASAN to fail on these tests. To ensure memory is deallocated `strstream.freeze(false)` is called at the end of the tests. Reviewers: danalbert, mclow.lists Reviewed By: mclow.lists Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D6261 llvm-svn: 222025
* 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
* Fix a few testsuite bugs involving trailing null (or lack thereof) in strstream.Howard Hinnant2012-06-015-7/+7
| | | | llvm-svn: 157832
* 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
* cleaning up...Howard Hinnant2010-12-0824-0/+680
| | | | llvm-svn: 121275
* N3189 Observers for the three handler functionsHoward Hinnant2010-12-021-0/+39
| | | | llvm-svn: 120712
* Update testsuite strucuture to latest draftHoward Hinnant2010-11-231-0/+12
| | | | llvm-svn: 120029
* license changeHoward Hinnant2010-11-16104-208/+208
| | | | llvm-svn: 119395
* fixing whitespaceHoward Hinnant2010-09-281-1/+1
| | | | llvm-svn: 114967
* sync with N3126Howard Hinnant2010-09-054-0/+92
| | | | llvm-svn: 113098
* Fixing whitespace problemsHoward Hinnant2010-08-2217-36/+35
| | | | llvm-svn: 111756
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11100-100/+100
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-11100-0/+5990
llvm-svn: 103490
OpenPOWER on IntegriCloud