mirror of
https://github.com/frida/tinycc
synced 2025-01-21 18:52:02 +03:00
musl: disable boundcheck tests
for now that doesn't work with musl libc.
This commit is contained in:
parent
245f6a0d13
commit
2f94390223
@ -29,6 +29,7 @@ BTESTS = btest test2b
|
||||
# asmtest / asmtest2 -- minor differences with gcc
|
||||
|
||||
# bounds-checking is supported on i386 and x86_64 on linux and windows
|
||||
ifeq (-$(CONFIG_musl)-, --)
|
||||
ifeq ($(ARCH),i386)
|
||||
TESTS += $(BTESTS)
|
||||
endif
|
||||
@ -38,6 +39,7 @@ endif
|
||||
ifdef CONFIG_WIN32
|
||||
TESTS += $(BTESTS)
|
||||
endif
|
||||
endif
|
||||
ifdef CONFIG_OSX # -run only
|
||||
TESTS := hello-run libtest tests2-dir pp-dir
|
||||
endif
|
||||
|
@ -26,6 +26,9 @@ ifeq (,$(filter i386 x86_64,$(ARCH)))
|
||||
SKIP += 85_asm-outside-function.test
|
||||
SKIP += 112_backtrace.test 113_btdll.test
|
||||
endif
|
||||
ifeq (-$(CONFIG_musl)-,-yes-)
|
||||
SKIP += 112_backtrace.test
|
||||
endif
|
||||
ifeq (-$(findstring gcc,$(CC))-,--)
|
||||
SKIP += $(patsubst %.expect,%.test,$(GEN-ALWAYS))
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user