xref: /openbmc/qemu/tests/tcg/sparc64/Makefile.target (revision 073d9f2c)
1# -*- Mode: makefile -*-
2#
3# sparc specific tweaks and masking out broken tests
4
5# different from the other hangs:
6# 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)
7run-linux-test: linux-test
8	$(call skip-test, $<, "BROKEN")
9
10# On Sparc64 Linux support 8k pages
11EXTRA_RUNS+=run-test-mmap-8192
12