summaryrefslogtreecommitdiffstats
path: root/test/std/utilities
Commit message (Expand)AuthorAgeFilesLines
* Fixed unintentional assignment-in-assert in new "extending memory management ...Billy Robert O'Neal III2017-03-146-6/+6
* Remove more usages of REQUIRES-ANY in the test-suiteEric Fiselier2017-03-023-3/+3
* Fix Apple-specific XFAIL directive in libc++ testMehdi Amini2017-03-012-2/+2
* Fix PR32097 - is_abstract doesn't work on class templates.Eric Fiselier2017-03-011-0/+10
* Updated the XFAIL comment in variant tests.Michael Park2017-03-012-2/+8
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-1712-15/+15
* Add tests for noexcept functionsEric Fiselier2017-02-133-93/+190
* test: squelch -Wreturn-type errorSaleem Abdulrasool2017-02-121-1/+8
* Fix PR31916 - std::visit rejects visitors accepting lvalue argumentsEric Fiselier2017-02-091-0/+11
* Implement LWG 2773 - std::ignore should be constexpr.Eric Fiselier2017-02-062-0/+77
* [libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej2017-02-052-2/+2
* [libcxx] [test] Fix comment typos.Stephan T. Lavavej2017-02-052-2/+2
* [libcxx] [test] Avoid MSVC's non-Standard ABI in underlying_type.pass.cpp.Stephan T. Lavavej2017-02-051-9/+17
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3.Stephan T. Lavavej2017-02-052-3/+1
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-056-15/+0
* Change the base class of std::bad_optional_access. This is a (subtle) ABI ch...Marshall Clow2017-02-051-3/+3
* 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