summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Add XFAIL for facet test when back-deploying to older macOSLouis Dionne2019-06-141-0/+10
* [libc++] Add missing #include in <cwchar> testsLouis Dionne2019-06-132-0/+2
* [libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10Louis Dionne2019-06-122-2/+2
* [libcxx] XFAIL some CTAD tests on AppleClang 10Louis Dionne2019-06-122-2/+2
* Move libc++ specific tests for std::function out of the std directoryEric Fiselier2019-06-112-0/+0
* Add documentation and tests for Clangs C++11 extensions in C++03.Eric Fiselier2019-06-111-0/+135
* [libcxx] Mark CTAD tests for set and multiset as unsupported on older Apple C...Louis Dionne2019-06-112-0/+2
* Mark CTAD fail tests for set/multiset as XFAIL for older compilers that give ...Marshall Clow2019-06-112-0/+4
* XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't...Marshall Clow2019-06-113-3/+4
* Check in test that demonstrates ABI break for std::function.Eric Fiselier2019-06-111-0/+45
* [libc++] Implement deduction guides for <set>Louis Dionne2019-06-114-0/+516
* [libcxx] Make std::tuple<> trivially constructibleLouis Dionne2019-06-111-0/+22
* [libcxx] Slightly improved policy for handling experimental featuresLouis Dionne2019-06-1121-390/+23
* Add a test for is_base_of and incomplete types. Because this trait uses a com...Marshall Clow2019-06-111-0/+92
* XFAIL a couple of CTAD tests on clang-6; it gives different error messages th...Marshall Clow2019-06-112-0/+4
* Implement deduction guides for map/multimap. Reviewed as https://reviews.llvm...Marshall Clow2019-06-106-0/+698
* [libc++] Fix leading zeros in std::to_charsZhihao Yuan2019-06-101-0/+97
* Fix some incorrect std::function testsEric Fiselier2019-06-081-2/+4
* [libcxx][test] Include test_workarounds.h where neededLouis Dionne2019-06-052-0/+2
* [libcxx] Add test to check min/max requirement to regular expressionLouis Dionne2019-06-041-0/+67
* No longer reject inputs when using a locale that has grouping information _an...Marshall Clow2019-06-041-2/+2
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-313295-0/+5607
* [libcxx] Add regex test cases from PR40904Louis Dionne2019-05-301-1/+11
* Add additional constraints on midpoint(pointer, pointer). Fixes PR#42037.Marshall Clow2019-05-291-3/+12
* Fix test that used raw string literals. Doesn't work in C++03Marshall Clow2019-05-281-2/+2
* Fix an incorrect 'Throws' in the regex code. Add a test for the new behavior....Marshall Clow2019-05-281-0/+38
* fix test for older clang versionsEric Fiselier2019-05-241-0/+1
* fix destroying delete test with older apple compilersEric Fiselier2019-05-242-0/+54
* P0722R3: Implement library support for destroying deleteEric Fiselier2019-05-233-6/+71
* [libcxx][tests] Fix order checking in unordered_multiset tests.Louis Dionne2019-05-235-120/+45
* [libcxx][test] Fix order checking in some more unordered_multimap testsLouis Dionne2019-05-2224-858/+643
* Ensure that hash<basic_string> uses char_traits. Fixes PR#41876. Reviewed as ...Marshall Clow2019-05-201-0/+66
* Remove `using namespace std;` in __gnu_cxx namespace.Eric Fiselier2019-05-172-1/+13
* Improve the test coverage for std::is_base_ofMarshall Clow2019-05-161-0/+15
* [libc++] [test] Use std::nextafter() instead of std::nexttoward()Michal Gorny2019-05-141-2/+2
* [libcxx] teach type_traits test about long uint32_tBrian Cain2019-05-131-1/+8
* Add a test for LWG#3204 and mark it as complete. Reviewed as https://reviews....Marshall Clow2019-05-131-0/+33
* force the bots to cycleEric Fiselier2019-05-091-1/+0
* Mark is_trivially_destructible as unsupported with apple-clang-9Nico Weber2019-05-031-0/+1
* [libc++][test] Remove non-portable assumption that thread's constructor alloc...Casey Carter2019-05-021-10/+19
* Add missing locale requirement to test.Dan Albert2019-05-011-0/+1
* [WebAssembly] WASI support for libcxxDan Gohman2019-05-011-1/+1
* Get rid of a bunch of 'unused variable' warnings in test when run with debug_...Marshall Clow2019-05-015-4/+8
* Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG...Marshall Clow2019-05-0118-46/+41
* Support overaligned types in `aligned_storage`.Eric Fiselier2019-04-301-0/+8
* Implement LWG 2960: nonesuch is insufficiently uselessMarshall Clow2019-04-302-0/+61
* Add tests specifically for LWG2164. We already did this; but now we have test...Marshall Clow2019-04-292-0/+23
* Add '_LIBCPP_ASSERT(ready())' to several match_results method that have this ...Marshall Clow2019-04-267-7/+7
* [libc++] Relax libc++-only test on regex_constantsLouis Dionne2019-04-261-13/+13
* add tuple_cat test for const TEric Fiselier2019-04-261-6/+6
OpenPOWER on IntegriCloud