Browse Source

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

Waldemar Brodkorb 8 months ago
parent
commit
6d44beee86
1 changed files with 4 additions and 0 deletions
  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