0005-disable-tests-for-arc-as-long-as-binutils-is-buggy.patch 825 B

12345678910111213141516171819202122232425262728
  1. From b46e40edc326638336adc91ccc2aad74c94c764b Mon Sep 17 00:00:00 2001
  2. From: Waldemar Brodkorb <wbx@openadk.org>
  3. Date: Tue, 9 Sep 2014 18:40:22 +0200
  4. Subject: [PATCH 5/6] disable tests for arc as long as binutils is buggy
  5. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
  6. ---
  7. test/tls/Makefile.in | 4 ++++
  8. 1 file changed, 4 insertions(+)
  9. diff --git a/test/tls/Makefile.in b/test/tls/Makefile.in
  10. index 7ab4e2a..0a98337 100644
  11. --- a/test/tls/Makefile.in
  12. +++ b/test/tls/Makefile.in
  13. @@ -12,6 +12,10 @@ ifeq ($(HAVE_SHARED),)
  14. TESTS_DISABLED := $(TESTS)
  15. endif
  16. +ifeq ($(TARGET_ARCH),arc)
  17. +TESTS_DISABLED += tst-tls12 tst-tls-at-ctor
  18. +endif
  19. +
  20. # All these tests need tls.h, which is not installed with glibc
  21. GLIBC_TESTS_DISABLED := $(addsuffix _glibc,$(filter-out $(TESTS_DISABLED),$(TESTS)))
  22. --
  23. 1.8.5.2 (Apple Git-48)