소스 검색

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
Dan Nichilson 18 년 전
부모
커밋
b1a369745a
3개의 변경된 파일18개의 추가작업 그리고 2개의 파일을 삭제
  1. 10 0
      chapter01/changelog.xml
  2. 6 0
      chapter06/glibc.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <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>

+ 6 - 0
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

+ 2 - 2
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}]" -->