Author: dnicholson
Date: 2007-07-23 13:59:25 -0600 (Mon, 23 Jul 2007)
New Revision: 8230

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/glibc.xml
   trunk/BOOK/general.ent
Log:
Add known failing glibc test when using gcc-4.1.x


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2007-07-23 17:09:53 UTC (rev 8229)
+++ trunk/BOOK/chapter01/changelog.xml  2007-07-23 19:59:25 UTC (rev 8230)
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>2007-07-23</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Added a known failing test to the Ch. 6 Glibc
+          page.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2007-07-17</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml      2007-07-23 17:09:53 UTC (rev 8229)
+++ trunk/BOOK/chapter06/glibc.xml      2007-07-23 19:59:25 UTC (rev 8230)
@@ -142,7 +142,13 @@
     common issues:</para>
 
     <itemizedlist>
+      <!-- Check again after updating from gcc-4.1.x -->
       <listitem>
+        <para>The <emphasis>nptl/tst-cancel1</emphasis> test will fail when
+        using the 4.1 series of GCC.</para>
+      </listitem>
+      <!-- Was true in glibc-2.3.6 -->
+      <listitem>
         <para>The <emphasis>nptl/tst-clock2</emphasis> and
         <emphasis>tst-attr3</emphasis> tests sometimes
         fail.  The reason is not completely understood, but indications

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-07-23 17:09:53 UTC (rev 8229)
+++ trunk/BOOK/general.ent      2007-07-23 19:59:25 UTC (rev 8230)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070718">
-<!ENTITY releasedate "July 18, 2007">
+<!ENTITY version "SVN-20070723">
+<!ENTITY releasedate "July 23, 2007">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to