mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
tests/tcg: re-enable threadcount for sh4
This test was marked as broken due to bug #856 which was fixed by
ab419fd8a0
(target/sh4: Fix TB_FLAG_UNALIGN). Local testing shows this
is solid now so lets re-enable the test.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Message-Id: <20221027183637.2772968-23-alex.bennee@linaro.org>
This commit is contained in:
parent
bc483a91d5
commit
839866fcbd
@ -12,9 +12,3 @@ run-signals: signals
|
||||
$(call skip-test, $<, "BROKEN")
|
||||
run-plugin-signals-with-%:
|
||||
$(call skip-test, $<, "BROKEN")
|
||||
|
||||
# This test is currently unreliable: https://gitlab.com/qemu-project/qemu/-/issues/856
|
||||
run-threadcount:
|
||||
$(call skip-test, $<, "BROKEN")
|
||||
run-plugin-threadcount-with-%:
|
||||
$(call skip-test, $<, "BROKEN")
|
||||
|
Loading…
Reference in New Issue
Block a user