summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Remove a Clang/C2 workaround.Stephan T. Lavavej2017-06-081-2/+0
* XFAIL tuple deduction guide test on GCCEric Fiselier2017-06-081-0/+5
* Add tests for class template deduction on std::tuple.Eric Fiselier2017-06-081-0/+150
* Implement LWG 2904.Michael Park2017-06-073-63/+0
* Fix test with exceptions disabledEric Fiselier2017-06-071-29/+30
* [test] Test changes to accommodate LWG 2904 "Make variant move-assignment mor...Casey Carter2017-06-075-38/+712
* add missing constexpr to optional::value_orCasey Carter2017-06-061-7/+13
* Remove incorrect #ifdef guards around variant tests.Eric Fiselier2017-05-262-4/+2
* [test] Fix breakage from r303947 =(Casey Carter2017-05-261-2/+4
* [test] make_shared<T()>(...) is, uh, libc++-specificCasey Carter2017-05-261-5/+13
* [test] Workaround C1XX bug in uses_allocator_types.hppCasey Carter2017-05-251-1/+4
* Add support for shared_ptr<FunctionType>Erik Pilkington2017-05-251-1/+12
* Add some constexpr tests for optional's move/copy ctorMarshall Clow2017-05-252-0/+27
* Mark the copy constructor and move Marshall Clow2017-05-172-2/+12
* Cleanup test issues reported by STL @ Microsoft.Eric Fiselier2017-05-123-159/+3
* Fix or move tests with non-standard assumptionsEric Fiselier2017-05-122-61/+20
* Mark LWG#2782 as complete. No functionality change; we already do this. Just ...Marshall Clow2017-05-111-1/+7
* Mark LWG#2850 as complete. No functionality change; we had tests that covered...Marshall Clow2017-05-111-1/+2
* Mark LWG#2796 as complete. No functionality change; we had tests that covered...Marshall Clow2017-05-112-0/+8
* Fix `std::visit` for the zero variants case.Michael Park2017-05-111-0/+10
* Remove usages of _LIBCPP_MSVC which is never definedEric Fiselier2017-05-101-1/+1
* Implement LWG 2591 - Patch from K-BalloEric Fiselier2017-05-101-0/+4
* XFAIL is_trivially_copyable test for compilers that don't implement Core 2094Eric Fiselier2017-05-101-1/+3
* Fix enable_shared_from_this test in C++11Eric Fiselier2017-05-101-7/+6
* Update is_trivially_copyable tests with CWG 2094Billy Robert O'Neal III2017-05-101-4/+4
* [libc++] Fix PR32979 - types with a private std::enable_shared_from_this bas...Eric Fiselier2017-05-101-0/+11
* Fix two test failures caused by Windows mangling of function types.Eric Fiselier2017-05-072-15/+21
* [libcxx] [test] Suppress MSVC's /analyze warning C6294 in a more fine-grained...Stephan T. Lavavej2017-05-0525-19/+119
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-0453-35/+320
* [test] variant: enable constexpr construction tests on MSVC STLCasey Carter2017-05-042-4/+21
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-044-6/+6
* Expand test coverage for LWG2857Casey Carter2017-04-213-17/+31
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities libraryEric Fiselier2017-04-1929-35/+69
* [test] Silence another unused-typedef warningCasey Carter2017-04-181-1/+0
* [test] Silence unused parameter/typedef warningsCasey Carter2017-04-182-3/+1
* Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III2017-04-182-6/+14
* Fix passing incorrectly value-category when constructing unique_ptr's deleterEric Fiselier2017-04-171-4/+99
* [optional] Update synopsis for LWG2934Casey Carter2017-04-1712-18/+18
* Workaround Clang bug regarding template template parametersEric Fiselier2017-04-161-5/+11
* Overhaul unique_ptr - Implement LWG 2801, 2905, 2520.Eric Fiselier2017-04-1615-67/+746
* Implement LWG 2857 for variant. Tests from Casey Carter @ Microsoft.Eric Fiselier2017-04-154-30/+83
* Rewrite and cleanup unique_ptr tests.Eric Fiselier2017-04-15171-6899/+2208
* Cleanup any_cast failure testEric Fiselier2017-04-131-8/+25
* Fix template >> within C++03 codeEric Fiselier2017-04-131-1/+1
* Fix C++03 test failuresEric Fiselier2017-04-132-2/+2
* Add tests that std::unique_ptr's default constructor is constexpr.Eric Fiselier2017-04-133-49/+50
* [libcxx] Fix __compressed_pair so it doesn't copy the argument multiple times...Eric Fiselier2017-04-121-13/+14
* Fix test failures with older Clang versionsEric Fiselier2017-04-122-0/+4
* [libc++] Implement LWG 2911 - add an is_aggregate type-traitEric Fiselier2017-04-121-0/+79
* Additional test file for r300123Marshall Clow2017-04-121-17/+47
OpenPOWER on IntegriCloud