Преглед на файлове

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