diff options
-rw-r--r-- | chapter08/automake.xml | 4 | ||||
-rw-r--r-- | chapter08/binutils.xml | 4 | ||||
-rw-r--r-- | chapter08/check.xml | 4 | ||||
-rw-r--r-- | chapter08/coreutils.xml | 4 | ||||
-rw-r--r-- | chapter08/e2fsprogs.xml | 8 | ||||
-rw-r--r-- | chapter08/gcc.xml | 5 | ||||
-rw-r--r-- | chapter08/gdbm.xml | 4 | ||||
-rw-r--r-- | chapter08/inetutils.xml | 4 | ||||
-rw-r--r-- | chapter08/m4.xml | 2 | ||||
-rw-r--r-- | chapter08/tar.xml | 2 | ||||
-rw-r--r-- | chapter08/tcl.xml | 4 |
11 files changed, 27 insertions, 18 deletions
diff --git a/chapter08/automake.xml b/chapter08/automake.xml index b97ac9f4a..0ea77d729 100644 --- a/chapter08/automake.xml +++ b/chapter08/automake.xml @@ -58,10 +58,10 @@ the results, issue:</para> <screen><userinput remap="test">make -j4 check</userinput></screen> - +<!-- <para>The tests t/subobj.sh, t/deprecated-acinit.sh, and t/init.sh are known to fail in the LFS environment.</para> - +--> <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 1d87b7797..9b8c68ceb 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -164,11 +164,13 @@ cd build</userinput></screen> <screen><userinput remap="test">make -k check</userinput></screen> + <para>Foru tests related to zlib are known ot fail.</para> +<!-- <para>Seven gold tests are known to fail with gcc-11.1.0</para> <para>Four ld tests named <quote>Run property ...</quote> are known to fail.</para> - + --> <para>Install the package:</para> <screen><userinput remap="install">make tooldir=/usr install -j1</userinput></screen> diff --git a/chapter08/check.xml b/chapter08/check.xml index 6624f8e0d..1e7e4ec17 100644 --- a/chapter08/check.xml +++ b/chapter08/check.xml @@ -53,9 +53,9 @@ <screen><userinput remap="test">make check</userinput></screen> - <para>Note that the Check test suite may take a relatively long +<!-- <para>Note that the Check test suite may take a relatively long (up to 4 SBU) time.</para> - +--> <para>Install the package:</para> <screen><userinput remap="install">make docdir=/usr/share/doc/check-&check-version; install</userinput></screen> diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index ce2728fd6..cb8ec6d64 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -132,9 +132,9 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ <para>Now run the tests:</para> <screen><userinput remap="test">su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> - +<!-- <para>The test-getlogin test is known to fail in the LFS chroot environment.</para> - +--> <para>Remove the temporary group:</para> <screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen> diff --git a/chapter08/e2fsprogs.xml b/chapter08/e2fsprogs.xml index 2ebe2dd3d..4144cd205 100644 --- a/chapter08/e2fsprogs.xml +++ b/chapter08/e2fsprogs.xml @@ -93,18 +93,20 @@ cd build</userinput></screen> <screen><userinput remap="test">make check</userinput></screen> -<para>One test, m_rootdir_acl, is known to fail.</para> <!-- This is a ridiculous amount now! And is it still true? + Does not appear to be true for version 1.46.3. Time with tests + 26 seconds with tests (With lots of cores and ram and an ssd disk). + <para>One of the e2fsprogs tests will attempt to allocate 256 MB of memory. If you do not have significantly more RAM than this, be sure to enable sufficient swap space for the test. See <xref linkend="ch-partitioning-creatingfilesystem"/> and <xref linkend="ch-partitioning-mounting"/> for details on creating and enabling swap space.</para> ---> + <para>On a spinning disk, the tests take a little more than 4 SBUs. They can be much shorter on an SSD (down to about 1.5 SBUs).</para> - +--> <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index f7facefdd..840bddb03 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -121,13 +121,14 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen> url="&test-results;"/> and <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para> - <para>In g++, three tests in constexpr-52830 are known to fail and + <!-- <para>In g++, three tests in constexpr-52830 are known to fail and also to be treated as unexpected successes (XPASS). This is because an <quote>internal compiler error</quote> on this test is fixed, but the compiler still rejects some valid code.</para> - + --> <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96322 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71367 --> + <para>In libstdc++, one numpunct test and six tests related to get_time are known to fail. These are all because the locale definitions in glibc have changed but libstdc++ does not currently support those changes.</para> diff --git a/chapter08/gdbm.xml b/chapter08/gdbm.xml index 72f53f250..431987f52 100644 --- a/chapter08/gdbm.xml +++ b/chapter08/gdbm.xml @@ -74,11 +74,11 @@ <para>To test the results, issue:</para> <screen><userinput remap="test">make check</userinput></screen> - +<!-- <para> One test, <filename>version</filename>, is known to fail. </para> - +--> <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/chapter08/inetutils.xml b/chapter08/inetutils.xml index b80db6f1d..ad828f67d 100644 --- a/chapter08/inetutils.xml +++ b/chapter08/inetutils.xml @@ -105,12 +105,12 @@ <para>To test the results, issue:</para> <screen><userinput remap="test">make check</userinput></screen> - +<!-- <note><para>One test, libls.sh, may fail in the initial chroot environment but will pass if the test is rerun after the LFS system is complete. One test, ping-localhost.sh, will fail if the host system does not have ipv6 capability.</para></note> - +--> <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/chapter08/m4.xml b/chapter08/m4.xml index 13b032a25..341da580a 100644 --- a/chapter08/m4.xml +++ b/chapter08/m4.xml @@ -57,6 +57,8 @@ echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen> <screen><userinput remap="test">make check</userinput></screen> + <para>One test, test-posix_spawn-script, is known to fail.</para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/chapter08/tar.xml b/chapter08/tar.xml index 2adad5790..b4ec0e28b 100644 --- a/chapter08/tar.xml +++ b/chapter08/tar.xml @@ -68,7 +68,7 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results (about 3 SBU), issue:</para> + <para>To test the results, issue:</para> <screen><userinput remap="test">make check</userinput></screen> diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index 4cac2f64a..9f0a7401c 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -112,7 +112,7 @@ unset SRCDIR</userinput></screen> <para>To test the results, issue:</para> <screen><userinput remap="test">make test</userinput></screen> - +<!-- <note> <para> In the test results there are several places associated with clock.test @@ -120,6 +120,8 @@ unset SRCDIR</userinput></screen> failures. clock.test passes on a complete LFS system. </para> </note> +--> + <para>One test, unixInit-1.2, is known to fail.</para> <para>Install the package:</para> |