]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests/tcg: generalise the disabling of the signals test
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 6 Jul 2021 14:57:43 +0000 (15:57 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 8 Jul 2021 13:05:51 +0000 (14:05 +0100)
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>
tests/tcg/hppa/Makefile.target
tests/tcg/multiarch/Makefile.target
tests/tcg/s390x/Makefile.target

index 71791235f625116891f5d83093dc4d054abec526..473864d1d46846ea927b9bcceaef1cffd2bbf159 100644 (file)
@@ -5,6 +5,3 @@
 # On parisc Linux supports 4K/16K/64K (but currently only 4k works)
 EXTRA_RUNS+=run-test-mmap-4096 # run-test-mmap-16384 run-test-mmap-65536
 
-# There is a race that causes this to fail about 1% of the time
-run-signals: signals
-       $(call skip-test, $<, "BROKEN awaiting vdso support")
index 3f283eabe6dae520aa9940ee0f81dcb5b8ae8c05..d57a1158738a6b9af224bedcd535c68769f703b5 100644 (file)
@@ -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.
index 0036b8a505e5f7c8a76bc78ad5608a5e36ba98af..5d3de1b27a5692e7b7966142b50a1a3bffae7441 100644 (file)
@@ -9,6 +9,3 @@ TESTS+=pack
 TESTS+=mvo
 TESTS+=mvc
 
-# This triggers failures on s390x hosts about 4% of the time
-run-signals: signals
-       $(call skip-test, $<, "BROKEN awaiting sigframe clean-ups")