diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-04-25 19:53:34 -0700 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-05-15 21:43:23 +0200 |
commit | 4cce45df712650e494784415167a9e6a3f3d5136 (patch) | |
tree | c7750fdc85969ca1554af656940beaf237050953 /tests/tcg | |
parent | bb3347f80f98df3935d7018a74a6dd777f2849fa (diff) | |
download | qemu-4cce45df712650e494784415167a9e6a3f3d5136.zip |
tests/tcg/sparc64: Re-enable linux-test
It passes now that we support signals properly.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210426025334.1168495-26-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'tests/tcg')
-rw-r--r-- | tests/tcg/sparc64/Makefile.target | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/tcg/sparc64/Makefile.target b/tests/tcg/sparc64/Makefile.target index 5bd7f90583..408dace783 100644 --- a/tests/tcg/sparc64/Makefile.target +++ b/tests/tcg/sparc64/Makefile.target @@ -1,11 +1,6 @@ # -*- Mode: makefile -*- # -# sparc specific tweaks and masking out broken tests - -# different from the other hangs: -# tests/tcg/multiarch/linux-test.c:264: Value too large for defined data type (ret=-1, errno=92/Value too large for defined data type) -run-linux-test: linux-test - $(call skip-test, $<, "BROKEN") +# sparc specific tweaks # On Sparc64 Linux support 8k pages EXTRA_RUNS+=run-test-mmap-8192 |