diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-08-23 18:43:10 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-08-23 18:43:10 +0800 |
commit | 20007e51c22ad737e2e1d57bce351b2d31802a0e (patch) | |
tree | d403edcc35024b2d7eafcad966b1b7e87cbcf9b0 | |
parent | ec3cad45c3f81dd5132bb98ebae8f8ce4753899a (diff) |
glibc: update test status
Text change only.
Add tst-arc4random-thread failure recently reported to upstream, remove
namespace related failures as they are UNSUPPORTED now in 2.36.
-rw-r--r-- | chapter08/glibc.xml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index cb00c0719..7a1796a54 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -172,6 +172,12 @@ esac</userinput></screen> addresses.</para> <!-- PR 24816 --> </listitem> + <!-- https://sourceware.org/pipermail/libc-alpha/2022-August/141567.html --> + <listitem> + <para>The <emphasis>stdlib/tst-arc4random-thread</emphasis> + test is known to fail if the host kernel is relatively old.</para> + </listitem> + <listitem> <para>Some tests, for example <emphasis>nss/tst-nss-files-hosts-multi</emphasis>, @@ -179,16 +185,6 @@ esac</userinput></screen> 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 |