[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-944-g767a2a5

git git at cross-lfs.org
Sat Mar 1 20:32:23 PST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, systemd has been updated
       via  767a2a5217b0e9ebc672f22327f684d22458ed3e (commit)
       via  8853ac5b3848601fcbe82077d85a3c9d62a93954 (commit)
      from  26e11b9cd0397894932c6dfa5c5e9ccfc05a6a06 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 767a2a5217b0e9ebc672f22327f684d22458ed3e
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Mar 1 22:31:55 2014 -0600

    Add conform/run-conformtest as an emphasis with posix/annexc as being ignored, and include some more teset suite failures with reasons.

diff --git a/BOOK/final-system/common/glibc.xml b/BOOK/final-system/common/glibc.xml
index fbf7129..05b6970 100644
--- a/BOOK/final-system/common/glibc.xml
+++ b/BOOK/final-system/common/glibc.xml
@@ -111,7 +111,8 @@ cd ../glibc-build</userinput></screen>
 make -k check 2>&1 | tee glibc-check-log; grep Error glibc-check-log</userinput></screen>
 
     <para os="o">The GLIBC test suite is highly dependent on certain functions of
-    the host system, in particular the kernel. The posix/annexc test normally fails
+    the host system, in particular the kernel. The <emphasis>posix/annexc</emphasis> and
+    <emphasis>conform/run-conformtest</emphasis> tests normally fail
     and you should see <literal>Error 1 (ignored)</literal> in the output. Apart
     from this, the GLIBC test suite is always expected to pass. However, in certain
     circumstances, some failures are unavoidable. If a test fails because of a missing
@@ -123,6 +124,15 @@ make -k check 2>&1 | tee glibc-check-log; grep Error glibc-check-log</use
 
     <itemizedlist os="p">
       <listitem>
+        <para>The <emphasis>nptl/tst-clock2</emphasis>,
+        <emphasis>nptl/tst-attr3</emphasis>,
+        <emphasis>tst/tst-cputimer1</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 <emphasis>math</emphasis> tests sometimes fail.
         Certain optimization settings are known to be a
         factor here.</para>
@@ -136,7 +146,14 @@ make -k check 2>&1 | tee glibc-check-log; grep Error glibc-check-log</use
       </listitem>
       <listitem>
         <para>When running on older and slower hardware, some tests
-        can fail because of test timeouts being exceeded.</para>
+        can fail because of test timeouts being exceeded.
+        Modifying the make check command to set a TIMEOUTFACTOR is reported to
+        help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
+        make -k check</command>).</para>
+      </listitem>
+      <listitem>
+        <para>posix/tst-getaddrinfo4 will always fail due to not having a network
+        connection when the test is run.</para>
       </listitem>
     </itemizedlist>
 
diff --git a/BOOK/final-system/x86/glibc.xml b/BOOK/final-system/x86/glibc.xml
index e3c8f71..7af271f 100644
--- a/BOOK/final-system/x86/glibc.xml
+++ b/BOOK/final-system/x86/glibc.xml
@@ -102,6 +102,15 @@
     <!-- this is specific to x86 because of the i686 reference in the math tests -->
     <itemizedlist os="p">
       <listitem>
+        <para>The <emphasis>nptl/tst-clock2</emphasis>,
+        <emphasis>nptl/tst-attr3</emphasis>,
+        <emphasis>tst/tst-cputimer1</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 <emphasis>math</emphasis> tests, at least on i686, fail in
         the <emphasis>test-double</emphasis> and <emphasis>test-idouble</emphasis>
         tests with gcc-&gcc-version;
@@ -119,7 +128,14 @@
       </listitem>
       <listitem>
         <para>When running on older and slower hardware, some tests
-        can fail because of test timeouts being exceeded.</para>
+        can fail because of test timeouts being exceeded.
+        Modifying the make check command to set a TIMEOUTFACTOR is reported to
+        help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
+        make -k check</command>).</para>
+      </listitem>
+      <listitem>
+        <para>posix/tst-getaddrinfo4 will always fail due to not having a network
+        connection when the test is run.</para>
       </listitem>
     </itemizedlist>
 

commit 8853ac5b3848601fcbe82077d85a3c9d62a93954
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Mar 1 19:34:01 2014 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 86654b8..0e0d2bb 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "02"> <!-- Use two digits -->
-<!ENTITY month_name "February">
-<!ENTITY day "27"> <!-- Use two digits -->
+<!ENTITY month "03"> <!-- Use two digits -->
+<!ENTITY month_name "March">
+<!ENTITY day "01"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/glibc.xml |   21 +++++++++++++++++++--
 BOOK/final-system/x86/glibc.xml    |   18 +++++++++++++++++-
 BOOK/general.ent                   |    6 +++---
 3 files changed, 39 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list