1
0
Эх сурвалжийг харах

Document some new regression test failures

Xi Ruoyao 5 жил өмнө
parent
commit
b2bdf373c4

+ 3 - 0
chapter01/changelog.xml

@@ -44,6 +44,9 @@
     <listitem>
       <para>2018-07-18</para>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - 记录一些新的退化测试失败。</para>
+        </listitem>
         <listitem>
           <para>[bdubbs] - 更新到 linux-4.17.8。修复
           <ulink url="&lfs-ticket-root;4310">#4312</ulink>。</para>

+ 3 - 1
chapter06/eudev.xml

@@ -39,15 +39,17 @@
   <sect2 role="installation">
     <title>安装 Eudev</title>
 
+<!--
     <para>首先修复一个测试脚本:</para>
 
 <screen><userinput remap="pre">sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl</userinput></screen>
+-->
 <!--
     <para>Next, remove an unneeded line that causes a build failure:</para>
 
 <screen><userinput remap="pre">sed -i '/keyboard_lookup_key/d' src/udev/udev-builtin-keyboard.c</userinput></screen>
 -->
-    <para>然后,采用一个规避措施,防止 /tools 目录被硬编码到
+    <para>采用一个规避措施,防止 /tools 目录被硬编码到
     Eudev 二进制文件的库文件位置中:</para>
 
 <screen><userinput remap="pre">cat &gt; config.cache &lt;&lt; "EOF"

+ 5 - 0
chapter06/glibc.xml

@@ -210,6 +210,11 @@ unset GCC_INCDIR</userinput></screen>
         <emphasis>posix/tst-getaddrinfo5</emphasis>
         在某些硬件架构上会失败。</para>
       </listitem>
+
+      <listitem>
+        <para>已知 <emphasis>nss/tst-nss-files-hosts-multi</emphasis>
+        可能失败,原因尚未查明。</para>
+      </listitem>
 <!--
       <listitem>
         <para>The <emphasis>rt/tst-cputimer1</emphasis> and 

+ 2 - 1
chapter06/inetutils.xml

@@ -109,7 +109,8 @@
 <screen><userinput remap="test">make check</userinput></screen>
 
     <note><para>其中一项测试 libls.sh 在初始的 chroot 环境中可能失败,
-    但在 LFS 系统构建完成后再重新运行时即可通过。</para></note>
+    但在 LFS 系统构建完成后再重新运行时即可通过。另外,一项名为
+    ping-localhost.sh 的测试在宿主系统不支持 ipv6 时会失败。</para></note>
 
     <para>安装该软件包:</para>