diff options
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 |