tests/tcg/sh4: disable another unreliable test
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 4 Feb 2022 20:43:25 +0000 (20:43 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 9 Feb 2022 12:08:42 +0000 (12:08 +0000)
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>

tests/tcg/sh4/Makefile.target

index 0e96aeff16c788d39bcf34b138e5d21a3ea2d011..620ccc23c1e9b9183fe32c2f89edd2122cb82b2f 100644 (file)
@@ -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")