Skip test 112_backtrace on x86_64,because commit 3715f1d breaks

it.Commit 3715f1d makes the error message of bound check on x86_64
different from other platforms,which breaks the test process.But that
commit exactly works well.
This commit is contained in:
Ziyao 2022-07-09 12:56:07 +08:00
parent 3715f1d7ee
commit 2d210fef49
No known key found for this signature in database
GPG Key ID: A32FA9E5C3BB744D

View File

@ -17,6 +17,7 @@ ifdef CONFIG_OSX
endif
ifeq ($(ARCH),x86_64)
SKIP += 73_arm64.test
SKIP += 112_backtrace.test # Here memory copy behaves differently
endif
ifeq (,$(filter i386,$(ARCH)))
SKIP += 98_al_ax_extend.test 99_fastcall.test