e9206163d9
These tests are confused, because -p does not change the guest page size, but the host page size. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com> Acked-by: Helge Deller <deller@gmx.de> Message-Id: <20240102015808.132373-25-richard.henderson@linaro.org>
15 lines
417 B
Makefile
15 lines
417 B
Makefile
# -*- Mode: makefile -*-
|
|
#
|
|
# HPPA specific tweaks - specifically masking out broken tests
|
|
|
|
# This triggers failures for hppa-linux about 1% of the time
|
|
# HPPA is the odd target that can't use the sigtramp page;
|
|
# it requires the full vdso with dwarf2 unwind info.
|
|
run-signals: signals
|
|
$(call skip-test, $<, "BROKEN awaiting vdso support")
|
|
|
|
VPATH += $(SRC_PATH)/tests/tcg/hppa
|
|
TESTS += stby
|
|
|
|
stby: CFLAGS += -pthread
|