Fix testcase for elf version

This commit is contained in:
herman ten brugge 2019-10-23 13:14:41 +02:00
parent 66a14a1e33
commit 749dd15ee8

View File

@ -31,6 +31,9 @@ endif
ifeq (-$(CONFIG_WIN32)-$(CONFIG_i386)$(CONFIG_arm)-,--yes-) ifeq (-$(CONFIG_WIN32)-$(CONFIG_i386)$(CONFIG_arm)-,--yes-)
SKIP += 95_bitfields%.test # type_align is different on 32bit-non-windows SKIP += 95_bitfields%.test # type_align is different on 32bit-non-windows
endif endif
ifneq (-$(CONFIG_WIN32)$(CONFIG_WIN64)-,--)
SKIP += 106_pthread.test # No pthread support
endif
# Some tests might need arguments # Some tests might need arguments
ARGS = ARGS =
@ -62,6 +65,7 @@ GEN-ALWAYS =
# this test needs pthread # this test needs pthread
106_pthread.test: FLAGS += -pthread 106_pthread.test: FLAGS += -pthread
106_pthread.test: NORUN = true
# Filter source directory in warnings/errors (out-of-tree builds) # Filter source directory in warnings/errors (out-of-tree builds)
FILTER = 2>&1 | sed 's,$(SRC)/,,g' FILTER = 2>&1 | sed 's,$(SRC)/,,g'