aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-02-19 04:27:53 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-02-19 04:27:53 +0000
commit1e639b292cce04ce24cf1a52329a17078db1c7ba (patch)
treebc4773f2d699772dc054f8d31758d1fc61f3fbc0
parentd15bbff7a3c30a6d3d4f9268ad12e3c9de76b456 (diff)
Update descriptions of some new test failures
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12139 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter08/automake.xml3
-rw-r--r--chapter08/binutils.xml2
-rw-r--r--chapter08/procps.xml2
-rw-r--r--chapter08/python.xml6
4 files changed, 7 insertions, 6 deletions
diff --git a/chapter08/automake.xml b/chapter08/automake.xml
index ee444a365..b637d351c 100644
--- a/chapter08/automake.xml
+++ b/chapter08/automake.xml
@@ -59,7 +59,8 @@
<screen><userinput remap="test">make -j4 check</userinput></screen>
- <para>The test t/subobj.sh is known to fail in the LFS environment.</para>
+ <para>The tests t/subobj.shm t/deprecated-acinit.sh, and t/init.sh are known to
+ fail in the LFS environment.</para>
<para>Install the package:</para>
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml
index c46caa92a..b53e53b85 100644
--- a/chapter08/binutils.xml
+++ b/chapter08/binutils.xml
@@ -157,7 +157,7 @@ cd build</userinput></screen>
<screen><userinput remap="test">make -k check</userinput></screen>
- <para>Several tests named <quote>Run property ...</quote> are known to
+ <para>Four tests named <quote>Run property ...</quote> are known to
fail.</para>
<para>Install the package:</para>
diff --git a/chapter08/procps.xml b/chapter08/procps.xml
index fd437f3f1..b026d0538 100644
--- a/chapter08/procps.xml
+++ b/chapter08/procps.xml
@@ -95,7 +95,7 @@ make check</userinput></screen>
<screen><userinput remap="test">make check</userinput></screen>
- <para>Four tests related to pkill are known to fail due to a problem
+ <para>Five tests related to pkill are known to fail due to a problem
with tests that were not updated.</para>
<para>Install the package:</para>
diff --git a/chapter08/python.xml b/chapter08/python.xml
index 1021cd812..b71822b9b 100644
--- a/chapter08/python.xml
+++ b/chapter08/python.xml
@@ -88,9 +88,9 @@
<screen><userinput remap="test">make test</userinput></screen>
<para>Some tests requiring a network connection or additional packages are
- skipped. The test named test_unicodedata fails because network
- configuration is not completed yet. For more comprehensive results,
- the test can be rerun when Python 3 is reinstalled in BLFS.</para>
+ skipped. The test named test_normalization is known to fail. For
+ more comprehensive results, the tests can be rerun when Python 3 is
+ reinstalled in BLFS.</para>
<para>Install the package:</para>