[PATCH v2 05/39] tests/tcg: also disable the signals test for plugins

Alex Bennée posted 39 patches 4 years, 7 months ago
Maintainers: Brad Smith <brad@comstyle.com>, Reinoud Zandijk <reinoud@netbsd.org>, Kamil Rytarowski <kamil@netbsd.org>, Ryo ONODERA <ryoon@netbsd.org>
[PATCH v2 05/39] tests/tcg: also disable the signals test for plugins
Posted by Alex Bennée 4 years, 7 months ago
This will be more important when plugins is enabled by default.

Fixes: eba61056e4 ("tests/tcg: generalise the disabling of the signals test")
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 tests/tcg/multiarch/Makefile.target | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/tcg/multiarch/Makefile.target b/tests/tcg/multiarch/Makefile.target
index d57a115873..85a6fb7a2e 100644
--- a/tests/tcg/multiarch/Makefile.target
+++ b/tests/tcg/multiarch/Makefile.target
@@ -37,6 +37,8 @@ signals: LDFLAGS+=-lrt -lpthread
 run-signals: signals
 	$(call skip-test, $<, "BROKEN awaiting sigframe clean-ups and vdso support")
 
+run-plugin-signals-with-%:
+	$(call skip-test, $<, "BROKEN awaiting sigframe clean-ups and vdso support")
 
 # We define the runner for test-mmap after the individual
 # architectures have defined their supported pages sizes. If no
-- 
2.20.1


Re: [PATCH v2 05/39] tests/tcg: also disable the signals test for plugins
Posted by Richard Henderson 4 years, 7 months ago
On 7/8/21 12:09 PM, Alex Bennée wrote:
> This will be more important when plugins is enabled by default.
> 
> Fixes: eba61056e4 ("tests/tcg: generalise the disabling of the signals test")
> Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
> ---
>   tests/tcg/multiarch/Makefile.target | 2 ++
>   1 file changed, 2 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~