aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/sh4/Makefile.target
blob: 35ebe6b4e39bff66a4deb6c963cee9df11cda785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -*- Mode: makefile -*-
#
# SuperH specific tweaks
#

# On sh Linux supports 4k, 8k, 16k and 64k pages (but only 4k currently works)
EXTRA_RUNS+=run-test-mmap-4096 # run-test-mmap-8192 run-test-mmap-16384 run-test-mmap-65536

# This triggers failures for sh4-linux about 10% of the time.
# Random SIGSEGV at unpredictable guest address, cause unknown.
run-signals: signals
	$(call skip-test, $<, "BROKEN")
run-plugin-signals-with-%:
	$(call skip-test, $<, "BROKEN")

# This test is currently broken: https://gitlab.com/qemu-project/qemu/-/issues/704
run-linux-test: linux-test
	$(call skip-test, $<, "BROKEN")
run-plugin-linux-test-with-%:
	$(call skip-test, $<, "BROKEN")

# This test is currently unreliable: https://gitlab.com/qemu-project/qemu/-/issues/856
run-threadcount:
	$(call skip-test, $<, "BROKEN")
run-plugin-threadcount-with-%:
	$(call skip-test, $<, "BROKEN")