Explorar o código

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

Waldemar Brodkorb hai 8 meses
pai
achega
6d44beee86
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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