aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test
AgeCommit message (Expand)AuthorFilesLines
2024-05-29[libc++] LWG3223 Broken requirements for shared_ptr converting constructors (...Hui5-74/+107
2024-05-29[libc++][test] Close LWG3382 and add tests (#93039)Hui2-0/+48
2024-05-28[libc++] [test] Fix portability issues for MSVC (#93259)Stephan T. Lavavej15-38/+45
2024-05-28[libc++] [test] Fix MSVC warnings (#93257)Stephan T. Lavavej8-15/+31
2024-05-28[libc++] Mark P2845R8 `__cpp_lib_format_path` and P2587R3 `__cpp_lib_to_strin...Stephan T. Lavavej3-64/+28
2024-05-27[libcxx][test][AIX] Fix the thousands_sep expectation for fr_FR locales (#92312)David Tenty1-8/+9
2024-05-27[libcxx] [test] Use `shlex.quote()` to fix Python 3.13 compatibility (#93376)Michał Górny1-2/+3
2024-05-24[libc++][test] Close LWG3045 (#93053)Hui1-0/+3
2024-05-23[test][libcxx] Update deallocation after #90373 (#93145)Vitaly Buka1-1/+1
2024-05-23[libc++] Refactor tests for std::condition_variable (#91530)Louis Dionne10-700/+1088
2024-05-22[libc++][pstl] Improve exception handling (#88998)Louis Dionne19-866/+342
2024-05-22[NFC][libc++][test] Removes C++98 support. (#92930)Mark de Wever15-15/+15
2024-05-22[libc++] <experimental/simd> Add copy functions for class simd/simd_mask (#78...ZhangYin2-0/+300
2024-05-22Reland "[clang] Enable sized deallocation by default in C++14 onwards" (#90373)Pengcheng Wang3-8/+11
2024-05-21[libc++] Implement C++20 atomic_ref (#76647)Damien L-G34-0/+2583
2024-05-21[libc++] Refactor flaky tests for std::shared_lock (#91779)Louis Dionne3-165/+242
2024-05-21[libc++] LWG2381: Inconsistency in parsing floating point numbers (#77948)A. Jiang3-54/+429
2024-05-21[libcxx] removes unnecessary traits from `has_unique_object_representations` ...Christopher Di Bella1-0/+2
2024-05-21[libc++][z/OS] Switch to use TEST_HAS_NO_INT128 as per comment in PR 92261 (#...Zibi2-4/+4
2024-05-16[libc++] LWG3672: `common_iterator::operator->()` should return by value (#87...Xiaoyang Liu1-9/+9
2024-05-16[libc++][z/OS] Fixup two linear_congruential_engine tests (#92261)zibi22-0/+6
2024-05-16[libc++][test] `__cpp_lib_within_lifetime` -> `__cpp_lib_is_within_lifetime` ...Mital Ashok2-68/+68
2024-05-15Fix typo "indicies" (#92232)Jay Foad1-1/+1
2024-05-13[libcxx][test] Fix numpunct grouping tests on AIX (#91781)Xing Xue1-6/+5
2024-05-13[libcxx] [test] Fix the locale ctype widen tests on AIX (#91744)Xing Xue2-4/+2
2024-05-11[libc++] Vectorize std::mismatch with trivially equality comparable types (#8...Nikolas Klauser2-10/+82
2024-05-10[libc++][NFC] Use TestEachPointerType in TestEachAtomicType (#91480)Louis Dionne1-2/+1
2024-05-10[libc++] Make `constexpr std::variant`. Implement P2231R1 (#83335)Hui12-736/+1206
2024-05-09[libc++][test] Fixes constexpr char_traits. (#90981)Mark de Wever2-21/+48
2024-05-09[libc++][functional] P2944R3 (partial): Comparisons for `reference_wrapper` (...Hristo Hristov10-22/+548
2024-05-08[libc++][CI] Reenables clang-tidy. (#90077)Mark de Wever3-2/+31
2024-05-08[libc++] Implement std::gcd using the binary version (#77747)serge-sans-paille7-1/+116
2024-05-07[ASan][libc++] Turn on ASan annotations for short strings (#79536)Tacet5-25/+427
2024-05-07[AIX][libc++] Enable clang_modules_include.gen.py tests (#90971)Jake Egan1-6/+0
2024-05-05[NFC] Remove BLOCKLIT workaround. (#91001)Eric4-42/+49
2024-05-04[libc++] Fix P1206R7 feature test macros (#90914)krzysdz12-313/+344
2024-05-04[libc++] Adjust some of the [rand.dist] critical values that are too strict (...Matt Stephanson28-199/+192
2024-05-03Revert "[NFC] Enable atomic tests on AIX"Mark de Wever4-0/+4
2024-05-02[libc++] Granularize <ostream> (#85537)Nikolas Klauser11-19/+180
2024-04-30[libc++][ranges] Implement LWG4053 and LWG4054 (#88612)yronglin2-0/+18
2024-04-30[libc++] Some tests are missing include for `numeric_limits` (#90345)Alex Guteniev4-0/+4
2024-04-30[libc++][NFC] Fixes a status page note and a minor copy & paste error in a te...Hristo Hristov1-1/+1
2024-04-29[libc++] Mark scoped_lock and unique_lock constructors as [[nodiscard]] (#89397)Louis Dionne2-35/+49
2024-04-29[libc++] Improve libc++ tests when using optimizations (#88897)Jack Styles6-12/+18
2024-04-29[libc++][NFC] Refactor __libcpp_datasizeof to be a variable template (#87769)Nikolas Klauser4-28/+28
2024-04-28[libc++][format] Improves escaping performance. (#88533)Mark de Wever1-0/+102
2024-04-26[libcxx] Remove empty ~__no_destroy (#89882)Vitaly Buka2-0/+32
2024-04-26Revert "[clang] Enable sized deallocation by default in C++14 onwards (#83774...Vitaly Buka3-11/+8
2024-04-26[C++17] Support __GCC_[CON|DE]STRUCTIVE_SIZE (#89446)Aaron Ballman1-1/+1
2024-04-26[libc++][ranges] LWG3984: ranges::to's recursion branch may be ill-formed (#8...Xiaoyang Liu1-0/+5