From 789161669f2881d37dee156d12b262d33a62891c Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 12 Jun 2023 02:38:28 +0800 Subject: [PATCH] loongarch: util-linux: Disable a faulty test and document two failures These should be fixed in the next util-linux release. --- chapter08/util-linux.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 6c37af728..edf7af158 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -46,6 +46,10 @@ sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am + Disable a test which does not compile on LoongArch: + + sed -i '/test_enosys/s/^/#/' tests/helpers/Makemodule.am + Prepare Util-linux for compilation: ./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ @@ -115,6 +119,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. + Install the package: make install