diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2016-02-15 01:54:18 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2016-02-15 01:54:18 +0000 |
commit | 7d7ae7e30b6bbb83e4a8cd685dd35d11a833cabd (patch) | |
tree | 3699721058aa07249713eb8e95079306ea87caa7 | |
parent | f6f68e070f0b40009d548dcdc9f6bafd4b6a9057 (diff) |
Document test suite failures
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11013 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter06/autoconf.xml | 8 | ||||
-rw-r--r-- | chapter06/binutils.xml | 2 | ||||
-rw-r--r-- | chapter06/gettext.xml | 2 | ||||
-rw-r--r-- | chapter06/glibc.xml | 2 |
5 files changed, 20 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 28f9c59cc..5fe887f65 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,17 @@ </itemizedlist> </listitem> --> + <listitem> + <para>2016-02-15</para> + <itemizedlist> + <listitem> + <para>[renodr] - Document test suite failures.</para> + </listitem> + <listitem> + <para>[dj] - Update package timings and statistics.</para> + </listitem> + </itemizedlist> + </listitem> <listitem> <para>2016-02-13</para> diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index ddad6087b..4d304874b 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -53,10 +53,10 @@ <screen><userinput remap="test">make check</userinput></screen> - <para>This takes a long time, about 4.7 SBUs. In addition, 6 tests are skipped - that use Automake. For full test coverage, Autoconf can be re-tested - after Automake has been installed. In addition, two tests fail due to - changes in libtool-2.4.3 and later.</para> + <para>This takes a long time, about &autoconf-ch6-sbu; SBUs. In addition, + several steps are skipped that use Automake. For full test coverage, + Autoconf can be re-tested after Automake has been installed. In addition, + two tests fail due to changes in libtool-2.4.3 and later.</para> <para>Install the package:</para> diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index a33c6cf60..dae27dd95 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -108,6 +108,8 @@ cd build</userinput></screen> <screen><userinput remap="test">make check</userinput></screen> + <para> The test 'Link with zlib-gabi compressed debug output' is known to fail.</para> + <para>Install the package:</para> <screen><userinput remap="install">make tooldir=/usr install</userinput></screen> diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 4792334e3..1e7177bdd 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -58,6 +58,8 @@ <screen><userinput remap="test">make check</userinput></screen> + <para>Nine tests fail due to missing dependencies.</para> + <para>Install the package:</para> <screen><userinput remap="install">make install diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 287d38fcd..9b00a7b23 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -115,7 +115,7 @@ cd build</userinput></screen> </listitem> <listitem> - <para>The <emphasis>tst/tst-cputimer1</emphasis> and + <para>The <emphasis>rt/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> |