mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
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>
This commit is contained in:
parent
525c4670c5
commit
efee71c8ca
4 changed files with 14 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue