From 6d44beee86ad4633cee5d2ad3283a794fe864501 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 28 Aug 2023 08:43:47 +0200 Subject: disable mmap2 for arm, fixes stalling testsuite run on armv5-nommu with kernel 6.1.44 --- test/mmap/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/mmap/Makefile.in b/test/mmap/Makefile.in index b15ea82..c8b1d96 100644 --- a/test/mmap/Makefile.in +++ b/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 -- cgit v1.2.3