summaryrefslogtreecommitdiff
path: root/libcxx/test/std/diagnostics/syserr
AgeCommit message (Expand)Author
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-01-08[libcxx] Handle windows system error code mapping in std::error_code. (#93101)James Y Knight
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-09-12[libc++][modules] Refactor poisoned_hash_helper (#108296)Louis Dionne
2024-08-04[NFC][libc++][exceptions] Adds tests for LWG3112. (#100881)Mark de Wever
2024-08-01[libc++][NFC] Avoid opening namespace std in the tests (#94160)Nikolas Klauser
2024-06-28[libc++] Clean up and update deployment target features (#96312)Louis Dionne
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne
2024-05-28[libc++] [test] Fix MSVC warnings (#93257)Stephan T. Lavavej
2024-04-03[libc++] Fix tests on musl (#85085) (#86934)Louis Dionne
2024-03-21[libc++] Deprecates std::errc constants. (#80542)Mark de Wever
2024-03-16Revert "[libc++] Fix tests on musl (#85085)"Mark de Wever
2024-03-13[libc++] Fix tests on musl (#85085)Alastair Houghton
2024-01-23 [libc++][test] Use LIBCPP_ASSERT in some `system_category`-related tests (#7...S. B. Tam
2023-12-05[libc++] tests with picolibc: Fix expected error message (#74452)Dominik Wójt
2023-11-29[libc++] Run picolibc tests with qemuMichael Platings
2023-11-03[libc++] Remove legacy feature suse-linux-enterprise-server-11 (#71103)Louis Dionne
2023-09-05[libc++] Avoid destructor call for error_category singletonsChris Bowler
2023-04-10[libc++] Move __errc to __system_error/errc.hNikolas Klauser
2023-04-09[libc++] Granularize system_error.Mark de Wever
2023-03-30[libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne
2022-12-06[libc++][Android] Rename user NS to User to avoid conflict with structRyan Prichard
2022-09-30[libc++] Fix ADL for `make_error_{code,condition}`Jonathan Wakely
2022-08-15[libc++] Implement `operator<=>` for `error_{code,condition}`Adrian Vogelsgesang
2022-08-15[libc++] Implement `operator<=>` for `error_category`Adrian Vogelsgesang
2022-06-22[libc++] Complete the implementation of N4190Nikolas Klauser
2022-06-10[libc++][NFC] Fix indentation of some #if directivesLouis Dionne
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2022-02-22[libc++][AIX] Add AIX error message as expected outputZarko Todorovski
2022-01-13[libc++][NFC] Fix placement of some XFAILsLouis Dionne
2021-11-08[libc++][CI] Add AIX pipeline configDavid Tenty
2021-10-28[libc++][ABI Break] Make is_error_condition_enum_v and is_error_code_enum_v b...Joe Loser
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne
2021-06-22[libc++] Enable `explicit` conversion operators, even in C++03 mode.Arthur O'Dwyer
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne
2020-10-28[libc++] Remove <clocale> from some system_error testsLouis Dionne
2020-10-27[libc++] Add a libc++ configuration that does not support localizationLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-05-20[libcxx][test] Portability fix for some locale-dependent tests.Louis Dionne
2020-04-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne
2020-04-03[libc++] Remove useless nothing_to_do.pass.cpp testsLouis Dionne
2020-03-13Revert "Revert "Update system_error tests for more platforms.""Dan Albert
2020-03-12Revert "Update system_error tests for more platforms."Dan Albert
2020-03-12Update system_error tests for more platforms.Dan Albert
2019-10-23[libc++][NFC] Remove excess trailing newlines from most filesCasey Carter
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien