mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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:
parent
d9247b9329
commit
789161669f
@ -46,6 +46,10 @@
|
||||
|
||||
<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>
|
||||
|
||||
<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
|
||||
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>
|
||||
|
||||
<screen><userinput remap="install">make install</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user