aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2019-05-07 10:53:08 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2019-05-07 10:53:08 +0000
commitb9e43121b4c7f07f3f7af02b17c1b44757db1a64 (patch)
tree9620c22c63eab3085223d67a779202232c10e981 /chapter06
parente24ab12f250ad11088a2119a937bcb1676e25140 (diff)
Update GCC testsuite failures
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11593 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index c48e9b779..3ac19d93f 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -114,10 +114,6 @@ cd build</userinput></screen>
<screen><userinput remap="test">ulimit -s 32768</userinput></screen>
- <para>Remove one test known to cause a problem:</para>
-
-<screen><userinput remap="test">rm ../gcc/testsuite/g++.dg/pr83239.C</userinput></screen>
-
<para>Test the results as a non-privileged user, but do not stop at errors:</para>
<screen><userinput remap="test">chown -Rv nobody .
@@ -137,6 +133,12 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
<para>Six tests related to get_time are known to fail. These are
apparantly related to the en_HK locale.</para>
+ <para>Two tests named lookup.cc and reverse.cc in experimental/net
+ are known to fail in LFS chroot environment because they require
+ /etc/hosts and iana-etc.</para>
+
+ <para>Two tests named pr57193.c and pr90178.c are known to fail.</para>
+
<para>A few unexpected failures cannot always be avoided. The GCC developers
are usually aware of these issues, but have not resolved them yet.
Unless the test results are vastly different from those at the above URL,