diff options
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 |