aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test
AgeCommit message (Expand)AuthorFilesLines
2024-03-09[libc++][test] Fix MSVC warning C4127 in `array.cons/initialization.pass.cpp`...Stephan T. Lavavej1-4/+10
2024-03-08Actually disable the module generation tests.Eric Fiselier2-0/+10
2024-03-08Revert "[libc++] Disable module_std and module_std_compat tests"Louis Dionne2-6/+0
2024-03-08[libc++] Disable module_std and module_std_compat testsLouis Dionne2-0/+6
2024-03-08[libcxx][NFC] Consolidate testing concept CanBePiped (#80154)Will Hawkins15-74/+24
2024-03-07[libc++] Enable availability based on the compiler instead of __has_extension...Louis Dionne1-0/+22
2024-03-07[libc++] Fixes time formatter test output for Linux on PowerPC (#75526)Lei Huang3-6/+18
2024-03-05[libc++][sstream] P2495R3: Interfacing `stringstream`s with `string_view` (#8...Hristo Hristov28-22/+2498
2024-03-04[libc++] Don't generate the modulemap file (#80352)Louis Dionne1-1/+1
2024-03-04[libc++][AIX] Use input redirection instead of piping for cin tests (#83184)Jake Egan3-12/+6
2024-03-04[libc++][format] Handle range-underlying-spec (#81914)Po-yao Chang7-64/+14
2024-03-03[libc++] Rename __fwd/hash.h to __fwd/functional.h and add reference_wrapper ...Nikolas Klauser2-2/+0
2024-02-29[libc++] Set feature test macros __cpp_lib_ranges_contains and__cpp_lib_range...ZijunZhaoCCK2-44/+82
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne3-33/+2
2024-02-29[libc++] tests with picolibc: prevent looking for unneeded "rt" library (#82262)Dominik Wójt6-18/+0
2024-02-28[libc++] Remove unnecessary includes from <atomic> (#82880)Nikolas Klauser2-2/+0
2024-02-28[libc++] Use __integer_pack to implement integer_sequence on GCC (#82983)Nikolas Klauser2-43/+0
2024-02-26[libc++] Remove LIBCXX_EXECUTOR and LIBCXXABI_EXECUTOR (#79886)Louis Dionne1-5/+0
2024-02-26[libc++] Fix non-uglified name in scoped_allocator_adaptor (#80706)Louis Dionne1-0/+27
2024-02-23[libcxx][test] Change UNSUPPORTED to XFAIL for target-related failures (#81513)Abhina Sree34-46/+33
2024-02-19[libc++][complex] P2819R2: Add `tuple` protocol to `complex` (#79744)Hristo Hristov13-0/+406
2024-02-18[libc++] Fixes istream::sync. (#76467)Mark de Wever1-1/+75
2024-02-17[NFC][libc++] Requests PR at GitHub instead of Phabricator.Mark de Wever2-6/+7
2024-02-17[libc++][chrono] Loads tzdata.zi in tzdb. (#74928)Mark de Wever26-9/+1382
2024-02-15linear_congruential_engine: Fixes for __lce_alg_picker (#81080)LRFLEW5-83/+187
2024-02-16[libc++][format] Don't treat a closing '}' as part of format-spec (#81305)Po-yao Chang8-90/+186
2024-02-13[libc++][ranges] Implement ranges::contains_subrange (#66963)ZijunZhaoCCK5-0/+331
2024-02-13[SystemZ][z/OS][libcxx] mark aligned allocation tests XFAIL on z/OS (#80735)Abhina Sree4-0/+16
2024-02-13[libc++][sstream] Explicitly delete special member functions (#80254)Hristo Hristov8-156/+292
2024-02-12[libc++] Move the contents of `__fwd/get.h` into the forward declaration head...Nikolas Klauser7-0/+7
2024-02-11[NFC] Correct C++ standard names (#81421)Danny Mösch1-1/+1
2024-02-11[libc++][ratio] Avoids accepting unrelated types. (#80491)Mark de Wever3-0/+206
2024-02-10[libc++][chrono] Implements duration Rep constraints. (#80539)Mark de Wever4-12/+71
2024-02-09[clang][Sema] Add checks for validity of default ctor's class (#78898)Vlad Serebrennikov1-1/+1
2024-02-09[libc++][test] Improves substitution naming (#80471)Mark de Wever28-69/+69
2024-02-09[libc++] Fixes charconv operator bool tests. (#80598)Mark de Wever2-4/+4
2024-02-09[NFC][libc++] Removes obsolete compiler support. (#80481)Mark de Wever1-32/+0
2024-02-08[libc++] Avoid including <cmath> in <compare> (#80418)Nikolas Klauser2-2/+0
2024-02-07[libc++] Add tests to pin down the ABI of deque, list and vector (#80191)Nikolas Klauser4-1/+267
2024-02-05[libc++] Fix vector<const T> (#80711)Nikolas Klauser1-0/+18
2024-02-05[libc++][NFC] Fix typo in commentLouis Dionne1-1/+1
2024-02-05[libc++] Fix ambiguity when using std::scoped_allocator constructor (#80261)Rajveer Singh Bharadwaj1-1/+8
2024-02-05[libc++] Add missing conditionals for feature-test macros (#80168)Louis Dionne5-116/+236
2024-02-05[libc++] fix `counting_semaphore` lost wakeups (#79265)Hui1-0/+64
2024-02-04Reapply "[libc++] Optimize vector growing of trivially relocatable types" (#8...Nikolas Klauser3-4/+193
2024-02-03[libc++] Fixes valarray proxy type compound assignment operations. (#76528)Mark de Wever18-170/+972
2024-02-02Revert "[libc++] Optimize vector growing of trivially relocatable types (#766...Kirill Stoimenov2-122/+4
2024-02-02[libc++][format] Improves tests. (#76291)Mark de Wever10-10/+10
2024-02-02[libc++] Optimize vector growing of trivially relocatable types (#76657)Nikolas Klauser2-4/+122
2024-02-02[libc++] Remove transitive <locale> include from <vector> (#80282)Nikolas Klauser7-2/+46