qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 16/26] tests/tcg/sh4: disable another unreliable test


From: Alex Bennée
Subject: [PATCH v3 16/26] tests/tcg/sh4: disable another unreliable test
Date: Fri, 4 Feb 2022 20:43:25 +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>
---
 tests/tcg/sh4/Makefile.target | 4 ++++
 1 file changed, 4 insertions(+)

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")
-- 
2.30.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]