Changeset 4a01726


Ignore:
Timestamp:
06/24/2022 02:06:47 PM (22 months ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
e8afce4
Parents:
cd65faa
git-author:
Xi Ruoyao <xry111@…> (06/21/2022 11:53:05 AM)
git-committer:
William Harrington <kb0iic@…> (06/24/2022 02:06:47 PM)
Message:

document some newly reported test failures

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    rcd65faa r4a01726  
    172172
    173173<screen><userinput remap="test">make -k check</userinput></screen>
    174 <!--
    175     <para>Four tests related to zlib are known to fail.</para>
    176 -->
    177 <!--
    178     <para>Seven gold tests are known to fail with gcc-11.1.0</para>
    179 
    180     <para>Four ld tests named <quote>Run property ...</quote> are known to
    181     fail.</para>
    182  -->
     174
     175    <!-- Will be fixed in 2.39
     176         https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=01ae03b -->
     177    <para>One gold test, <filename>pr17704a_test</filename>, is known to
     178    fail if <parameter>CONFIG_IA32_EMULATION</parameter> is disabled in the
     179    kernel configuration of the host system.</para>
     180
    183181    <para>Install the package:</para>
    184182
  • chapter08/glibc.xml

    rcd65faa r4a01726  
    179179        are known to fail on relatively slow systems due to an internal
    180180        timeout.</para>
     181      </listitem>
     182
     183      <!--
     184        https://lists.linuxfromscratch.org/sympa/arc/lfs-support/2022-06/msg00022.html
     185        https://sourceware.org/pipermail/libc-alpha/2022-June/139839.html
     186      -->
     187      <listitem>
     188        <para>About 27 tests, for example <emphasis>elf/tst-pldd</emphasis>,
     189        are known to fail if the kernel supports namespaces (see
     190        <filename>namespaces(7)</filename> for details) but the host distro
     191        has disabled them via sysctl.</para>
    181192      </listitem>
    182193<!--
Note: See TracChangeset for help on using the changeset viewer.