mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-30 11:57:51 +08:00
Enabled test 112_backtrace
Changed script in Makefile for testcase 112 Used bound_struct_copy_count in lib/bcheck.c
This commit is contained in:
@@ -17,7 +17,6 @@ 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
|
||||
@@ -106,7 +105,8 @@ GEN-ALWAYS =
|
||||
112_backtrace.test: FLAGS += -dt -b
|
||||
112_backtrace.test 113_btdll.test 126_bound_global.test: FILTER += \
|
||||
-e 's;[0-9A-Fa-fx]\{5,\};........;g' \
|
||||
-e 's;0x[0-9A-Fa-f]\{1,\};0x?;g'
|
||||
-e 's;0x[0-9A-Fa-f]\{1,\};0x?;g' \
|
||||
-e 's;struct copy destination;memmove dest;g' \
|
||||
|
||||
# this test creates two DLLs and an EXE
|
||||
113_btdll.test: T1 = \
|
||||
|
||||
Reference in New Issue
Block a user