瀏覽代碼

disable tests for arc as long as binutils is buggy

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Waldemar Brodkorb 10 年之前
父節點
當前提交
51f9b66d2f
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      test/tls/Makefile.in

+ 4 - 0
test/tls/Makefile.in

@@ -12,6 +12,10 @@ ifeq ($(HAVE_SHARED),)
 TESTS_DISABLED := $(TESTS)
 TESTS_DISABLED := $(TESTS)
 endif
 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
 # All these tests need tls.h, which is not installed with glibc
 GLIBC_TESTS_DISABLED := $(addsuffix _glibc,$(filter-out $(TESTS_DISABLED),$(TESTS)))
 GLIBC_TESTS_DISABLED := $(addsuffix _glibc,$(filter-out $(TESTS_DISABLED),$(TESTS)))