qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 05/40] tests/tcg: also disable the signals test for plugins


From: Alex Bennée
Subject: [PULL 05/40] tests/tcg: also disable the signals test for plugins
Date: Mon, 12 Jul 2021 13:26:18 +0100

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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210709143005.1554-6-alex.bennee@linaro.org>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]