Selaa lähdekoodia

riscv32: disable stalling mmap2 test

Waldemar Brodkorb 4 viikkoa sitten
vanhempi
commit
a745b328b6
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      test/mmap/Makefile.in

+ 4 - 0
test/mmap/Makefile.in

@@ -5,6 +5,10 @@ ifeq ($(TARGET_ARCH),arm)
 TESTS_DISABLED := mmap2
 endif
 
+ifeq ($(TARGET_ARCH),riscv32)
+TESTS_DISABLED := mmap2
+endif
+
 ifeq ($(TARGET_ARCH),xtensa)
 TESTS_DISABLED := mmap2
 endif