From 3d891c7cf05ed324de1c6d4d493cf61731c6e17d Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 6 Jan 2024 11:44:32 +0800 Subject: [PATCH] mips64el: util-linux: Document test failures caused by non-4K page size --- chapter08/util-linux.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 4c53b4eb5..7615f4562 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -115,6 +115,10 @@ su tester -c "make -k check" two sub-tests from misc: mbsencode and one sub-test from script: replay are known to fail. + Two tests named fadvise/drop and + fincore/count are known to fail if the page + size of the host kernel is not 4 KB. + Install the package: make install