aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression')
-rw-r--r--test/regression/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 57547694..70c5f253 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -28,6 +28,8 @@ TESTS_COMP?=attribs1 bitfields1 bitfields2 bitfields3 bitfields4 \
# varargs2 ---> bug in k1-cos-gcc
ifeq ($(ARCH),mppa_k1c)
TESTS_COMP:=$(filter-out varargs2,$(TESTS_COMP))
+ TESTS_COMP:=$(filter-out packedstruct1,$(TESTS_COMP))
+ TESTS_COMP:=$(filter-out packedstruct2,$(TESTS_COMP))
endif
# Can run, both in compiled mode and in interpreter mode,