summaryrefslogtreecommitdiff
path: root/libunwind/test
Commit message (Expand)AuthorAgeFilesLines
* [libunwind] Unwind through Linux riscv sigreturn trampolineFeng Wang2023-05-062-2/+2
* [libcxx] [test] Prepend to PATH instead of overriding itMartin Storsjö2023-04-271-1/+1
* [test] Simplify libunwind REQUIRESFangrui Song2023-04-233-3/+3
* [libcxxabi, libunwind] [test] Place output from tests under a 'test' subdirMartin Storsjö2023-04-111-1/+1
* [libunwind] [test] Mark the signal_frame test as unsupported on WindowsMartin Storsjö2023-04-111-0/+4
* [libunwind][LoongArch] Restore $r1 before $r4 in `jumpto`Weining Lu2023-04-071-5/+0
* [libunwind][test] Add test to check for unw_resume()zhanglimin2023-04-071-0/+39
* [libunwind] [test] Add a mingw specific test config fileMartin Storsjö2023-04-061-0/+25
* [libcxxabi, libunwind] [test] Quote the python path properly for LIB*_EXECUTORMartin Storsjö2023-04-061-1/+1
* [libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne2023-03-302-1/+3
* [libunwind][RISC-V] Rewrite testcase with C as possible.Kito Cheng2023-03-151-24/+14
* [runtimes] Remove duplicate imports of libcxx.test.configLouis Dionne2023-02-145-5/+5
* [runtimes] Rename newconfig.py to config.py -- it's not new anymoreLouis Dionne2023-02-145-11/+11
* [libunwind][RISCV] Support reading of VLENB CSR registerSergey Kachkov2022-12-061-0/+50
* Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes"Leonard Chan2022-12-051-1/+1
* [CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek2022-11-291-1/+1
* [runtimes] Remove all traces of the legacy testing configuration systemLouis Dionne2022-09-306-143/+0
* [libunwind] Fixed a number of typosGabriel Ravier2022-08-201-1/+2
* [libunwind] undef NDEBUG for assert.h in tests.Florian Mayer2022-08-046-0/+6
* [libunwind] Remove unused substitution in AIX libunwind configLouis Dionne2022-08-031-1/+1
* [libunwind][SystemZ] Use process_vm_readv to avoid potential segfaultsUlrich Weigand2022-07-181-2/+16
* [libunwind] Ensure test/libunwind_01.pass is not completely inlinedAlex Richardson2022-06-201-7/+22
* [libunwind][ci][AIX] Add libunwind to buildbot CIXing Xue2022-06-021-0/+25
* [runtimes] Officially deprecate the legacy testing configuration systemLouis Dionne2022-05-271-0/+3
* [libunwind] Tidy-up the testing configuration for libunwindLouis Dionne2022-05-263-4/+68
* [libunwind] Use process_vm_readv to avoid potential segfaultsShoaib Meenai2022-05-261-0/+66
* [libunwind] Introduce a cmake-bridge.cfg.in file to reduce test config duplic...Louis Dionne2022-05-205-89/+54
* [libunwind] Remove unused _LIBUNWIND_HAS_NO_THREADS macro in testsLouis Dionne2022-05-193-3/+0
* [runtimes] Fix the build of merged ABI/unwinder librariesLouis Dionne2022-05-191-0/+65
* Revert "[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STA...Daniel Kiss2022-05-151-63/+0
* [libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE.Daniel Kiss2022-05-131-0/+63
* [libunwind][SystemZ] Unwind out of signal handlersUlrich Weigand2022-05-042-2/+2
* [libunwind] Update the test configuration files to support the remote execution.Vladimir Vereschaka2022-04-252-4/+19
* [libunwind] Add missing licenses in test filesLouis Dionne2022-04-035-2/+46
* [libc++] Add a CI job running MSANLouis Dionne2022-03-317-0/+22
* [runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne2022-03-012-4/+6
* [libunwind][test] remember_state_leak.pass.sh.s: link with -no-pieFangrui Song2022-02-251-1/+1
* [libunwind] Fix unwind_leaffunction testLeonard Chan2021-12-031-2/+8
* [runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne2021-12-012-8/+0
* [libunwind] Fix testing with sanitizers enabledLouis Dionne2021-11-2511-33/+4
* [libunwind][AIX] Mark signal_frame.pass.cpp UNSUPPORTED on AIXXing Xue2021-11-181-0/+4
* [libc++] Temporarily mark tests as UNSUPPORTED to get the CI greenLouis Dionne2021-10-281-3/+0
* [libunwind] Simplify the executor used in the testsLouis Dionne2021-10-272-6/+2
* [libunwind] Fix path to libunwind for per-target-runtime-dir buildsLouis Dionne2021-10-222-2/+2
* [libunwind] Add a from-scratch config for running libunwind testsLouis Dionne2021-10-199-23/+132
* [libc++abi] Change LIBCXXABI_NO_TIMER to LIBCXXABI_USE_TIMERLouis Dionne2021-10-131-1/+0
* [runtimes] Add tests for vendor-specific propertiesLouis Dionne2021-10-071-0/+1
* [runtimes][ci] Run the tests for libunwind in the CILouis Dionne2021-10-069-0/+60
* [libunwind] Support cfi_undefined and cfi_register for float registers.Daniel Kiss2021-09-271-0/+51
* [Unwind] Harmonise exception class for EHABI spec.Daniel Kiss2021-09-021-2/+2