aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Makefile
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-04-01 11:53:55 +0200
committerCyril SIX <cyril.six@kalray.eu>2020-04-01 11:53:55 +0200
commitc34e25a208e092aff0b7dfa931b199df0ce3bc52 (patch)
tree7022eefd17f962f70c911b7d9bae9a94c2a3f898 /test/regression/Makefile
parentf54e11c4f80cfa1b05a5c407adb1df86d1470cf7 (diff)
downloadcompcert-kvx-c34e25a208e092aff0b7dfa931b199df0ce3bc52.tar.gz
compcert-kvx-c34e25a208e092aff0b7dfa931b199df0ce3bc52.zip
Fixing packedstruct issuev3.7_mppa_2020-04-01
Diffstat (limited to 'test/regression/Makefile')
-rw-r--r--test/regression/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/regression/Makefile b/test/regression/Makefile
index ad3ffd99..97c25f6c 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -26,10 +26,10 @@ TESTS_COMP?=attribs1 bitfields1 bitfields2 bitfields3 bitfields4 \
varargs1 varargs2 varargs3 sections alias aligned\
packedstruct1 packedstruct2
-# FIXME ifeq ($(ARCH),mppa_k1c)
+ifeq ($(ARCH),mppa_k1c)
TESTS_COMP:=$(filter-out packedstruct1,$(TESTS_COMP))
TESTS_COMP:=$(filter-out packedstruct2,$(TESTS_COMP))
-# endif
+endif
# Can run, both in compiled mode and in interpreter mode,
# but produce processor-dependent results, so no reference output in Results
@@ -37,7 +37,7 @@ TESTS_COMP?=attribs1 bitfields1 bitfields2 bitfields3 bitfields4 \
TESTS_DIFF=NaNs
# FIXME ifeq ($(ARCH),mppa_k1c)
TESTS_DIFF:=$(filter-out NaNs,$(TESTS_DIFF))
-# endif endif
+# endif
# Other tests: should compile to .s without errors (but expect warnings)