Explorar o código

xtensa: disable hanging mmap2 test on noMMU

Waldemar Brodkorb %!s(int64=2) %!d(string=hai) anos
pai
achega
24d21cfbcd
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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