tests/tcg: skip the signals test for hppa/s390x for now
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 23 Jun 2021 10:27:47 +0000 (11:27 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 25 Jun 2021 09:08:37 +0000 (10:08 +0100)
There are fixes currently in flight but as this is getting in the way
of a green CI we might as well skip for now. For reference the fix
series are:

  linux-user: Move signal trampolines to new page
  20210616011209.1446045-1-richard.henderson@linaro.org

and

  linux-user: Load a vdso for x86_64 and hppa
  20210619034329.532318-1-richard.henderson@linaro.org

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Cc: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210623102749.25686-7-alex.bennee@linaro.org>

tests/tcg/hppa/Makefile.target
tests/tcg/s390x/Makefile.target

index 8bf01966bd0beb4b8b08c2374a414ece7feb831b..71791235f625116891f5d83093dc4d054abec526 100644 (file)
@@ -4,3 +4,7 @@
 
 # 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 241ef28f618334edfa5495b3204e27ca2d3cec6c..0036b8a505e5f7c8a76bc78ad5608a5e36ba98af 100644 (file)
@@ -8,3 +8,7 @@ TESTS+=exrl-trtr
 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")