mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 12:53:53 -06:00
tests/tcg/sh4: disable another unreliable test
Given the other failures it looks like general thread handling on sh4 is sketchy. It fails more often on CI than on my developer machine though. See https://gitlab.com/qemu-project/qemu/-/issues/856 for more details. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: Laurent Vivier <laurent@vivier.eu> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220204204335.1689602-17-alex.bennee@linaro.org>
This commit is contained in:
parent
8b11f4c37a
commit
3bdc19af00
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@ run-linux-test: linux-test
|
||||||
$(call skip-test, $<, "BROKEN")
|
$(call skip-test, $<, "BROKEN")
|
||||||
run-plugin-linux-test-with-%:
|
run-plugin-linux-test-with-%:
|
||||||
$(call skip-test, $<, "BROKEN")
|
$(call skip-test, $<, "BROKEN")
|
||||||
|
|
||||||
|
# This test is currently unreliable: https://gitlab.com/qemu-project/qemu/-/issues/856
|
||||||
|
run-plugin-threadcount-with-%:
|
||||||
|
$(call skip-test, $<, "BROKEN")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue