aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests2')
-rw-r--r--tests/tests2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile
index ee4a033..8bf753f 100644
--- a/tests/tests2/Makefile
+++ b/tests/tests2/Makefile
@@ -100,6 +100,9 @@ TESTS = \
SKIP = 34_array_assignment.test
# some tests do not pass on all platforms, remove them for now
+ifeq ($(CONFIG_arm_eabi),yes) # not ARM soft-float
+ SKIP += 22_floating_point.test
+endif
ifeq ($(TARGETOS),Darwin)
SKIP += 40_stdio.test
endif