]> git.proxmox.com Git - mirror_qemu.git/blob - tests/tcg/sh4/Makefile.target
Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into staging
[mirror_qemu.git] / tests / tcg / sh4 / Makefile.target
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)
7 EXTRA_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.
11 run-signals: signals
12 $(call skip-test, $<, "BROKEN")
13 run-plugin-signals-with-%:
14 $(call skip-test, $<, "BROKEN")
15
16 # This test is currently broken: https://gitlab.com/qemu-project/qemu/-/issues/704
17 run-linux-test: linux-test
18 $(call skip-test, $<, "BROKEN")
19 run-plugin-linux-test-with-%:
20 $(call skip-test, $<, "BROKEN")
21
22 # This test is currently unreliable: https://gitlab.com/qemu-project/qemu/-/issues/856
23 run-plugin-threadcount-with-%:
24 $(call skip-test, $<, "BROKEN")