Explorar o código

arc: disable deadlocking test

Waldemar Brodkorb %!s(int64=6) %!d(string=hai) anos
pai
achega
f0567d6707
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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