aboutsummaryrefslogtreecommitdiff
path: root/libunwind/test
AgeCommit message (Expand)AuthorFilesLines
2024-08-04[libunwind] Add GCS support for AArch64 (#99335)John Brawn4-0/+10
2024-08-01[NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT t...Xing Xue1-1/+1
2024-07-30[libunwind][AIX] Fix the wrong traceback from signal handler (#101069)Xing Xue1-1/+1
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 Dionne2-1/+2
2024-06-10[libunwind] Tweak tests for musl support. (#85097)Alastair Houghton4-24/+65
2024-05-28[runtimes][CMake] Simplify the propagation of test dependencies (#93558)Louis Dionne1-1/+1
2024-05-28[runtimes] Reintroduce a way to select the compiler used for the test suite (...Louis Dionne2-2/+2
2024-01-09[libc++] Allow running the test suite with optimizations (#68753)Louis Dionne3-14/+36
2023-11-29[libc++] Run picolibc tests with qemuMichael Platings2-2/+11
2023-11-29[libc++] Add initial support for picolibcMichael Platings1-0/+33
2023-11-15[libunwind] Remove unnecessary strcpy dependency (#72043)Michael Kenzel1-1/+1
2023-10-31[libc++][AIX] Add OS version to target tripleJake Egan2-1/+7
2023-10-16[libunwind][AIX] Fix problem with stepping up from a leaf function when unwin...Xing Xue1-0/+245
2023-10-04[runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS (#67691)Alexander Richardson1-14/+7
2023-09-26[libc++][lit] Allow overriding the executor for tests (#66545)Alexander Richardson2-3/+5
2023-09-26Revert "[libunwind] Relax a REQUIRES on a test that passes on FreeBSD"Alex Richardson1-1/+1
2023-09-25[libunwind] Clarify comment added in #67205Alex Richardson3-3/+3
2023-09-25[libunwind] Pass -Wl,--export-dynamic on all supported platforms (#67205)Alexander Richardson3-6/+9
2023-09-22[libunwind] Relax a REQUIRES on a test that passes on FreeBSDAlex Richardson1-1/+1
2023-09-19[libunwind][AIX] Fix up TOC register if unw_getcontext is called from a diffe...xingxue-ibm1-3/+0
2023-09-06[libunwind] Haiku: Initial supportTrung Nguyen3-3/+12
2023-05-25[NFC][Py Reformat] Reformat python files in libcxx/libcxxabiTobias Hieta1-1/+2
2023-05-06[libunwind] Unwind through Linux riscv sigreturn trampolineFeng Wang2-2/+2
2023-04-27[libcxx] [test] Prepend to PATH instead of overriding itMartin Storsjö1-1/+1
2023-04-23[test] Simplify libunwind REQUIRESFangrui Song3-3/+3
2023-04-11[libcxxabi, libunwind] [test] Place output from tests under a 'test' subdirMartin Storsjö1-1/+1
2023-04-11[libunwind] [test] Mark the signal_frame test as unsupported on WindowsMartin Storsjö1-0/+4
2023-04-07[libunwind][LoongArch] Restore $r1 before $r4 in `jumpto`Weining Lu1-5/+0
2023-04-07[libunwind][test] Add test to check for unw_resume()zhanglimin1-0/+39
2023-04-06[libunwind] [test] Add a mingw specific test config fileMartin Storsjö1-0/+25
2023-04-06[libcxxabi, libunwind] [test] Quote the python path properly for LIB*_EXECUTORMartin Storsjö1-1/+1
2023-03-30[libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne2-1/+3
2023-03-15[libunwind][RISC-V] Rewrite testcase with C as possible.Kito Cheng1-24/+14
2023-02-14[runtimes] Remove duplicate imports of libcxx.test.configLouis Dionne5-5/+5
2023-02-14[runtimes] Rename newconfig.py to config.py -- it's not new anymoreLouis Dionne5-11/+11
2022-12-06[libunwind][RISCV] Support reading of VLENB CSR registerSergey Kachkov1-0/+50
2022-12-05Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes"Leonard Chan1-1/+1
2022-11-29[CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek1-1/+1
2022-09-30[runtimes] Remove all traces of the legacy testing configuration systemLouis Dionne6-143/+0
2022-08-20[libunwind] Fixed a number of typosGabriel Ravier1-1/+2
2022-08-04[libunwind] undef NDEBUG for assert.h in tests.Florian Mayer6-0/+6
2022-08-03[libunwind] Remove unused substitution in AIX libunwind configLouis Dionne1-1/+1
2022-07-18[libunwind][SystemZ] Use process_vm_readv to avoid potential segfaultsUlrich Weigand1-2/+16
2022-06-20[libunwind] Ensure test/libunwind_01.pass is not completely inlinedAlex Richardson1-7/+22
2022-06-02[libunwind][ci][AIX] Add libunwind to buildbot CIXing Xue1-0/+25
2022-05-27[runtimes] Officially deprecate the legacy testing configuration systemLouis Dionne1-0/+3
2022-05-26[libunwind] Tidy-up the testing configuration for libunwindLouis Dionne3-4/+68
2022-05-26[libunwind] Use process_vm_readv to avoid potential segfaultsShoaib Meenai1-0/+66
2022-05-20[libunwind] Introduce a cmake-bridge.cfg.in file to reduce test config duplic...Louis Dionne5-89/+54