浏览代码

riscv32: disable stalling mmap2 test

Waldemar Brodkorb 2 年之前
父节点
当前提交
a745b328b6
共有 1 个文件被更改,包括 4 次插入0 次删除
  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