From 2d210fef4952715497e07476efa50603b8d0f026 Mon Sep 17 00:00:00 2001 From: Ziyao Date: Sat, 9 Jul 2022 12:56:07 +0800 Subject: [PATCH] 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. --- tests/tests2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 776c7276..bc465f7e 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -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