diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index e03617d5a..819bcdb95 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -205,6 +205,10 @@ grep Error glibc-check-log</userinput></screen> help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16 make -k check</command>).</para> </listitem> + <listitem> + <para>Other tests known to fail on some architectures are posix/bug-regex32, + misc/tst-writev, elf/check-textrel, nptl/tst-getpid2, and stdio-common/bug22.</para> + </listitem> </itemizedlist> <para>Though it is a harmless message, the install stage of Glibc will |