소스 검색

xtensa: disable hanging mmap2 test on noMMU

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

+ 4 - 0
test/mmap/Makefile.in

@@ -4,3 +4,7 @@
 ifeq ($(TARGET_ARCH),arm)
 TESTS_DISABLED := mmap2
 endif
+
+ifeq ($(TARGET_ARCH),xtensa)
+TESTS_DISABLED := mmap2
+endif