diff options
author | Alex Bennée | 2021-06-23 12:27:47 +0200 |
---|---|---|
committer | Alex Bennée | 2021-06-25 11:08:37 +0200 |
commit | f101c9fe29cfb009a7e20b68142a575b3384a4d0 (patch) | |
tree | 22486d46366b246f1ac611f3fb5b77a382f3562f /tests/tcg/s390x/Makefile.target | |
parent | GitLab: Add "Feature Request" issue template. (diff) | |
download | qemu-f101c9fe29cfb009a7e20b68142a575b3384a4d0.tar.gz qemu-f101c9fe29cfb009a7e20b68142a575b3384a4d0.tar.xz qemu-f101c9fe29cfb009a7e20b68142a575b3384a4d0.zip |
tests/tcg: skip the signals test for hppa/s390x for now
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>
Diffstat (limited to 'tests/tcg/s390x/Makefile.target')
-rw-r--r-- | tests/tcg/s390x/Makefile.target | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tcg/s390x/Makefile.target b/tests/tcg/s390x/Makefile.target index 241ef28f61..0036b8a505 100644 --- a/tests/tcg/s390x/Makefile.target +++ b/tests/tcg/s390x/Makefile.target @@ -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") |