1# -*- Mode: makefile -*- 2# 3# SuperH specific tweaks 4# 5 6# On sh Linux supports 4k, 8k, 16k and 64k pages (but only 4k currently works) 7EXTRA_RUNS+=run-test-mmap-4096 # run-test-mmap-8192 run-test-mmap-16384 run-test-mmap-65536 8 9# This triggers failures for sh4-linux about 10% of the time. 10# Random SIGSEGV at unpredictable guest address, cause unknown. 11run-signals: signals 12 $(call skip-test, $<, "BROKEN") 13run-plugin-signals-with-%: 14 $(call skip-test, $<, "BROKEN") 15 16# This test is currently broken: https://gitlab.com/qemu-project/qemu/-/issues/704 17run-linux-test: linux-test 18 $(call skip-test, $<, "BROKEN") 19run-plugin-linux-test-with-%: 20 $(call skip-test, $<, "BROKEN") 21 22# This test is currently unreliable: https://gitlab.com/qemu-project/qemu/-/issues/856 23run-threadcount: 24 $(call skip-test, $<, "BROKEN") 25run-plugin-threadcount-with-%: 26 $(call skip-test, $<, "BROKEN") 27