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") 13 14VPATH += $(SRC_PATH)/tests/tcg/hppa 15TESTS += stby 16 17stby: CFLAGS += -pthread 18