|
@@ -114,10 +114,6 @@ cd build</userinput></screen>
|
|
|
|
|
|
<screen><userinput remap="test">ulimit -s 32768</userinput></screen>
|
|
|
|
|
|
- <para>删除一个已知会导致问题的测试:</para>
|
|
|
-
|
|
|
-<screen><userinput remap="test">rm ../gcc/testsuite/g++.dg/pr83239.C</userinput></screen>
|
|
|
-
|
|
|
<para>以非特权用户身份测试编译结果,但出错时继续执行其他测试:</para>
|
|
|
|
|
|
<screen><userinput remap="test">chown -Rv nobody .
|
|
@@ -138,6 +134,12 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
|
|
|
<para>已知有 6 个关于 get_time 的测试会失败。
|
|
|
它们似乎与 en_HK locale 有关。</para>
|
|
|
|
|
|
+ <para>已知 experimental/net 目录中名为 lookup.cc 和 reverse.cc
|
|
|
+ 的两个测试在 LFS chroot 环境中会失败,因为它们需要 /etc/hosts 和
|
|
|
+ iana-etc。</para>
|
|
|
+
|
|
|
+ <para>已知名为 pr57193.c 和 pr90178.c 的测试会失败。</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.
|
|
|
In particular, six tests in the libstdc++ test suite are known to fail
|