aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-02-17 22:05:08 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-02-17 22:05:08 +0000
commita55c9ad07c68228e282d1fe0585fc13a93fe286a (patch)
treeb2fa64e0703e3d8c12949bbb7abb620fcecb5d00
parentb66f563c235cdbc09508d60d06cc7fc18c3e0065 (diff)
Update known failure problems in glibc tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9185 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter06/glibc.xml18
-rw-r--r--general.ent4
3 files changed, 22 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 7c048df37..a4193d8bd 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -38,6 +38,15 @@
-->
<listitem>
+ <para>2010-02-17</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] Update known failure problems in glibc tests.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2010-02-11</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index b00033fac..a5c6716c8 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -151,16 +151,20 @@ grep Error glibc-check-log</userinput></screen>
<itemizedlist>
<!-- Check again after updating from gcc-4.1.x -->
- <listitem>
+ <!-- Haven;t seen this in quite a while <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> -->
+ <!-- Was true in glibc-2.3.6, rt/tst-cpuclock2 in glibc-2.11.1 -->
<listitem>
- <para>The <emphasis>nptl/tst-clock2</emphasis> and
- <emphasis>tst-attr3</emphasis> tests sometimes
- fail. The reason is not completely understood, but indications
- are that a heavy system load can trigger these failures.</para>
+
+ <para>The <emphasis>nptl/tst-clock2</emphasis>,
+ <emphasis>nptl/tst-attr3</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>
+
</listitem>
<listitem>
<para>The math tests sometimes fail when running on
diff --git a/general.ent b/general.ent
index a60d38495..beb7d4599 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-201002016">
-<!ENTITY releasedate "February 16, 2010">
+<!ENTITY version "SVN-201002017">
+<!ENTITY releasedate "February 17, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->