aboutsummaryrefslogtreecommitdiff
path: root/libunwind/test
AgeCommit message (Expand)AuthorFilesLines
2025-12-12[runtimes] Remove dependencies on cxx_experimental for test-suite installs (#...Louis Dionne1-1/+1
2025-12-10[libunwind] Make sure libunwind test dependencies are installed before runnin...Louis Dionne1-13/+16
2025-12-03[libunwind](TestOnly) Mark failing tests as unsupported on Apple targets (#17...Nathan Corbyn5-0/+5
2025-12-01libunwind: Remove OS requirements from tests to make them run on more OSes (#...Gleb Popov10-11/+21
2025-11-11[libunwind][AArch64] Disable ZA before resuming from unwinding (on Linux) (#1...Benjamin Maxwell1-0/+117
2025-11-08[libc++abi][libunwind] Enable AT&T syntax explicitly (#166818)Raul Tambre1-0/+1
2025-10-12Fix typo: IsGlobaLinkage -> IsGlobalLinkage in XCOFF (#161960)小钟1-2/+2
2025-10-09[libcxx] Use %{temp} instead of %T (#162323)Aiden Grossman8-8/+8
2025-10-09[runtimes][NFC] Consistently declare main() functions in tests (#162548)Louis Dionne8-10/+20
2025-10-02[libunwind][test] Add check for objcopy to improve test compatibility (#161112)Wu Yingcong2-4/+14
2025-09-15[libcxx][CI] Use lld for everything in the ARM picolib builds (#158320)David Spickett1-1/+1
2025-09-02[libunwind][test] set fed test to require x86 as others arch may have cross t...Wu Yingcong1-1/+3
2025-09-01[libunwind] fix pc range condition check bug (#154902)Wu Yingcong1-0/+58
2025-08-21[libunwind] Add support for the AArch64 "Vector Granule" (VG) register (#153565)Benjamin Maxwell1-0/+65
2025-02-08[libunwind] Unwind through loongarch64/Linux sigreturn frame (#123682)Ami-zhang2-2/+2
2024-11-07[libc++] Unify the benchmarks with the test suite (#101399)Louis Dionne1-0/+1
2024-10-17[runtimes] Avoid cluttering the top-level build directory with test artifacts...Louis Dionne1-1/+1
2024-10-17[libunwind][AIX] Remove weak declaration "__xlcxx_personality_v0" (#112436)Xing Xue1-0/+20
2024-10-02[libunwind] Fix libunwind library path for runtime test (#110777)Haowei1-1/+1
2024-09-30[runtimes] Run backdeployment CI on Github hosted runners (#109984)Louis Dionne2-67/+41
2024-09-30[libc++abi][libunwind] Run c++abi and unwind tests against a fake install roo...Louis Dionne4-4/+44
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