aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2007-07-23 19:59:25 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2007-07-23 19:59:25 +0000
commitb1a369745a1ae0a1cdd77dbdd945045081695387 (patch)
tree5d937b39d9a56818d3ee9c13f101bde118cd14eb
parent60a5a938e6657250d228742b8367f8dbe7dd28d4 (diff)
Add known failing glibc test when using gcc-4.1.x
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/glibc.xml6
-rw-r--r--general.ent4
3 files changed, 18 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 91f42dd35..9d6f4c87b 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 608274fd7..ed4335942 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -142,6 +142,12 @@ grep Error glibc-check-log</userinput></screen>
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
diff --git a/general.ent b/general.ent
index 51c279713..c5c3f47d1 100644
--- a/general.ent
+++ b/general.ent
@@ -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}]" -->