aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/multiarch
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2021-07-06 15:57:43 +0100
committerPeter Maydell <peter.maydell@linaro.org>2021-07-08 14:05:51 +0100
commiteba61056e4cca7cb187f3795ef19679d9f333428 (patch)
tree74d3525bc185f6fefc1f47b953e39f015c980b8a /tests/tcg/multiarch
parent9aef0954195cc592e86846dbbe7f3c2c5603690a (diff)
downloadqemu-eba61056e4cca7cb187f3795ef19679d9f333428.zip
qemu-eba61056e4cca7cb187f3795ef19679d9f333428.tar.gz
qemu-eba61056e4cca7cb187f3795ef19679d9f333428.tar.bz2
tests/tcg: generalise the disabling of the signals test
It turns out you push down in one place and failures pop-up elsewhere. Especially on CI. Disable for now for all targets. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests/tcg/multiarch')
-rw-r--r--tests/tcg/multiarch/Makefile.target6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/tcg/multiarch/Makefile.target b/tests/tcg/multiarch/Makefile.target
index 3f283ea..d57a115 100644
--- a/tests/tcg/multiarch/Makefile.target
+++ b/tests/tcg/multiarch/Makefile.target
@@ -32,6 +32,12 @@ threadcount: LDFLAGS+=-lpthread
signals: LDFLAGS+=-lrt -lpthread
+# This triggers failures on s390x hosts about 4% of the time
+# This triggers failures for hppa-linux about 1% of the time
+run-signals: signals
+ $(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
# additional page sizes are defined we only run the default test.