ソースを参照

disable mmap2 for arm, fixes stalling testsuite run on armv5-nommu with kernel 6.1.44

Waldemar Brodkorb 8 ヶ月 前
コミット
6d44beee86
1 ファイル変更4 行追加0 行削除
  1. 4 0
      test/mmap/Makefile.in

+ 4 - 0
test/mmap/Makefile.in

@@ -1,2 +1,6 @@
 # uClibc-ng mmap tests
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+
+ifeq ($(TARGET_ARCH),arm)
+TESTS_DISABLED := mmap2
+endif