diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-05-16 11:11:01 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-05-16 11:11:01 +0800 |
commit | 8287b51963ae03cdf33290f5df8f7597ef60abf7 (patch) | |
tree | fb1ca586060cdbc500f71bf149aaff71c245793b | |
parent | 70927b99641780d9a0fab2f2fe8e809dcd738a6c (diff) |
glibc: Revive test failure note about old kernel or CPU
But consolidate them into one informative entry as we cannot really test
the instructions on many old systems.
-rw-r--r-- | chapter08/glibc.xml | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index f8ec464c3..d094aed7f 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -183,21 +183,10 @@ esac</userinput></screen> timeout.</para> </listitem> -<!-- <listitem> - <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis> tests depend on - the host system kernel. Kernels 4.14.91–4.14.96, - 4.19.13–4.19.18, and 4.20.0–4.20.5 are known to - cause these tests to fail. - </para> + <para>Additionally, some tests may fail with a relatively old CPU + model or host kernel version.</para> </listitem> - - <listitem> - <para>The math tests sometimes fail when running on - systems where the CPU is not a relatively new Intel or - AMD processor.</para> - </listitem> ---> </itemizedlist> <para>Though it is a harmless message, the install stage of Glibc will |