aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-09-25 10:50:28 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-09-25 10:50:28 +0200
commit92cf42b6b710b8c79e69ee0cca7fb3445825df47 (patch)
treefdae3c92b5b62cb72dc848ac80d47aebde9cc6ca /test/regression
parent4bcba7bdbdaa4afa9dafd5506c980afd711f53f7 (diff)
downloadcompcert-kvx-92cf42b6b710b8c79e69ee0cca7fb3445825df47.tar.gz
compcert-kvx-92cf42b6b710b8c79e69ee0cca7fb3445825df47.zip
Removing packed structs tests (do not work for now)
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,