Enable testcases on apple and x86_64
This commit is contained in:
parent
d0c26ba4e5
commit
657262c7e5
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue