summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Bennée2022-02-04 21:43:25 +0100
committerAlex Bennée2022-02-09 13:08:42 +0100
commit3bdc19af00937191623fb0a2cacbc4ad54882072 (patch)
tree8f251a14920404676e17287b07e15860ff7f36a5 /tests
parenttests: Update CentOS 8 container to CentOS Stream 8 (diff)
downloadqemu-3bdc19af00937191623fb0a2cacbc4ad54882072.tar.gz
qemu-3bdc19af00937191623fb0a2cacbc4ad54882072.tar.xz
qemu-3bdc19af00937191623fb0a2cacbc4ad54882072.zip
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/tcg/sh4/Makefile.target4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tcg/sh4/Makefile.target b/tests/tcg/sh4/Makefile.target
index 0e96aeff16..620ccc23c1 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")