소스 검색

riscv32: disable blocking test

Waldemar Brodkorb 2 달 전
부모
커밋
c06f1e5bd2
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      test/nptl/Makefile.in

+ 4 - 0
test/nptl/Makefile.in

@@ -5,6 +5,10 @@ ifeq ($(TARGET_ARCH),metag)
 TESTS_DISABLED := tst-cleanup0 tst-cleanupx0
 endif
 
+ifeq ($(TARGET_ARCH),riscv32)
+TESTS_DISABLED := tst-rwlock9
+endif
+
 # deadlock in nsimdrv
 ifeq ($(TARGET_ARCH),arc)
 TESTS_DISABLED := tst-cancel20