xref: /qemu/tests/tcg/hppa/Makefile.target (revision 727385c4)
1# -*- Mode: makefile -*-
2#
3# HPPA specific tweaks - specifically masking out broken tests
4
5# On parisc Linux supports 4K/16K/64K (but currently only 4k works)
6EXTRA_RUNS+=run-test-mmap-4096 # run-test-mmap-16384 run-test-mmap-65536
7
8# This triggers failures for hppa-linux about 1% of the time
9# HPPA is the odd target that can't use the sigtramp page;
10# it requires the full vdso with dwarf2 unwind info.
11run-signals: signals
12	$(call skip-test, $<, "BROKEN awaiting vdso support")
13run-plugin-signals-with-%:
14	$(call skip-test, $<, "BROKEN awaiting vdso support")
15