From: Alex Bennée Date: Fri, 4 Feb 2022 20:43:25 +0000 (+0000) Subject: tests/tcg/sh4: disable another unreliable test X-Git-Tag: v7.0.0-rc0~59^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bdc19af00;p=thirdparty%2Fqemu.git 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 Cc: Yoshinori Sato Cc: Laurent Vivier Tested-by: Philippe Mathieu-Daudé Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20220204204335.1689602-17-alex.bennee@linaro.org> --- diff --git a/tests/tcg/sh4/Makefile.target b/tests/tcg/sh4/Makefile.target index 0e96aeff16c..620ccc23c1e 100644 --- a/tests/tcg/sh4/Makefile.target +++ b/tests/tcg/sh4/Makefile.target @@ -18,3 +18,7 @@ run-linux-test: linux-test $(call skip-test, $<, "BROKEN") run-plugin-linux-test-with-%: $(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")