Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git] / tests / tcg / sh4 / Makefile.target
blob47c39a44b69073f7872393b536d6a2f71afd4ed0
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.
11 run-signals: signals
12         $(call skip-test, $<, "BROKEN")
13 run-plugin-signals-with-%:
14         $(call skip-test, $<, "BROKEN")