diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-07-23 19:59:25 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-07-23 19:59:25 +0000 |
commit | b1a369745a1ae0a1cdd77dbdd945045081695387 (patch) | |
tree | 5d937b39d9a56818d3ee9c13f101bde118cd14eb /chapter06 | |
parent | 60a5a938e6657250d228742b8367f8dbe7dd28d4 (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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |