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