diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2022-02-25 17:20:19 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2022-02-28 16:42:35 +0000 |
commit | 04e90c1313fc6422fc3a5066fcc84ef3ef030ebf (patch) | |
tree | 1bc2f317176354a8d775a9b55310d3329cbec3eb /tests/tcg/sh4 | |
parent | 7dc17ff794ee5e287ffce0f4656b7eaa456c4dbf (diff) | |
download | qemu-04e90c1313fc6422fc3a5066fcc84ef3ef030ebf.zip qemu-04e90c1313fc6422fc3a5066fcc84ef3ef030ebf.tar.gz qemu-04e90c1313fc6422fc3a5066fcc84ef3ef030ebf.tar.bz2 |
tests/tcg: completely disable threadcount for sh4
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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220225172021.3493923-17-alex.bennee@linaro.org>
Diffstat (limited to 'tests/tcg/sh4')
-rw-r--r-- | tests/tcg/sh4/Makefile.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcg/sh4/Makefile.target b/tests/tcg/sh4/Makefile.target index 620ccc2..35ebe6b 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") |