From 51f9b66d2fee1c7c1088b548751ac64131220b6e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 9 Sep 2014 18:40:22 +0200 Subject: disable tests for arc as long as binutils is buggy Signed-off-by: Waldemar Brodkorb --- test/tls/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/tls/Makefile.in b/test/tls/Makefile.in index 7ab4e2ad3..0a9833757 100644 --- a/test/tls/Makefile.in +++ b/test/tls/Makefile.in @@ -12,6 +12,10 @@ ifeq ($(HAVE_SHARED),) TESTS_DISABLED := $(TESTS) endif +ifeq ($(TARGET_ARCH),arc) +TESTS_DISABLED += tst-tls12 tst-tls-at-ctor +endif + # All these tests need tls.h, which is not installed with glibc GLIBC_TESTS_DISABLED := $(addsuffix _glibc,$(filter-out $(TESTS_DISABLED),$(TESTS))) -- cgit v1.2.3