llvm-capstone/libcxx/test/std
Louis Dionne 026776fb60
[libc++] Refactor the creation of the global and classic locales (#72581)
The creation of the global and the classic locales was pretty twisty.
This patch refactors how this is done to reduce the amount of
indirections and prepare the terrain for a future where GCC implements
the no_destroy attribute.
2023-11-23 10:28:57 -05:00
..
algorithms [libc++] Extend is_trivially_equality_comparable to integral types with the same signedness and size (#70344) 2023-11-15 23:40:05 +01:00
atomics [libc++][test][msan] Refine XFAIL after #67799 (#73213) 2023-11-23 10:19:02 -05:00
concepts [libc++] Remove unnecessary main() function in .compile.pass.cpp and .verify.cpp tests 2023-03-17 17:56:21 -04:00
containers [libc++][tests] Fix a few remaining instances of outdated static assertion regexes in our test suite (#70454) 2023-10-30 17:28:51 +01:00
depr [libc++] Remove _LIBCPP_HAS_NO_FGETPOS_FSETPOS (#72073) 2023-11-13 09:43:25 +01:00
diagnostics [libc++] Remove legacy feature suse-linux-enterprise-server-11 (#71103) 2023-11-03 09:48:38 -04:00
experimental [libc++] Reduce the compilation time required by SIMD tests (#72602) 2023-11-20 13:27:59 -05:00
input.output [libc++] Implement P2467R1: Support exclusive mode for fstreams 2023-11-17 17:27:30 -05:00
iterators [libc++] Make sure we implement and test LWG2280 properly (#67670) 2023-10-27 10:19:20 -04:00
language.support [libc++] Implement P2467R1: Support exclusive mode for fstreams 2023-11-17 17:27:30 -05:00
library/description/conventions [libc++] Implement ranges::ends_with 2023-09-18 11:56:10 -07:00
localization [libc++] Refactor the creation of the global and classic locales (#72581) 2023-11-23 10:28:57 -05:00
modules [libc++] Renames modules-build. 2023-09-06 17:11:13 +02:00
namespace
numerics [libcxx] Amend XFAIL for failing tests on Windows (#70422) 2023-10-30 23:45:03 -04:00
ranges [libcxx][test] std::array::iterator are not pointers by C++ standard (#70729) 2023-11-12 17:30:15 +01:00
re [libc++][Android] Mark tests XFAIL/UNSUPPORTED (#69271) 2023-10-19 17:27:01 -07:00
strings [libc++] Optimize string operator[] for known large inputs (#69500) 2023-10-26 13:09:20 -04:00
thread [libc++] Remove availability annotations which can never be triggered (#69226) 2023-11-01 23:56:43 +01:00
time [libc++][NFC] Simplify checks for static assertions in .verify.cpp tests (#67559) 2023-09-28 09:07:08 -04:00
utilities [libc++] Re-introduce special support for narrowing conversions to bool in variant (#73121) 2023-11-22 20:41:12 +01:00