aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi/test
AgeCommit message (Expand)AuthorFilesLines
2024-09-19[demangle] Represent a char array initializer as a string literal. (#109021)Richard Smith1-1/+26
2024-09-12[ItaniumDemangle] Set `InConstraintExpr` to `true` when demangling a constrai...Viktoriia Bakalova1-0/+1
2024-08-01[NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT t...Xing Xue6-6/+6
2024-07-26[libcxx] [test] Detect the UCRT printf("%a") formatting bug (#99846)Martin Storsjö1-0/+2
2024-07-18[libc++] Allow testing Apple's system library as it is installed (#99086)Louis Dionne1-0/+49
2024-07-06[libc++] Remove annotations for GCC 13 and update the documentation (#97744)Nikolas Klauser1-1/+1
2024-06-30[libc++abi] Fix test failures with GCC 14 (#95759)Nikolas Klauser2-21/+40
2024-06-28[libc++] Clean up and update deployment target features (#96312)Louis Dionne18-71/+16
2024-06-26[runtimes][NFC] Improve error message when running Lit incorrectlyLouis Dionne1-1/+2
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne21-27/+28
2024-06-17[libc++] Test suite adjustments on macOS (#95835)Louis Dionne1-29/+0
2024-06-01 [libc++] Fix failures with GCC 14 (#92663)Nikolas Klauser1-1/+1
2024-05-28[runtimes][CMake] Simplify the propagation of test dependencies (#93558)Louis Dionne1-12/+1
2024-05-28[runtimes] Reintroduce a way to select the compiler used for the test suite (...Louis Dionne2-1/+2
2024-03-28[libc++abi] Disable forced_unwind4 test for musl. (#85096)Alastair Houghton1-2/+2
2024-02-26[ItaniumDemangle] reject A-F in FP literals (#82864)Ryan Prichard1-3/+4
2024-02-26[libc++] Always keep libc++abi re-exports up-to-date (#79012)Louis Dionne1-0/+7
2024-02-26[libc++] Remove LIBCXX_EXECUTOR and LIBCXXABI_EXECUTOR (#79886)Louis Dionne1-5/+0
2024-02-05[libc++abi] Revert temporary workaround to unblock ChromeLouis Dionne1-6/+1
2024-01-31[libc++abi] Add temporary workaround to unblock ChromeLouis Dionne1-1/+6
2024-01-30[libc++] Split the monolithic __threading_support header (#79654)Louis Dionne1-1/+1
2024-01-08[libc++abi] Handle catch null pointer-to-object (#68076)Iain Sandoe1-0/+194
2023-12-18[libc++] Add a picolibc test configuration with exceptions enabled (#75462)Dominik Wójt1-0/+4
2023-12-13[libc++abi] Fix test on Android (#74753)Maksim Panchenko1-2/+3
2023-12-06[libc++abi] Fix lpStart adjustment for exceptions table (#72727)Maksim Panchenko1-0/+109
2023-11-29[libc++] Run picolibc tests with qemuMichael Platings1-2/+8
2023-11-29[libc++] Add initial support for picolibcMichael Platings2-0/+36
2023-11-28[libcxxabi][ItaniumDemangle] Demangle explicitly named object parameters (#72...Michael Buch1-0/+10
2023-11-27[libcxxabi][test][NFC] Turn off clang-format for demangler test-case array (#...Michael Buch1-0/+2
2023-11-23[libc++abi] Avoid raw calls to assert() in libc++abi (#71121)Louis Dionne1-0/+2
2023-11-17[runtimes][NFC] Remove trailing whitespaceLouis Dionne2-80/+80
2023-10-31Revert recent changes to test_demangle.pass.cppPeter Collingbourne1-16/+16
2023-10-31[libc++][AIX] Add OS version to target tripleJake Egan1-0/+6
2023-10-31[clang][NFC] Refactor `VectorType::VectorKind`Vlad Serebrennikov1-6/+6
2023-10-31[clang][NFC] Follow up to ArraySizeModifier refactoringVlad Serebrennikov1-10/+10
2023-10-26[libc++abi] Disable test with a leaksVitaly Buka1-0/+3
2023-10-19[libc++][Android] Mark tests XFAIL/UNSUPPORTED (#69271)Ryan Prichard1-0/+4
2023-10-19[libc++][Android] Support libc++ testing on Android (#69274)Ryan Prichard1-0/+40
2023-10-04[runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS (#67691)Alexander Richardson1-16/+9
2023-09-26[libc++][lit] Allow overriding the executor for tests (#66545)Alexander Richardson2-3/+5
2023-09-21[runtimes] Simplify testing configurations on GCC by using -nostdlib++ (#67021)Louis Dionne1-26/+0
2023-09-21[runtimes][NFC] Remove old Lit annotations for gcc-12 and clang-14Louis Dionne1-1/+1
2023-09-21[Demangle] demangle builtin type transformations (#65902)Congcong Cai1-0/+9
2023-09-20Implement mangling rules for C++20 concepts and requires-expressions.Richard Smith1-3/+50
2023-09-14[libc++abi][test][VE] Add UNSUPPORTED to pass tests on VEKazushi (Jam) Marukawa4-0/+12
2023-09-12[libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to ...Igor Zhukov1-0/+2
2023-09-11[libc++abi] Overhaul test_exception_storage.pass.cppShoaib Meenai2-62/+87
2023-09-10Revert "[Demangle] demangle builtin type transformations"Congcong Cai1-3/+0
2023-09-10[Demangle] demangle builtin type transformationsCongcong Cai1-0/+3
2023-09-08[libc++abi] Refactor around __dynamic_castSirui Mu1-82/+0