aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test
AgeCommit message (Expand)AuthorFilesLines
2024-01-22[libc++] Ensure that std::expected has no tail padding (#69673)Jan Kokemüller18-11/+429
2024-01-22[libcxx] Fix typo in parallel `for_each_n` test (#78954)Michael Schellenberger Costa1-3/+3
2024-01-22[libc++][numeric] P0543R3: Saturation arithmetic (#77967)Hristo Hristov13-22/+1556
2024-01-21[libc++][modules] Improves std.compat module. (#76330)Mark de Wever1-23/+2
2024-01-21[libc++] Reland CI module improvements.Mark de Wever11-119/+104
2024-01-21[libc++][format] P2637R3: Member `visit` (`std::basic_format_arg`) (#76449)Hristo Hristov7-28/+791
2024-01-20[libc++][hardening] XFAIL tests with HWASAN (#78866)Vitaly Buka3-3/+3
2024-01-21[libc++][variant] P2637R3: Member `visit` (`std::variant`) (#76447)Hristo Hristov3-0/+652
2024-01-21[libc++] <experimental/simd> Add load constructor for class simd/simd_mask (#...ZhangYin3-0/+171
2024-01-20[libc++] FreeBSD CI: Adds `<signal.h>` to `check_assertion.h` (#78863)Hristo Hristov1-0/+2
2024-01-20[libc++][hardening] XFAIL test in fast mode under HWASAN (#78862)Vitaly Buka3-0/+6
2024-01-20[libc++] fix condition_variable_any hangs on stop_request (#77127)Hui4-12/+236
2024-01-20[libc++][span] P2447R4: `std::span` over an initializer list (#78157)Hristo Hristov7-42/+218
2024-01-20[libc++][any] LWG3305: `any_cast<void>` (#78215)Hristo Hristov1-0/+34
2024-01-20[libc++][memory] P2868R1: Removing deprecated typedef `std::allocator::is_alw...Hristo Hristov3-0/+69
2024-01-19[libc++][test] Move format.functions ASCII tests to `libcxx/test/libcxx` (#78...Stephan T. Lavavej2-1/+1
2024-01-19[libc++][hardening] In production hardening modes, trap rather than abort (#7...Konstantin Varlamov116-323/+440
2024-01-19[SemaCXX] Implement CWG2137 (list-initialization from objects of the same typ...Mital Ashok1-1/+20
2024-01-19[libc++] Implement LWG3940: std::expected<void, E>::value() also needs E to b...Twice2-11/+50
2024-01-18Revert "[ASan][libc++] Turn on ASan annotations for short strings" (#78627)Vitaly Buka4-425/+24
2024-01-18Revert #76246 and #76083Daniel Thornburgh11-104/+119
2024-01-18[libc++] Un-xfail module tests in picolibc tests (#78580)Dominik Wójt3-0/+12
2024-01-18[ASan][libc++] Turn on ASan annotations for short strings (#75882)Tacet4-24/+425
2024-01-17[libc++][hardening] Rework how the assertion handler can be overridden. (#77883)Konstantin Varlamov22-47/+63
2024-01-17Revert "[libc++] Fix `regex_search` to match `$` alone with `match_default` f...Sanjay Marreddi1-14/+0
2024-01-17[libc++][modules] Fixes clang-tidy exports. (#76288)Mark de Wever1-1/+5
2024-01-17[libc++][modules] Increase clang-tidy version used. (#76268)Mark de Wever1-2/+2
2024-01-17[libc++][modules] Adds module testing. (#76246)Mark de Wever8-2/+94
2024-01-17[libc++][modules] Removes module testing. (#76083)Mark de Wever5-119/+4
2024-01-16[libc++][print] Enables it on Apple backdeployment. (#76293)Mark de Wever6-6/+0
2024-01-16[libc++] Deprecate removed features macros. (#77879)Mark de Wever3-1/+41
2024-01-16[libc++][print] Includes <format>. (#76333)Mark de Wever9-93/+100
2024-01-15[libc++][concepts] Implements concept helper `__libcpp_integer` (#78086)Hristo Hristov3-0/+189
2024-01-13[ASan][libc++] Annotating `std::basic_string` with all allocators (#75845)Tacet3-1/+159
2024-01-12[libc++][NFC] Make AssertionInfoMatcher::CheckMessageMatches Stricter (#77721)Will Hawkins4-5/+4
2024-01-12[libc++][test] Fix a logical mistake introduced by #77058 (#77867)Wu Yingcong1-1/+1
2024-01-12[libc++] Deprecate the _LIBCPP_ENABLE_CXX20_REMOVED_ALLOCATOR_MEMBERS macro (...Louis Dionne3-2/+22
2024-01-11[libc++][test] Replace uses of `_LIBCPP_ABI_MICROSOFT` in tests (#77233)S. B. Tam5-3/+10
2024-01-10[libc++] Rename local variable to avoid shadowing error (#77672)Christopher Di Bella1-4/+4
2024-01-10[libc++][NFC] Fix typo in commentsLouis Dionne2-4/+4
2024-01-10[libc++][NFC] Add comment in test to explain the presence of some assertionsLouis Dionne1-0/+1
2024-01-09[libc++][NFC] Create and use test-defined simple_view concept (#77334)Will Hawkins15-73/+92
2024-01-09Fixed shared_ptr comparisons with nullptr_t when spaceship is unavailable. (#...James Touton2-7/+78
2024-01-09[libc++] Fix `regex_search` to match `$` alone with `match_default` flag (#77...Sanjay Marreddi1-0/+14
2024-01-09[libc++][test] try to directly create socket file in /tmp when filepath is to...Wu Yingcong1-9/+19
2024-01-09[libc++] Implements P2517R1. (#77239)Mark de Wever1-1/+9
2024-01-09[libc++] Allow running the test suite with optimizations (#68753)Louis Dionne24-59/+76
2024-01-07Reapply "[libc++][streams] P1759R6: Native handles and file streams" (#77190)Hristo Hristov17-26/+431
2024-01-07[libc++][test] Improves suspurious clang diagnostics. (#77234)Mark de Wever2-32/+22
2024-01-05Revert "[libc++][streams] P1759R6: Native handles and file streams (#76632)"Haowei Wu16-416/+26