소스 검색

arc: disable deadlocking test

Waldemar Brodkorb 6 년 전
부모
커밋
f0567d6707
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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