mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
fix: skip TLS test on osx
tests/tests2/Makefile: skip 144_tls on OSX
This commit is contained in:
parent
6728a64f1b
commit
757507eb02
@ -57,6 +57,9 @@ ifneq (,$(filter OpenBSD FreeBSD NetBSD,$(TARGETOS)))
|
|||||||
SKIP += 114_bound_signal.test # libc problem signal/fork
|
SKIP += 114_bound_signal.test # libc problem signal/fork
|
||||||
SKIP += 116_bound_setjmp2.test # No TLS_FUNC/TLS_VAR in bcheck.c
|
SKIP += 116_bound_setjmp2.test # No TLS_FUNC/TLS_VAR in bcheck.c
|
||||||
endif
|
endif
|
||||||
|
ifdef CONFIG_OSX
|
||||||
|
SKIP += 144_tls.test # TLS runtime not supported on Mach-O
|
||||||
|
endif
|
||||||
ifeq (,$(filter arm64 aarch64,$(ARCH)))
|
ifeq (,$(filter arm64 aarch64,$(ARCH)))
|
||||||
SKIP += 138_arm64_encoding.test
|
SKIP += 138_arm64_encoding.test
|
||||||
SKIP += 139_arm64_errors.test
|
SKIP += 139_arm64_errors.test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user