mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-15 05:20:06 +08:00
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:
parent
3715f1d7ee
commit
2d210fef49
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user