Browse Source

arc: disable deadlocking test

Waldemar Brodkorb 6 years ago
parent
commit
f0567d6707
1 changed files with 5 additions and 0 deletions
  1. 5 0
      test/nptl/Makefile.in

+ 5 - 0
test/nptl/Makefile.in

@@ -1,6 +1,11 @@
 # uClibc-ng NPTL tests
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 
+# deadlock
+ifeq ($(TARGET_ARCH),arc)
+TESTS_DISABLED := tst-cond16
+endif
+
 ifeq ($(TARGET_ARCH),metag)
 TESTS_DISABLED := tst-cleanup0 tst-cleanupx0
 endif