summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@debian.org>2022-12-01 16:51:51 +0300
committerDave Watson <dade.watson@gmail.com>2022-12-28 09:37:29 -0800
commit226069aac29020103a5b5298e6009e0c51df83ea (patch)
treee1e407ff7d22768d994f4a20200680e1ec7a6171
parenta09c0fe9551d115761c42d34a053cad02aca752e (diff)
downloadlibunwind-226069aac29020103a5b5298e6009e0c51df83ea.tar.gz
Disable Ltest-init-local-signal on ia64
This makes the tests build on ia64 so that they can be run, a proper fix would be to add unw_init_local2() to src/ia64/Ginit_local.c
-rw-r--r--tests/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2838c186..c0741070 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -57,7 +57,6 @@ endif
Gtest-resume-sig Ltest-resume-sig \
Gtest-resume-sig-rt Ltest-resume-sig-rt \
Gtest-trace Ltest-trace \
- Ltest-init-local-signal \
Ltest-mem-validate \
test-async-sig test-flush-cache test-init-remote \
test-mem test-reg-state Ltest-varargs \
@@ -65,6 +64,11 @@ endif
noinst_PROGRAMS_cdep += forker Gperf-simple Lperf-simple \
Gperf-trace Lperf-trace
+# unw_init_local2() is not implemented on ia64
+if !ARCH_IA64
+ check_PROGRAMS_cdep += Ltest-init-local-signal
+endif
+
if BUILD_PTRACE
check_SCRIPTS_cdep += run-ptrace-mapper run-ptrace-misc
check_PROGRAMS_cdep += test-ptrace