summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* Apply curr_symbol.pass.cpp test fix to missed test caseEric Fiselier2016-09-041-1/+6
* Fix bad locale test data when using the newest glibcEric Fiselier2016-09-042-0/+15
* Mark test as XFAIL for C++03, rather than providing a dummy pass.Marshall Clow2016-09-041-5/+2
* Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...Eric Fiselier2016-09-031-0/+75
* Add "FLAKY_TEST" test directive to support re-running flaky tests.Eric Fiselier2016-08-3016-8/+48
* Fix pair::operator=(TupleLike&&).Eric Fiselier2016-08-291-0/+140
* Revert r279953 - Fix pair::operator=(TupleLike&&)Eric Fiselier2016-08-291-135/+0
* Fix pair::operator=(TupleLike&&).Eric Fiselier2016-08-291-0/+135
* Implement C++17 std::sample.Eric Fiselier2016-08-285-4/+250
* Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.Eric Fiselier2016-08-284-12/+15
* Implement LWG 2711. Constrain path members.Eric Fiselier2016-08-285-11/+207
* [CMake] Be more consistent about naming targets and componentsChris Bieneman2016-08-241-1/+3
* libcxx: Fix libcxx tests on aarch64 with libunwindAdhemerval Zanella2016-08-231-1/+2
* Add missing include that caused a test failure on Windows. Thanks to STL for ...Marshall Clow2016-08-221-0/+1
* [CMake] Get libcxx building under LLVM/runtimesChris Bieneman2016-08-181-0/+2
* make the associative containers do the right thing for propogate_on_container...Marshall Clow2016-08-171-0/+158
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-1739-3/+1000
* libcxx: Fix path.compare.pass expected resultAdhemerval Zanella2016-08-151-6/+10
* Fix new ASAN failuresEric Fiselier2016-08-152-2/+3
* Use -O1 when testing with ASAN and MSAN to prevent Clang OOM errors.Eric Fiselier2016-08-151-0/+2
* Remove test for the sign of a NaN - doesn't work on MIPS, not strictly legal....Marshall Clow2016-08-111-1/+0
* test: relax the FS test a slight bit to be more reliableSaleem Abdulrasool2016-08-111-1/+2
* Unbreak C++03 build.Eric Fiselier2016-08-111-1/+1
* Refactor test archetypes implementation.Eric Fiselier2016-08-118-167/+209
* Add missing REQUIRES for C++14Eric Fiselier2016-08-112-2/+2
* [libcxx] Add std::anyEric Fiselier2016-08-1141-43/+3178
* Implement LWG 2148: Make non-enum default hash specialization well-formedEric Fiselier2016-08-102-5/+40
* std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927.Marshall Clow2016-08-101-0/+51
* test/hard_link_count(): Fix test on darwinMatthias Braun2016-08-101-8/+17
* Fix copy/move constructor annotation for the uses-allocator test types.Eric Fiselier2016-08-081-9/+19
* [libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctorHubert Tong2016-08-071-0/+39
* Revert r277966. Forgot patch attribution.Hubert Tong2016-08-071-39/+0
* [libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctorHubert Tong2016-08-071-0/+39
* Fix compile error due to mismatched iterator types. Patch from STL@microsoft.comEric Fiselier2016-08-031-1/+1
* Fix an MSVC x64 compiler warning. Patch from STL@microsoft.comEric Fiselier2016-08-033-9/+12
* Silence another occurrence of MSVC's suprious unused warning. Patch from STL@...Eric Fiselier2016-08-031-1/+4
* [libcxx] basic_regex: add traits_type, string_typeHubert Tong2016-08-021-0/+6
* NFC: fix typoJF Bastien2016-08-011-1/+1
* atomics.align: XFAIL GCCJF Bastien2016-08-011-0/+4
* libc++: test lock-free atomic alignmentJF Bastien2016-08-011-0/+89
* Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS.Marshall Clow2016-07-266-0/+359
* Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l...Marshall Clow2016-07-268-0/+389
* Remove use of C++1z static assert in C++11 testEric Fiselier2016-07-251-8/+8
* Implement the std::pair parts of "Improving pair and tuple". Completes N4387.Eric Fiselier2016-07-2510-35/+778
OpenPOWER on IntegriCloud