Pārlūkot izejas kodu

xtensa: disable hanging mmap2 test on noMMU

Waldemar Brodkorb 2 gadi atpakaļ
vecāks
revīzija
24d21cfbcd
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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