From: Alex Bennée Date: Thu, 27 Oct 2022 18:36:27 +0000 (+0100) Subject: tests/tcg: re-enable linux-test for sh4 X-Git-Tag: nvme-next-pull-request~106^2~9 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bc483a91d5a2182387e82913a7e22c86b6b1c85c;p=qemu-nvme.git 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é Signed-off-by: Alex Bennée Cc: Yoshinori Sato Message-Id: <20221027183637.2772968-22-alex.bennee@linaro.org> --- diff --git a/tests/tcg/sh4/Makefile.target b/tests/tcg/sh4/Makefile.target index 35ebe6b4e3..32b019bdf1 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")