summaryrefslogtreecommitdiffstats
path: root/test/std/utilities
Commit message (Expand)AuthorAgeFilesLines
* Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...Marshall Clow2017-01-243-1/+3
* Mark LWG2736 as complete. No code changes, but we have more tests nowMarshall Clow2017-01-242-3/+35
* Fix bad XFAIL which recent LIT changes diagnosedEric Fiselier2017-01-241-1/+1
* Remove all usages of REQUIRES-ANY in the test suite.Eric Fiselier2017-01-247-7/+7
* Revert previous cleanup; I got too agressive removing #ifdefsMarshall Clow2017-01-231-0/+2
* Removed some un-needed ifdefsMarshall Clow2017-01-231-2/+0
* Fix recent build errorsEric Fiselier2017-01-212-2/+7
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-2111-0/+287
* Refactor unique_ptr/shared_ptr deleter test types into single header.Eric Fiselier2017-01-2048-455/+47
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-188-11/+11
* [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej2017-01-1810-12/+30
* [libcxx] [test] Don't ask whether Incomplete& can be assigned to.Stephan T. Lavavej2017-01-171-1/+0
* Added a workaround for a `-fdelayed-template-parsing` bug.Michael Park2017-01-161-3/+0
* Mark test as UNSUPPORTED on Windows since it hangs foreverEric Fiselier2017-01-141-0/+3
* [libcxx] [test] Strip trailing whitespace. NFC, no code review.Stephan T. Lavavej2017-01-073-3/+3
* Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier2017-01-061-1/+3
* Add gcc-[56] clang-3.[678] to list of XFAILS for variant tests. Patch from Mi...Eric Fiselier2017-01-052-4/+8
* Fix XPASS buildbot failure related to structured bindingsEric Fiselier2017-01-051-1/+1
* Fix PR26961 - Add default constructor to std::pointer_safety struct.Eric Fiselier2017-01-051-0/+12
* Fix std::pointer_safety type in ABI v2Eric Fiselier2017-01-051-0/+2
* Fix verify test on 32 bit systemsEric Fiselier2017-01-041-1/+1
* Implement P0505: 'Wording for GB 50'Marshall Clow2017-01-0410-16/+190
* Use C++11 static_assert in variant tests. Patch from Michael ParkEric Fiselier2017-01-041-2/+2
* [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured ...Eric Fiselier2017-01-045-18/+307
* [libcxx] [test] Fix recently introduced warnings emitted by MSVC.Stephan T. Lavavej2017-01-044-0/+16
* Re-implement LWG 2770 - Fix tuple_size with structured bindings.Eric Fiselier2017-01-023-24/+16
* Fix PR31489 - std::function self-swap segfaultsEric Fiselier2016-12-292-94/+195
* Implement P0435R1 - Resolving LWG issues for common_typeEric Fiselier2016-12-271-10/+183
* Fix PR31481 - 3+ parameter common_type isn't SFINAE friendlyEric Fiselier2016-12-271-5/+17
* fix newly failing c++03 testsEric Fiselier2016-12-241-0/+2
* Fix unused parameters and variablesEric Fiselier2016-12-2311-17/+47
* Add apple-clang-8 to list of XFAILS for some variant tests. Patch from Michae...Eric Fiselier2016-12-232-2/+2
* Fix XFAILS for is_trivially_destructible traitEric Fiselier2016-12-152-6/+0
* Fix typoEric Fiselier2016-12-151-1/+1
* Add tests for LWG 2796Eric Fiselier2016-12-152-0/+73
* Add more test cases for PR31384Eric Fiselier2016-12-151-9/+59
* Add test case for PR31384Eric Fiselier2016-12-151-0/+38
* Revert r289727 due to PR31384Eric Fiselier2016-12-152-269/+0
* Work around bug in initialization of std::array base class with older clangsEric Fiselier2016-12-142-3/+9
* [libcxx] Fix tuple construction/assignment from types derived from tuple/pair...Eric Fiselier2016-12-142-0/+263
* [libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor::construct(pair<...Eric Fiselier2016-12-146-0/+891
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-112-4/+4
* [libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_NOEXCEPT, remove...Stephan T. Lavavej2016-12-092-7/+6
* Fix PR27374 - Remove the implicit reduced-arity-extension in tuple.Eric Fiselier2016-12-081-7/+14
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-084-8/+8
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-0810-85/+85
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-082-55/+55
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-0812-28/+28
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-085-10/+10
* std::get<0>([std::variant constant expression]) *is* noexcept.Casey Carter2016-12-062-2/+40