Przeglądaj źródła

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

Waldemar Brodkorb 8 miesięcy temu
rodzic
commit
6d44beee86
1 zmienionych plików z 4 dodań i 0 usunięć
  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