aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/i386
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2021-09-29 09:05:53 -0400
committerLaurent Vivier <laurent@vivier.eu>2021-10-01 12:03:48 +0200
commitefee71c8ca181d4f5b2211736b38a74a2a223375 (patch)
tree28bfcef53bc5fe674e062a8aaafd5705dc26a04f /tests/tcg/i386
parent525c4670c5612336cc50fa4190bdc72c1e3ee270 (diff)
downloadqemu-efee71c8ca181d4f5b2211736b38a74a2a223375.zip
qemu-efee71c8ca181d4f5b2211736b38a74a2a223375.tar.gz
qemu-efee71c8ca181d4f5b2211736b38a74a2a223375.tar.bz2
tests/tcg/multiarch: Re-enable signals test for most guests
With signal trampolines safely off the stack for all guests besides hppa, we can re-enable this test. It does show up a problem with sh4 (unrelated?), so leave that test disabled for now. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210929130553.121567-27-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'tests/tcg/i386')
-rw-r--r--tests/tcg/i386/Makefile.target3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tcg/i386/Makefile.target b/tests/tcg/i386/Makefile.target
index a053ca3..38c1037 100644
--- a/tests/tcg/i386/Makefile.target
+++ b/tests/tcg/i386/Makefile.target
@@ -65,9 +65,6 @@ run-plugin-%-with-libinsn.so:
-d plugin -D $*-with-libinsn.so.pout $*, \
"$* (inline) on $(TARGET_NAME)")
-run-plugin-signals-with-libinsn.so:
- $(call skip-test, $<, "BROKEN awaiting sigframe clean-ups and vdso support")
-
# Update TESTS
I386_TESTS:=$(filter-out $(SKIP_I386_TESTS), $(ALL_X86_TESTS))
TESTS=$(MULTIARCH_TESTS) $(I386_TESTS)