1 # -*- Mode: makefile -*-
3 # SuperH specific tweaks
6 # On sh Linux supports 4k, 8k, 16k and 64k pages (but only 4k currently works)
7 EXTRA_RUNS+=run-test-mmap-4096 # run-test-mmap-8192 run-test-mmap-16384 run-test-mmap-65536
9 # This triggers failures for sh4-linux about 10% of the time.
10 # Random SIGSEGV at unpredictable guest address, cause unknown.
12 $(call skip-test, $<, "BROKEN")
13 run-plugin-signals-with-%:
14 $(call skip-test, $<, "BROKEN")