summaryrefslogtreecommitdiffstats
path: root/libcxx/test/language.support
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20120-5610/+0
* libc++: integral types trap on PNaClJF Bastien2014-11-261-1/+1
* Remove xfail tag for darwin from quick_exit testEric Fiselier2014-11-201-1/+0
* Remove tests that va_copy is not defined when C++ < 11.Eric Fiselier2014-11-201-4/+0
* Change contradictory wording in va_copy test error message.Eric Fiselier2014-11-191-2/+2
* Overhaul and separate nullptr_t tests to pass with C++03.Eric Fiselier2014-11-193-34/+95
* Revert r222296 to fix bad commit messageEric Fiselier2014-11-193-95/+34
* Cleanup quick_exit tests and get them passing in C++03.Eric Fiselier2014-11-193-2/+53
* diff --git a/test/language.support/support.types/nullptr_t.pass.cpp b/test/la...Eric Fiselier2014-11-193-34/+95
* Modify tests to check that va_copy is only defined in C++11 and beyond.Eric Fiselier2014-11-181-2/+8
* Mark more tests as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-144-2/+12
* Actually mark the tests an unsupported with MSAN (not just ASAN)Eric Fiselier2014-11-044-4/+4
* Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-046-6/+16
* Some tests used __typeof__ instead of decltype. Replace these usages.Marshall Clow2014-10-211-2/+2
* Fix numeric_limits<XXX>::is_modulo for signed arithmetic types. We were repor...Marshall Clow2014-07-311-8/+8
* [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int1...Stephan Tolksdorf2014-03-2633-0/+142
* Fix numeric.limits.members/traps.pass.cpp to pass on non-x86 architectures. F...Marshall Clow2014-02-031-14/+20
* Removed extra line that I left in when committing 199694. Thanks to Jared Gru...Marshall Clow2014-01-261-1/+0
* Removed extra space; thanks to thakis_'s eagle eyeMarshall Clow2014-01-211-1/+1
* Fixed test failure in is_iec559.pass.cpp on darwin-ppc32. Thanks to David Fan...Marshall Clow2014-01-201-0/+5
* Remove executable permissions on a text fileSylvestre Ledru2013-12-011-0/+0
* Test for 'bad_array_length'; got left out of initial commitMarshall Clow2013-09-121-0/+29
* Apply constexpr to initializer_list for c++1y.Howard Hinnant2013-08-263-0/+43
* A few fixes to tests for Windows port.Howard Hinnant2013-07-152-2/+2
* War on tabs.Howard Hinnant2013-07-081-4/+4
* [tests] XFAIL a few things that require libc (?) support missing on Darwin.Daniel Dunbar2013-02-051-0/+2
* Make a few tests optimization-proof. These tests were failing under -O3 beca...Howard Hinnant2013-01-164-4/+4
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-121-0/+185
* Add noexcept test for offsetof macro per [support.types]/p4.Howard Hinnant2012-07-061-0/+8
* Don't refer to a function that doesn't exist in the quick_exit test.David Chisnall2012-03-141-1/+1
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-124-2/+14
* Give A an explicitly non-throwing destructor so that B's destructor isAlexis Hunt2011-07-181-1/+1
* <rdar://problem/9073695> std::uncaught_exception() becomes true before evalua...Nick Kledzik2011-03-111-1/+10
* Corrected const-correctness on nullptr type_traits, and beefed up the test fo...Howard Hinnant2011-03-091-0/+15
* N3189 Observers for the three handler functionsHoward Hinnant2010-12-022-0/+50
* license changeHoward Hinnant2010-11-16112-224/+224
* I have reverted all contributions made by Jesse Towner in revision 110724Howard Hinnant2010-11-161-20/+3
* sync with N3126Howard Hinnant2010-09-054-92/+0
* sync with N3126Howard Hinnant2010-09-051-0/+0
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-042-2/+2
* Remove tabsHoward Hinnant2010-08-221-7/+7
* Fixing whitespace problemsHoward Hinnant2010-08-2252-54/+54
* patch by Jesse Towner, and bug fix by Sebastian RedlHoward Hinnant2010-08-101-2/+19
* [support.initlist.range]Howard Hinnant2010-05-281-0/+36
* Corrected rethrow_if_nestedHoward Hinnant2010-05-281-12/+28
* [except.nested]Howard Hinnant2010-05-276-0/+417
* change test case to verify unexpected() calls terminate - not is terminateNick Kledzik2010-05-141-2/+15
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11109-109/+109
* libcxx initial importHoward Hinnant2010-05-11109-0/+4582
OpenPOWER on IntegriCloud