Browse Source

Document test suite failures

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11013 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno 9 years ago
parent
commit
7d7ae7e30b
5 changed files with 20 additions and 5 deletions
  1. 11 0
      chapter01/changelog.xml
  2. 4 4
      chapter06/autoconf.xml
  3. 2 0
      chapter06/binutils.xml
  4. 2 0
      chapter06/gettext.xml
  5. 1 1
      chapter06/glibc.xml

+ 11 - 0
chapter01/changelog.xml

@@ -35,6 +35,17 @@
       </itemizedlist>
     </listitem>
 -->
+    <listitem>
+      <para>2016-02-15</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Document test suite failures.</para>
+        </listitem>
+        <listitem>
+          <para>[dj] - Update package timings and statistics.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>2016-02-13</para>

+ 4 - 4
chapter06/autoconf.xml

@@ -53,10 +53,10 @@
 
 <screen><userinput remap="test">make check</userinput></screen>
 
-    <para>This takes a long time, about 4.7 SBUs. In addition, 6 tests are skipped
-    that use Automake. For full test coverage, Autoconf can be re-tested
-    after Automake has been installed.  In addition, two tests fail due to
-    changes in libtool-2.4.3 and later.</para>
+    <para>This takes a long time, about &autoconf-ch6-sbu; SBUs. In addition, 
+    several steps are skipped that use Automake. For full test coverage,
+    Autoconf can be re-tested after Automake has been installed. In addition,
+    two tests fail due to changes in libtool-2.4.3 and later.</para>
 
     <para>Install the package:</para>
 

+ 2 - 0
chapter06/binutils.xml

@@ -108,6 +108,8 @@ cd       build</userinput></screen>
 
 <screen><userinput remap="test">make check</userinput></screen>
 
+    <para> The test 'Link with zlib-gabi compressed debug output' is known to fail.</para>
+
     <para>Install the package:</para>
 
 <screen><userinput remap="install">make tooldir=/usr install</userinput></screen>

+ 2 - 0
chapter06/gettext.xml

@@ -58,6 +58,8 @@
 
 <screen><userinput remap="test">make check</userinput></screen>
 
+    <para>Nine tests fail due to missing dependencies.</para>
+
     <para>Install the package:</para>
 
 <screen><userinput remap="install">make install

+ 1 - 1
chapter06/glibc.xml

@@ -115,7 +115,7 @@ cd       build</userinput></screen>
       </listitem>
 
       <listitem>
-        <para>The <emphasis>tst/tst-cputimer1</emphasis> and 
+        <para>The <emphasis>rt/tst-cputimer1</emphasis> and 
         <emphasis>rt/tst-cpuclock2</emphasis> tests have been known to
         fail.  The reason is not completely understood, but indications are
         that minor timing issues can trigger these failures.</para>