2018-04-23 17:49:09 +02:00
|
|
|
# -*- Mode: makefile -*-
|
|
|
|
#
|
2018-04-24 16:21:50 +02:00
|
|
|
# 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")
|
2018-04-23 17:49:09 +02:00
|
|
|
|
|
|
|
# On Sparc64 Linux support 8k pages
|
|
|
|
EXTRA_RUNS+=run-test-mmap-8192
|