Ignore:
Timestamp:
06/11/2023 08:52:35 PM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1
Children:
58962f7
Parents:
d9247b9
git-author:
Xi Ruoyao <xry111@…> (06/11/2023 06:38:28 PM)
git-committer:
Xi Ruoyao <xry111@…> (06/11/2023 08:52:35 PM)
Message:

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

These should be fixed in the next util-linux release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/util-linux.xml

    rd9247b9 r7891616  
    4646
    4747    <screen><userinput remap="pre">sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am</userinput></screen>
     48
     49    <para>Disable a test which does not compile on LoongArch:</para>
     50
     51    <screen><userinput remap="pre">sed -i '/test_enosys/s/^/#/' tests/helpers/Makemodule.am</userinput></screen>
    4852
    4953    <para>Prepare Util-linux for compilation:</para>
     
    115119    two sub-tests from misc: mbsencode and one sub-test from script: replay are
    116120    known to fail.</para>
     121
     122    <!-- Related to non-4K page size. -->
     123    <para>Two tests named <filename>fadvise/drop</filename> and
     124    <filename>fincore/count</filename> are known to fail.</para>
    117125
    118126    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.