diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-06-21 19:53:05 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-06-21 19:53:05 +0800 |
commit | c500323f9b88e760988ff5ee4904b1de30953688 (patch) | |
tree | 8c22aef80379198afff4151d94c64baf41a557a1 /chapter08/glibc.xml | |
parent | 0c0b88293bdeacf9453a7ea88ddc5a7337c5dcde (diff) |
document some newly reported test failures
Diffstat (limited to 'chapter08/glibc.xml')
-rw-r--r-- | chapter08/glibc.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 577625fe8..cb00c0719 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -178,6 +178,17 @@ esac</userinput></screen> are known to fail on relatively slow systems due to an internal timeout.</para> </listitem> + + <!-- + https://lists.linuxfromscratch.org/sympa/arc/lfs-support/2022-06/msg00022.html + https://sourceware.org/pipermail/libc-alpha/2022-June/139839.html + --> + <listitem> + <para>About 27 tests, for example <emphasis>elf/tst-pldd</emphasis>, + are known to fail if the kernel supports namespaces (see + <filename>namespaces(7)</filename> for details) but the host distro + has disabled them via sysctl.</para> + </listitem> <!-- <listitem> <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis> tests depend on |