فهرست منبع

Update GCC testsuite failures

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11593 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Xi Ruoyao 6 سال پیش
والد
کامیت
b9e43121b4
1فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده
  1. 6 4
      chapter06/gcc.xml

+ 6 - 4
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,