From 657262c7e53b6129763c34e051c1b399bd66f9af Mon Sep 17 00:00:00 2001 From: herman ten brugge Date: Tue, 6 Dec 2022 08:09:16 +0100 Subject: [PATCH] Enable testcases on apple and x86_64 --- tests/tests2/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 2fdac705..9b367e81 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -12,12 +12,6 @@ SKIP = 34_array_assignment.test # array assignment is not in C standard ifeq (-$(CONFIG_arm_eabi)-$(CONFIG_arm_vfp)-,-yes--) SKIP += 22_floating_point.test endif -ifdef CONFIG_OSX - SKIP += 40_stdio.test 42_function_pointer.test -endif -ifeq ($(ARCH),x86_64) - SKIP += 73_arm64.test -endif ifeq (,$(filter i386,$(ARCH))) SKIP += 98_al_ax_extend.test 99_fastcall.test endif