summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-313056-0/+5154
* [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
* 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
* Add a test for LWG#3204 and mark it as complete. Reviewed as https://reviews....Marshall Clow2019-05-131-0/+33
* 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
* 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
* Fix return type of std::tuple_cat.Eric Fiselier2019-04-261-0/+15
* [libc++][test] Fix noexcept assertions in variant's get testsCasey Carter2019-04-252-6/+14
* Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete.Marshall Clow2019-04-251-0/+75
* Implement midpoint for floating point types. Reviewed as https://reviews.llvm...Marshall Clow2019-04-253-0/+153
* Update test to better check for the non-constexpr-ness of a move constructor....Marshall Clow2019-04-251-5/+20
* Use modern type trait implementations when available.Richard Smith2019-04-251-0/+6
* Add std::is_constant_evaluated.Eric Fiselier2019-04-244-6/+85
* Make the test object callable. libstdc++'s bind checks that (libc++ currently...Marshall Clow2019-04-241-1/+1
* Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC.Marshall Clow2019-04-241-1/+1
* Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0...Marshall Clow2019-04-244-7/+7
* Add an any_cast test for array types. Thanks to Jonathan Wakely for the sugge...Marshall Clow2019-04-242-8/+25
* Fix namespace name conflict with GCCEric Fiselier2019-04-236-55/+55
* Fix implementation of ::abs and std::abs LWG 2192.Eric Fiselier2019-04-234-14/+182
* [libc++][test] Update some wstring_convert tests for MSVC quirksCasey Carter2019-04-223-20/+23
* [libc++] [test] Add missing required headers to midpoint.integer.pass.cppBilly Robert O'Neal III2019-04-181-0/+2
* Add tests for stability to list::sort and forward_list::sort. Thanks to Jonat...Marshall Clow2019-04-174-0/+184
* Fix list/forward_list implementations of remove_if and unique to deal with pr...Marshall Clow2019-04-164-0/+94
* [libc++] Add XFAILs for istream tests that were added in r357775Louis Dionne2019-04-0521-0/+143
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-0540-159/+1962
* [libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807Louis Dionne2019-04-031-2/+3
* [libc++][NFC] Rename test file according to the libc++ conventionLouis Dionne2019-04-031-0/+0
* [libcxx] [test] Add missing <stdexcept> to name std::out_of_range to string.c...Billy Robert O'Neal III2019-04-031-2/+3
* [libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp ...Billy Robert O'Neal III2019-04-031-23/+24
* [libcxx] [test] Fix test bugs in string.cons/copy_alloc.pass.cpp.Billy Robert O'Neal III2019-04-031-6/+7
* Revert "[libc++] Fix error flags and exceptions propagated from input stream ...Louis Dionne2019-04-0240-1962/+159
OpenPOWER on IntegriCloud