aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/std
AgeCommit message (Expand)AuthorFilesLines
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne64-84/+68
2024-06-20[libc++] Workaround clang bug in __has_unique_object_representations (#95314)Louis Dionne2-108/+106
2024-06-18[libc++] Properly define _LIBCPP_HAS_NO_UNICODE in __config_site (#95138)Louis Dionne5-3/+11
2024-06-18[libc++] Refactor<__type_traits/is_swappable.h> (#86822)Nikolas Klauser1-14/+13
2024-06-15[libc++][TZDB] Disables a failing test. (#95659)Mark de Wever1-0/+3
2024-06-14[libc++] Revert LWG3223 Broken requirements for shared_ptr converting constru...Louis Dionne5-107/+74
2024-06-14[libc++] Revert temporary attempt to implement LWG 4110 (#95263)Louis Dionne4-27/+8
2024-06-14[libcxx][test][AIX] address more platform differences in locale tests (#94826)David Tenty4-277/+326
2024-06-12[libc++] Mark local_time test as a long test (#95170)Louis Dionne2-2/+2
2024-06-12[libc++][modules] Mark as implemented. (#90091)Mark de Wever1-0/+31
2024-06-12[libc++] Adds __cpp_lib_three_way_comparison FTM. (#91515)Mark de Wever2-68/+32
2024-06-12[libcxx] Correct and clean-up filesystem operations error_code paths (#88341)Rodrigo Salazar1-4/+16
2024-06-12[libc++][z/OS] Disable portion of formatter.char.funsigned-char.pass.cpp for ...Zibi Sarbinowski1-2/+4
2024-06-11[libc++] Update with LWG issue number for shared-ptr constructorLouis Dionne2-2/+2
2024-06-11[libc++] Tweak how we check constraints on shared_ptr(nullptr_t) (#94996)Louis Dionne4-8/+27
2024-06-11[HWASan] make get_info.local_time.pass.cpp UNSUPPORTEDFlorian Mayer1-1/+1
2024-06-10[HWASan] skip libcxx test that times out with hwasanFlorian Mayer1-0/+2
2024-06-10[libc++][TZDB] Implements zoned_traits. (#91059)Mark de Wever3-0/+114
2024-06-10[libc++][test] Avoid `-Wunused-variable` warnings in mutex tests (#94907)Stephan T. Lavavej3-9/+9
2024-06-10[libc++][TZDB] Implements time_zone::to_local. (#91003)Mark de Wever1-0/+68
2024-06-10[libc++][TZDB] Implements time_zone::to_sys. (#90901)Mark de Wever1-0/+147
2024-06-10[libc++][TZDB] Implements time_zone::to_sys. (#90394)Mark de Wever5-0/+680
2024-06-09[libc++][TZDB] Implements time_zone get_info(local_time). (#89537)Mark de Wever1-0/+1302
2024-06-07[libc++] Undeprecate shared_ptr atomic access APIs (#92920)Nico Weber11-44/+22
2024-06-07[libc++][regex] Correctly adjust match prefix for zero-length matches. (#94550)Konstantin Varlamov2-95/+181
2024-06-07[libc++][test][AIX] Only XFAIL atomic tests for before clang 19 (#94646)Jake Egan4-4/+16
2024-06-06[NFC][libc++][test][AIX] fix SIMD test XFAIL for clang before 19 (#94509)David Tenty1-2/+2
2024-06-05[libc++] [test] Consistently use `REQUIRES: has-unix-headers` (#94122)Stephan T. Lavavej1-1/+2
2024-06-05[libc++] Add missing noexcept to span constructor (#94381)Louis Dionne1-71/+74
2024-06-04[libc++] Adjust XFAIL for quick_exit (#94274)Louis Dionne1-3/+4
2024-06-03[libc++] Handle 0 size case for testing support operator new (#93834)Jake Egan1-2/+0
2024-06-03[libc++] Fix regression about parsing leading decimal points (#93989)A. Jiang3-0/+181
2024-06-03[libc++][test] Mark `optional` test functions as `TEST_CONSTEXPR_CXX20` (#94172)Stephan T. Lavavej2-24/+22
2024-06-02[libc++] [test] Cleanup compile-only tests (#94121)Stephan T. Lavavej18-1226/+721
2024-06-02[libc++] [test] Fix `__has_include` usage, expand condvarany and spaceship co...Stephan T. Lavavej3-13/+15
2024-06-01 [libc++] Fix failures with GCC 14 (#92663)Nikolas Klauser7-6/+12
2024-05-29[clang] Preserve Qualifiers and type sugar in TemplateNames (#93433)Matheus Izvekov19-85/+85
2024-05-29[libc++][test] Close LWG3018 and add tests (#93047)Hui1-0/+22
2024-05-29[libc++][test] Close LWG3238 and add tests (#93043)Hui2-35/+25
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. Lavavej13-36/+43
2024-05-28[libc++] [test] Fix MSVC warnings (#93257)Stephan T. Lavavej7-14/+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-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