summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* Implement filesystem_error::what() and improve reporting.Eric Fiselier2018-07-2310-44/+184
* fix test failures with older clang versionsEric Fiselier2018-07-225-4/+36
* Implement a better copy_file.Eric Fiselier2018-07-224-158/+258
* Fix two test failures in <experimental/filesystem>Eric Fiselier2018-07-201-1/+1
* [libc++] Implement Directory Entry Caching -- Sort of.Eric Fiselier2018-07-2022-250/+2335
* Fix a couple of 'unused variable' warnings in a vector test. NFC.Marshall Clow2018-07-131-0/+4
* Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.Marshall Clow2018-07-121-0/+2
* Same reversed ifdef happened twice. Test fix only, NFC to the library.Marshall Clow2018-07-111-1/+1
* Fix a test #ifdef that was reversed. NFC to the library.Marshall Clow2018-07-111-1/+1
* [test] two small cleanups:Casey Carter2018-07-092-5/+2
* Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow2018-07-0225-40/+454
* [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
OpenPOWER on IntegriCloud