summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* Implement N4606 optionalEric Fiselier2016-10-1281-44/+7141
* Revert Add <optional>. Will recommit with better commit messageEric Fiselier2016-10-1281-7132/+45
* Add <optional> header.Eric Fiselier2016-10-1281-45/+7132
* Fix two more tests that hang when testing against libstdc++Eric Fiselier2016-10-122-0/+6
* Prevent the test suite from hanging when run against libstdc++Eric Fiselier2016-10-122-0/+6
* Add mork workarounds for running the test suite against libstdc++Eric Fiselier2016-10-123-2/+10
* Make it easier to run the libc++ test suite against libstdc++Eric Fiselier2016-10-122-16/+51
* Fix LWG2683 - filesystem::copy() should always clear the user-provided error_...Eric Fiselier2016-10-111-5/+27
* Fix std::pair on FreeBSDEric Fiselier2016-10-111-17/+110
* Fix incorrect exception handling behavior in the uninitialized algorithmsEric Fiselier2016-10-115-24/+14
* Add tests to check that swap(std::function, std::function) is noexcept. This ...Marshall Clow2016-10-101-1/+14
* Add tests for LWG2544. We already implement this; just adding tests to make s...Marshall Clow2016-10-103-0/+66
* Provide a constexpr addressof with GCC 7.Eric Fiselier2016-10-102-1/+2
* Fix linker script generation for in-tree buildsEric Fiselier2016-10-091-6/+12
* Remove all _LIBCPP_VERSION tests from under test/stdEric Fiselier2016-10-0813-24/+127
* Purge all usages of _LIBCPP_STD_VER under test/std/algorithmEric Fiselier2016-10-0817-121/+132
* Add missing <memory> include in testEric Fiselier2016-10-081-0/+1
* Add missing include in test_allocator.hEric Fiselier2016-10-081-2/+3
* [libc++] Fix stack_allocatorEric Fiselier2016-10-0832-135/+142
* Fix shadow warnings. Patch from STL@microsoft.comEric Fiselier2016-10-071-10/+10
* Fix various issues in std::any and the related tests.Eric Fiselier2016-10-0715-214/+193
* Remove MSVC workarounds. Patch from STL@microsoft.comEric Fiselier2016-10-071-8/+2
* [libcxx] Recover no-exceptions XFAILs - IAsiri Rathnayake2016-10-0621-28/+95
* Comment out failing test while I figure out who is at faultMarshall Clow2016-10-051-1/+1
* Make tests for is_empty better. No functional change.Marshall Clow2016-10-051-5/+31
* Add another append test for basic_stringMarshall Clow2016-10-051-0/+4
* [libcxx] [test] Guard __has_include usage with a macroEric Fiselier2016-10-041-1/+7
* Add tests to make sure that is_constructible<cv-void> is false. We already ch...Marshall Clow2016-10-031-0/+3
* [lit] Allow more file extensions for test cases.Logan Chien2016-10-031-1/+3
* Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilitiesEric Fiselier2016-10-0145-209/+118
* Replace test_throw.h header with a single test macroEric Fiselier2016-10-018-39/+17
* [libc++] Extension: Make `move` and `forward` constexpr in C++11.Eric Fiselier2016-09-2616-477/+301
* Update -verify test to use new static assert messageEric Fiselier2016-09-251-5/+0
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-2519-60/+61
* Fix a few static_asserts that need extra parens on -03Marshall Clow2016-09-243-6/+6
* Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I w...Marshall Clow2016-09-245-6/+13928
* Fix incorrect include in is_error_code_enum.pass.cppMarshall Clow2016-09-241-2/+2
* Implement is_error_code_v and is_error_condition_v for c++17. Rework the test...Marshall Clow2016-09-244-1/+132
* Fix failure on 03 botMarshall Clow2016-09-221-2/+2
* Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca...Marshall Clow2016-09-223-8/+38
* [libcxx] Add missing c++98 xfail. NFC.Asiri Rathnayake2016-09-161-1/+1
* [libcxx] Allow sanitizing libcxx with ASan+UBSan simultaneouslyKuba Brecka2016-09-151-6/+12
* [libcxx] Add a TSan regression test for a data race in call_onceKuba Brecka2016-09-141-0/+48
* [libcxx] Fix a typo in test/libcxx/test/target_info.py that prevents running ...Kuba Brecka2016-09-141-1/+1
* [libcxx] Introduce an externally-threaded libc++ variant.Asiri Rathnayake2016-09-119-6/+26
* Avoid compile error by giving the test type a user defined default constructorEric Fiselier2016-09-071-1/+1
* Fix PR#30303 - no matching function for call to '__ptr_in_range'Marshall Clow2016-09-074-0/+40
* Improve constexpr tests for std::anyEric Fiselier2016-09-071-9/+9
* Fix PR30260 - optional<const T> not working.Eric Fiselier2016-09-078-0/+94
* Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...Marshall Clow2016-09-0512-0/+193
OpenPOWER on IntegriCloud