summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-255-2/+334
* Make std::is_assignable tolerate references to incomplete types.Eric Fiselier2016-07-251-2/+5
* Revert r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-255-310/+2
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-2514-18/+32
* Don't SFINAE pair's copy assignment operator in C++03 mode.Eric Fiselier2016-07-251-0/+36
* Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.comEric Fiselier2016-07-25107-349/+458
* Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier2016-07-2512-18/+30
* Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier2016-07-2517-255/+148
* Work around MSVC's non-standard ABI for enums. Patch from STL@microsoft.comEric Fiselier2016-07-253-5/+22
* Fix a non-standard allocator in vector tests. Patch from STL@microsoft.comEric Fiselier2016-07-241-0/+3
* Fix unique_ptr.runtime tests for null inputs. Patch from STL@microsoft.comEric Fiselier2016-07-242-0/+13
* Fix portability issues in <random> tests. Patch from STL@microsoft.comEric Fiselier2016-07-244-6/+19
* Mark bucket() assertions as non-portable. Patch from STL@microsoft.comEric Fiselier2016-07-244-8/+12
OpenPOWER on IntegriCloud