loongarch: util-linux: Disable a faulty test and document two failures

These should be fixed in the next util-linux release.
This commit is contained in:
Xi Ruoyao 2023-06-12 02:38:28 +08:00
parent d9247b9329
commit 789161669f
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -46,6 +46,10 @@
<screen><userinput remap="pre">sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am</userinput></screen> <screen><userinput remap="pre">sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am</userinput></screen>
<para>Disable a test which does not compile on LoongArch:</para>
<screen><userinput remap="pre">sed -i '/test_enosys/s/^/#/' tests/helpers/Makemodule.am</userinput></screen>
<para>Prepare Util-linux for compilation:</para> <para>Prepare Util-linux for compilation:</para>
<screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ <screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
@ -115,6 +119,10 @@ su tester -c "make -k check"</userinput></screen>
two sub-tests from misc: mbsencode and one sub-test from script: replay are two sub-tests from misc: mbsencode and one sub-test from script: replay are
known to fail.</para> known to fail.</para>
<!-- Related to non-4K page size. -->
<para>Two tests named <filename>fadvise/drop</filename> and
<filename>fincore/count</filename> are known to fail.</para>
<para>Install the package:</para> <para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>