Przeglądaj źródła

arc: disable deadlocking test

Waldemar Brodkorb 6 lat temu
rodzic
commit
f0567d6707
1 zmienionych plików z 5 dodań i 0 usunięć
  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