aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-27 17:24:02 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-27 17:24:02 +0100
commite0a48d116d222425bf40d1fc5f79b68c7ce9a37f (patch)
treedefcadb7181273ea8a305d1f165542588d2532eb /test/regression
parenta12c5d99df634bec3f95f2e10664b429173e49aa (diff)
downloadcompcert-kvx-e0a48d116d222425bf40d1fc5f79b68c7ce9a37f.tar.gz
compcert-kvx-e0a48d116d222425bf40d1fc5f79b68c7ce9a37f.zip
disable some tests
Diffstat (limited to 'test/regression')
-rw-r--r--test/regression/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 3447d6a5..ad3ffd99 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -26,18 +26,18 @@ TESTS_COMP?=attribs1 bitfields1 bitfields2 bitfields3 bitfields4 \
varargs1 varargs2 varargs3 sections alias aligned\
packedstruct1 packedstruct2
-ifeq ($(ARCH),mppa_k1c)
+# FIXME 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
TESTS_DIFF=NaNs
-ifeq ($(ARCH),mppa_k1c)
+# 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)