aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2022-10-27 19:36:27 +0100
committerAlex Bennée <alex.bennee@linaro.org>2022-10-31 20:37:59 +0000
commitbc483a91d5a2182387e82913a7e22c86b6b1c85c (patch)
tree11eff6ad3f675012c848f94403327c83931fa9f2 /tests
parent500f73b1aa24b10278a6bf496ad3263b24964388 (diff)
downloadqemu-bc483a91d5a2182387e82913a7e22c86b6b1c85c.zip
qemu-bc483a91d5a2182387e82913a7e22c86b6b1c85c.tar.gz
qemu-bc483a91d5a2182387e82913a7e22c86b6b1c85c.tar.bz2
tests/tcg: re-enable linux-test for sh4
This test was marked as broken due to bug #704 which was fixed by aee14c77f4 (linux-user: Rewrite do_getdents, do_getdents64). Local testing shows this is solid now so lets re-enable the test. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Message-Id: <20221027183637.2772968-22-alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/tcg/sh4/Makefile.target6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/tcg/sh4/Makefile.target b/tests/tcg/sh4/Makefile.target
index 35ebe6b..32b019b 100644
--- a/tests/tcg/sh4/Makefile.target
+++ b/tests/tcg/sh4/Makefile.target
@@ -13,12 +13,6 @@ run-signals: signals
run-plugin-signals-with-%:
$(call skip-test, $<, "BROKEN")
-# This test is currently broken: https://gitlab.com/qemu-project/qemu/-/issues/704
-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-threadcount:
$(call skip-test, $<, "BROKEN")