qemu-arm
[Top][All Lists]
Advanced

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

[PATCH v2 16/18] tests/tcg: completely disable threadcount for sh4


From: Alex Bennée
Subject: [PATCH v2 16/18] tests/tcg: completely disable threadcount for sh4
Date: Fri, 25 Feb 2022 17:20:19 +0000

The previous disabling of threadcount 3bdc19af00 ("tests/tcg/sh4:
disable another unreliable test") just for plugins was being too
conservative. It's all broken so skip it.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 tests/tcg/sh4/Makefile.target | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/tcg/sh4/Makefile.target b/tests/tcg/sh4/Makefile.target
index 620ccc23c1..35ebe6b4e3 100644
--- a/tests/tcg/sh4/Makefile.target
+++ b/tests/tcg/sh4/Makefile.target
@@ -20,5 +20,7 @@ run-plugin-linux-test-with-%:
        $(call skip-test, $<, "BROKEN")
 
 # This test is currently unreliable: 
https://gitlab.com/qemu-project/qemu/-/issues/856
+run-threadcount:
+       $(call skip-test, $<, "BROKEN")
 run-plugin-threadcount-with-%:
        $(call skip-test, $<, "BROKEN")
-- 
2.30.2




reply via email to

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