diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2021-07-09 15:29:30 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2021-07-14 14:31:48 +0100 |
commit | 0f1ea9c7a602f0349137672f14c4c2a9671ef28e (patch) | |
tree | fe0f8332ae681b78a4dc8609c3cee56c34533cca /tests/tcg/multiarch | |
parent | 4799c2102333cee5ddc51051c035b1c6ea83c7f5 (diff) | |
download | qemu-0f1ea9c7a602f0349137672f14c4c2a9671ef28e.zip qemu-0f1ea9c7a602f0349137672f14c4c2a9671ef28e.tar.gz qemu-0f1ea9c7a602f0349137672f14c4c2a9671ef28e.tar.bz2 |
tests/tcg: also disable the signals test for plugins
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>
Diffstat (limited to 'tests/tcg/multiarch')
-rw-r--r-- | tests/tcg/multiarch/Makefile.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcg/multiarch/Makefile.target b/tests/tcg/multiarch/Makefile.target index d57a115..85a6fb7 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 |