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

12345678910111213141516171819202122232425262728
  1. From 01ba5566cd878ae5e2183e1a89729922bfa80fa0 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/nptl/Makefile.in | 4 ++++
  8. 1 file changed, 4 insertions(+)
  9. diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in
  10. index d20d2c1..12119e2 100644
  11. --- a/test/nptl/Makefile.in
  12. +++ b/test/nptl/Makefile.in
  13. @@ -53,6 +53,10 @@ TESTS += tst-clock tst-clock_nanosleep tst-cpuclock1 tst-cpuclock2 \
  14. tst-mqueue7 tst-mqueue8 tst-mqueue9 tst-timer2 tst-timer3 \
  15. tst-timer4 tst-timer5
  16. +ifeq ($(TARGET_ARCH),arc)
  17. +TESTS_DISABLED += tst-tls12 tst-tls-at-ctor
  18. +endif
  19. +
  20. ifeq ($(UCLIBC_HAS_OBSOLETE_BSD_SIGNAL),)
  21. TESTS_DISABLED += tst-exec2 tst-exec3 tst-exec4
  22. endif
  23. --
  24. 1.8.5.2 (Apple Git-48)