Browse Source

riscv32: disable stalling mmap2 test

Waldemar Brodkorb 1 week ago
parent
commit
a745b328b6
1 changed files with 4 additions and 0 deletions
  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