summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge to upstream r334917.ndk-r18-beta1Dan Albert2018-06-21339-1593/+7563
|\
| * [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-1419-38/+38
| * [libcxx] [test] Update msvc_stdlib_force_include.hpp.Stephan T. Lavavej2018-06-141-11/+0
| * Mark the test using <experimental/memory_resource> to require c++experimental.Volodymyr Sapsai2018-06-111-0/+1
| * Fix test failures after r334053.Eric Fiselier2018-06-066-9/+20
| * Fix PR37694 - std::vector doesn't correctly move construct allocators.Eric Fiselier2018-06-054-5/+213
| * Filesystem tests: un-confuse write timeJF Bastien2018-06-011-14/+13
| * Mark deduction guide tests as failing on apple-clang-9JF Bastien2018-05-294-4/+4
| * Fix embarrasing typo in uncaught_exceptions. Update tests to really test this...Marshall Clow2018-05-291-21/+29
| * LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()"Eric Fiselier2018-05-298-24/+307
| * Fix up the final bits of breakage due to clang v5 generating bad implicit tem...Marshall Clow2018-05-283-12/+17
| * Mark the template deduction tests as UNSUPPORTED on clang 5, because it deduc...Marshall Clow2018-05-282-1/+6
| * Revert "Add nonnull; use it for atomics"JF Bastien2018-05-261-92/+0
| * Fix GCC handling of ATOMIC_VAR_INITJF Bastien2018-05-261-2/+2
| * Add nonnull; use it for atomicsJF Bastien2018-05-251-0/+92
| * Fix optional<char> test breakageJF Bastien2018-05-251-0/+4
| * Fix array deduction guide test breakageJF Bastien2018-05-251-0/+3
| * Fix optional deduction guide test breakageJF Bastien2018-05-252-2/+2
| * Add one more test for optionalMarshall Clow2018-05-251-5/+14
| * Add deduction guides for optionalMarshall Clow2018-05-252-0/+82
| * Do not define template specialization __libcpp_is_floating_point<__fp16>Akira Hatanaka2018-05-231-0/+2
| * Teach __libcpp_is_floating_point that __fp16 and _Float16 areAkira Hatanaka2018-05-231-0/+22
| * Implement deduction guides for basic_regexMarshall Clow2018-05-232-0/+182
| * [libcxx] [test] Mark the test as unsupported by apple-clang-8.1.Volodymyr Sapsai2018-05-221-1/+1
| * Missed the tests for the deduction guides for prority_queueMarshall Clow2018-05-222-0/+181
| * Deduction guides for the container adaptors - queue, stack, and priority_queueMarshall Clow2018-05-224-0/+279
| * Implement deduction guides for vectorMarshall Clow2018-05-212-0/+156
| * Deduction guides for listMarshall Clow2018-05-202-0/+145
| * Implement deduction guides for forward_listMarshall Clow2018-05-192-0/+145
| * Remove expression '1L + INT_MAX', because it overflows on machines where int/...Marshall Clow2018-05-191-2/+2
| * Implement deduction guides for <deque>Marshall Clow2018-05-182-0/+140
| * Disable 'missing-braces' warningMarshall Clow2018-05-182-0/+9
| * Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/...Marshall Clow2018-05-182-0/+90
| * [libcxx] [test] Remove unused local typedef in test/std/numerics/rand/rand.en...Billy Robert O'Neal III2018-05-171-1/+0
| * Add void casts to suppress nodiscard on linear_congruential_engine.Billy Robert O'Neal III2018-05-172-3/+3
| * Update XFAIL so apple-clang-9.0 is the last version not implementing Core 2094.Volodymyr Sapsai2018-05-141-1/+1
| * [libcxx] [test] Update msvc_stdlib_force_include.hpp.Stephan T. Lavavej2018-05-111-4/+0
| * Fix failing test due to incorrect use of noexceptEric Fiselier2018-05-111-14/+0
| * Fix PR37407 - callable traits don't correctly check complete types.Eric Fiselier2018-05-102-1/+37
| * Revert "Emit an error when mixing <stdatomic.h> and <atomic>"Volodymyr Sapsai2018-05-081-28/+0
| * [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-05-051-8/+8
| * [libcxx] [test] Fix MSVC x64 truncation warning.Stephan T. Lavavej2018-05-051-1/+1
| * Emit an error when mixing <stdatomic.h> and <atomic>Volodymyr Sapsai2018-05-021-0/+28
| * Fix return type of isinf(double) and isnan(double) where possible.Richard Smith2018-05-011-6/+8
| * [libcxx] [test] Remove non-portable assertions from filebuf testsBilly Robert O'Neal III2018-04-262-10/+18
| * Move old test into test/libcxx, and implement new version of test for ostream...Marshall Clow2018-04-262-2/+47
| * [libcxx] func.wrap.func.con: Unset function before destroying anythingVolodymyr Sapsai2018-04-252-0/+92
| * Disable the test I just added when testing C++03.Marshall Clow2018-04-251-1/+7
| * Fix static initialization of std::atomic_flag; Fixes PR#37226. Thanks to Rick...Marshall Clow2018-04-251-0/+7
| * [libcxx] [test] Remove nonportable that errc::is_a_directory produces "Is a d...Billy Robert O'Neal III2018-04-252-2/+6