|
@@ -1,28 +1,28 @@
|
|
-From 01ba5566cd878ae5e2183e1a89729922bfa80fa0 Mon Sep 17 00:00:00 2001
|
|
|
|
|
|
+From b46e40edc326638336adc91ccc2aad74c94c764b Mon Sep 17 00:00:00 2001
|
|
From: Waldemar Brodkorb <wbx@openadk.org>
|
|
From: Waldemar Brodkorb <wbx@openadk.org>
|
|
Date: Tue, 9 Sep 2014 18:40:22 +0200
|
|
Date: Tue, 9 Sep 2014 18:40:22 +0200
|
|
Subject: [PATCH 5/6] disable tests for arc as long as binutils is buggy
|
|
Subject: [PATCH 5/6] disable tests for arc as long as binutils is buggy
|
|
|
|
|
|
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
|
|
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
|
|
---
|
|
---
|
|
- test/nptl/Makefile.in | 4 ++++
|
|
|
|
|
|
+ test/tls/Makefile.in | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
1 file changed, 4 insertions(+)
|
|
|
|
|
|
-diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in
|
|
|
|
-index d20d2c1..12119e2 100644
|
|
|
|
---- a/test/nptl/Makefile.in
|
|
|
|
-+++ b/test/nptl/Makefile.in
|
|
|
|
-@@ -53,6 +53,10 @@ TESTS += tst-clock tst-clock_nanosleep tst-cpuclock1 tst-cpuclock2 \
|
|
|
|
- tst-mqueue7 tst-mqueue8 tst-mqueue9 tst-timer2 tst-timer3 \
|
|
|
|
- tst-timer4 tst-timer5
|
|
|
|
|
|
+diff --git a/test/tls/Makefile.in b/test/tls/Makefile.in
|
|
|
|
+index 7ab4e2a..0a98337 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)
|
|
+ifeq ($(TARGET_ARCH),arc)
|
|
+TESTS_DISABLED += tst-tls12 tst-tls-at-ctor
|
|
+TESTS_DISABLED += tst-tls12 tst-tls-at-ctor
|
|
+endif
|
|
+endif
|
|
+
|
|
+
|
|
- ifeq ($(UCLIBC_HAS_OBSOLETE_BSD_SIGNAL),)
|
|
|
|
- TESTS_DISABLED += tst-exec2 tst-exec3 tst-exec4
|
|
|
|
- endif
|
|
|
|
|
|
+ # All these tests need tls.h, which is not installed with glibc
|
|
|
|
+ GLIBC_TESTS_DISABLED := $(addsuffix _glibc,$(filter-out $(TESTS_DISABLED),$(TESTS)))
|
|
|
|
+
|
|
--
|
|
--
|
|
1.8.5.2 (Apple Git-48)
|
|
1.8.5.2 (Apple Git-48)
|
|
|
|
|