diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-09-29 09:05:53 -0400 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-10-01 12:03:48 +0200 |
commit | efee71c8ca181d4f5b2211736b38a74a2a223375 (patch) | |
tree | 28bfcef53bc5fe674e062a8aaafd5705dc26a04f /tests/tcg/multiarch | |
parent | 525c4670c5612336cc50fa4190bdc72c1e3ee270 (diff) | |
download | qemu-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/multiarch')
-rw-r--r-- | tests/tcg/multiarch/Makefile.target | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/tcg/multiarch/Makefile.target b/tests/tcg/multiarch/Makefile.target index 85a6fb7..3f283ea 100644 --- a/tests/tcg/multiarch/Makefile.target +++ b/tests/tcg/multiarch/Makefile.target @@ -32,14 +32,6 @@ threadcount: LDFLAGS+=-lpthread signals: LDFLAGS+=-lrt -lpthread -# This triggers failures on s390x hosts about 4% of the time -# This triggers failures for hppa-linux about 1% of the time -run-signals: signals - $(call skip-test, $<, "BROKEN awaiting sigframe clean-ups and vdso support") - -run-plugin-signals-with-%: - $(call skip-test, $<, "BROKEN awaiting sigframe clean-ups and vdso support") - # We define the runner for test-mmap after the individual # architectures have defined their supported pages sizes. If no # additional page sizes are defined we only run the default test. |