OSDN Git Service

disable tests for arc as long as binutils is buggy
authorWaldemar Brodkorb <wbx@openadk.org>
Tue, 9 Sep 2014 16:40:22 +0000 (18:40 +0200)
committerWaldemar Brodkorb <wbx@openadk.org>
Sat, 20 Sep 2014 20:10:19 +0000 (22:10 +0200)
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
test/tls/Makefile.in

index 7ab4e2a..0a98337 100644 (file)
@@ -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)))