diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-16 11:56:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-16 11:56:28 +0000 |
commit | 675606bde2ba53946537b42a5aa576692a311621 (patch) | |
tree | af20c20ce3841c16b24d0b9903af6878a4a0f5a6 /chapter04/abouttestsuites.xml | |
parent | 560065f976e371779928dbf8b9428217f3f57331 (diff) | |
parent | 1cd59612d00603c9ce773ad821a15d20bc4fa0b7 (diff) |
Split Chapter 5 into three separate chapters.
Implement a new method of cross-building the LFS tool chain
and other tools to simplify the method of isolating the
new system from the original host. This will be the start of
LFS-10.0.
Move old trunk/BOOK to branches/old-trunk.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04/abouttestsuites.xml')
-rw-r--r-- | chapter04/abouttestsuites.xml | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/chapter04/abouttestsuites.xml b/chapter04/abouttestsuites.xml index 1b2e0d68f..9206f33be 100644 --- a/chapter04/abouttestsuites.xml +++ b/chapter04/abouttestsuites.xml @@ -18,25 +18,20 @@ that the package is totally bug free.</para> <para>Some test suites are more important than others. For example, - the test suites for the core toolchain packages—GCC, Binutils, and - Glibc—are of the utmost importance due to their central role in a - properly functioning system. The test suites for GCC and Glibc can + the test suites for the core toolchain packages—GCC, binutils, and + glibc—are of the utmost importance due to their central role in a + properly functioning system. The test suites for GCC and glibc can take a very long time to complete, especially on slower hardware, but are strongly recommended.</para> <note> - <para>Experience has shown that there is little to be gained from running - the test suites in <xref linkend="chapter-temporary-tools"/>. There can be - no escaping the fact that the host system always exerts some influence on - the tests in that chapter, often causing inexplicable failures. Because - the tools built in <xref linkend="chapter-temporary-tools"/> are temporary - and eventually discarded, we do not recommend running the test suites in - <xref linkend="chapter-temporary-tools"/> for the average reader. The - instructions for running those test suites are provided for the benefit of - testers and developers, but they are strictly optional.</para> + <para>Running the test suites in <xref linkend="chapter-cross-tools"/> + and <xref linkend="chapter-temporary-tools"/> + is impossible, since the programs are compiled with a cross-compiler, + so are not supposed to be able to run on the build host.</para> </note> - <para>A common issue with running the test suites for Binutils and GCC + <para>A common issue with running the test suites for binutils and GCC is running out of pseudo terminals (PTYs). This can result in a high number of failing tests. This may happen for several reasons, but the most likely cause is that the host system does not have the |