|
@@ -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,
|