From 63d068d3f208ca4c5762cf87066d8b43e8fc5823 Mon Sep 17 00:00:00 2001 From: seyko Date: Fri, 20 Mar 2015 16:01:06 +0300 Subject: [PATCH] skip 73_arm64,test on ARCH=x86-64: it fails on this ARCH --- tests/tests2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 88c3e080..0b170a0e 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -111,6 +111,9 @@ ifdef CONFIG_WIN32 SKIP += 24_math_library.test # don't have round() SKIP += 28_strings.test # don't have r/index() / strings.h endif +ifeq ($(ARCH),x86-64) + SKIP += 73_arm64.test +endif # Some tests might need arguments ARGS =