From 0fbc77cac6d1dff456f7b6b973944038dc1a59c2 Mon Sep 17 00:00:00 2001 From: Edmund Grimley Evans Date: Wed, 4 May 2016 21:23:25 +0100 Subject: [PATCH] tests/tests2/Makefile: Make 85-asm-outside-function Intel-only. --- tests/tests2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index d14e5f6d..65bf2dce 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -38,6 +38,9 @@ endif ifeq ($(ARCH),x86-64) SKIP += 73_arm64.test endif +ifeq (,$(filter i386 x86-64,$(ARCH))) + SKIP += 85-asm-outside-function.test +endif # Some tests might need arguments ARGS =