[PATCH 7/7] tests/tcg/nios2: Re-enable linux-user tests

Richard Henderson posted 7 patches 3 years, 10 months ago
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
[PATCH 7/7] tests/tcg/nios2: Re-enable linux-user tests
Posted by Richard Henderson 3 years, 10 months ago
Now that signal handling has been fixed, re-enable tests.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 tests/tcg/nios2/Makefile.target | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100644 tests/tcg/nios2/Makefile.target

diff --git a/tests/tcg/nios2/Makefile.target b/tests/tcg/nios2/Makefile.target
deleted file mode 100644
index b38e2352b7..0000000000
--- a/tests/tcg/nios2/Makefile.target
+++ /dev/null
@@ -1,11 +0,0 @@
-# nios2 specific test tweaks
-
-# Currently nios2 signal handling is broken
-run-signals: signals
-	$(call skip-test, $<, "BROKEN")
-run-plugin-signals-with-%:
-	$(call skip-test, $<, "BROKEN")
-run-linux-test: linux-test
-	$(call skip-test, $<, "BROKEN")
-run-plugin-linux-test-with-%:
-	$(call skip-test, $<, "BROKEN")
-- 
2.25.1
Re: [PATCH 7/7] tests/tcg/nios2: Re-enable linux-user tests
Posted by Peter Maydell 3 years, 10 months ago
On Sun, 20 Mar 2022 at 16:14, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Now that signal handling has been fixed, re-enable tests.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  tests/tcg/nios2/Makefile.target | 11 -----------
>  1 file changed, 11 deletions(-)
>  delete mode 100644 tests/tcg/nios2/Makefile.target

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM