diff options
Diffstat (limited to 'tests/tcg/sparc64/Makefile.target')
-rw-r--r-- | tests/tcg/sparc64/Makefile.target | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/tcg/sparc64/Makefile.target b/tests/tcg/sparc64/Makefile.target new file mode 100644 index 0000000..5bd7f90 --- /dev/null +++ b/tests/tcg/sparc64/Makefile.target @@ -0,0 +1,11 @@ +# -*- 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") + +# On Sparc64 Linux support 8k pages +EXTRA_RUNS+=run-test-mmap-8192 |