mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
First stage towards Bug 719. Making the Chapter 5 test suites
strictly optional. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3170 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0b438341dc
commit
31b2ae676d
@ -16,6 +16,15 @@ properly functioning system. But be warned, the test suites for GCC and Glibc
|
|||||||
can take a very long period of time to complete, especially on slower
|
can take a very long period of time to complete, especially on slower
|
||||||
hardware.</para>
|
hardware.</para>
|
||||||
|
|
||||||
|
<para>Experience has shown us that there is little to be gained from running
|
||||||
|
the test suites in Chapter 5. There can be no escaping the fact that the host
|
||||||
|
system always exerts influence on the Chapter 5 tests, often causing weird and
|
||||||
|
inexplicable failures. Not only that, the tools built in Chapter 5 are
|
||||||
|
temporary and eventually discarded. For the average reader of this book we
|
||||||
|
recommend not to run the Chapter 5 test suites. The instructions for running
|
||||||
|
the Chapter 5 test suites are still provided for the benefit of testers and
|
||||||
|
developers but they are strictly optional for everyone else.</para>
|
||||||
|
|
||||||
<para>As you progress through the book and encounter the build commands to
|
<para>As you progress through the book and encounter the build commands to
|
||||||
run the various test suites, we'll guide you on the relative importance of
|
run the various test suites, we'll guide you on the relative importance of
|
||||||
the test suite in question so that you can decide for yourself whether to
|
the test suite in question so that you can decide for yourself whether to
|
||||||
|
@ -26,9 +26,9 @@ patch:</para>
|
|||||||
|
|
||||||
<screen><userinput>make</userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>This package has a test suite available which can perform a number of
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
||||||
checks to ensure it built correctly. Should you choose to run it, the
|
temporary tools here in this chapter. If you still want to run the Bash test
|
||||||
following command will do so:</para>
|
suite anyway, the following command will do so:</para>
|
||||||
|
|
||||||
<screen><userinput>make tests</userinput></screen>
|
<screen><userinput>make tests</userinput></screen>
|
||||||
|
|
||||||
|
@ -23,9 +23,9 @@ Estimated required disk space: &coreutils-compsize-tools;</screen>
|
|||||||
|
|
||||||
<screen><userinput>make</userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>This package has a test suite available which can perform a number of
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
||||||
checks to ensure it built correctly. Should you choose to run it, the
|
temporary tools here in this chapter. If you still want to run the Coreutils
|
||||||
following command will do so:</para>
|
test suite anyway, the following command will do so:</para>
|
||||||
|
|
||||||
<screen><userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput></screen>
|
<screen><userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput></screen>
|
||||||
|
|
||||||
|
@ -44,12 +44,12 @@ libraries, both of which may possibly reside on the host system.</para></listite
|
|||||||
|
|
||||||
<screen><userinput>make</userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>This package has a test suite available which can perform a number of
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
||||||
checks to ensure it built correctly. However, the Expect test suite
|
temporary tools here in this chapter. If you still want to run the Expect test
|
||||||
is known to experience failures under certain host conditions that
|
suite anyway, the following command will do so. However, you should be aware
|
||||||
are not fully understood. Therefore, test suite failures here are not
|
that the Expect test suite is sometimes known to experience failures under
|
||||||
surprising, and are not considered critical. Should you choose to run the test
|
certain host conditions that are not fully understood. Therefore, test suite
|
||||||
suite, the following command will do so:</para>
|
failures here are not surprising, but are not considered critical:</para>
|
||||||
|
|
||||||
<screen><userinput>make test</userinput></screen>
|
<screen><userinput>make test</userinput></screen>
|
||||||
|
|
||||||
|
@ -21,9 +21,9 @@ Estimated required disk space: &findutils-compsize-tools;</screen>
|
|||||||
|
|
||||||
<screen><userinput>make</userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>This package has a test suite available which can perform a number of
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
||||||
checks to ensure it built correctly. Should you choose to run it, the
|
temporary tools here in this chapter. If you still want to run the Findutils
|
||||||
following command will do so:</para>
|
test suite anyway, the following command will do so:</para>
|
||||||
|
|
||||||
<screen><userinput>make check</userinput></screen>
|
<screen><userinput>make check</userinput></screen>
|
||||||
|
|
||||||
|
@ -23,9 +23,9 @@ Estimated required disk space: &gawk-compsize-tools;</screen>
|
|||||||
|
|
||||||
<screen><userinput>make</userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>This package has a test suite available which can perform a number of
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
||||||
checks to ensure it built correctly. Should you choose to run it, the
|
temporary tools here in this chapter. If you still want to run the Gawk test
|
||||||
following command will do so:</para>
|
suite anyway, the following command will do so:</para>
|
||||||
|
|
||||||
<screen><userinput>make check</userinput></screen>
|
<screen><userinput>make check</userinput></screen>
|
||||||
|
|
||||||
|
@ -21,14 +21,14 @@ Estimated required disk space: &gettext-compsize-tools;</screen>
|
|||||||
|
|
||||||
<screen><userinput>make</userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>This package has a test suite available which can perform a number of
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
||||||
checks to ensure it built correctly. However, the Gettext test suite is known
|
temporary tools here in this chapter. If you still want to run the Gettext test
|
||||||
to experience failures under certain host conditions -- for
|
suite anyway, the following command will do so. However, you should be aware
|
||||||
example, if it finds a Java compiler on the host (Note: an experimental patch
|
that the Gettext test suite is known to experience failures under certain host
|
||||||
to disable Java is available from the patches project). The Gettext test suite
|
conditions -- for example, when it finds a Java compiler on the host (Note: an
|
||||||
takes a very long time to run and is not considered critical. Therefore,
|
experimental patch to disable Java is available from the patches project). Not
|
||||||
we don't recommend running it here. Should you choose to run it, the following
|
only that, the Gettext test suite takes an excessive amount of time to run and
|
||||||
command will do so:</para>
|
is not considered critical:</para>
|
||||||
|
|
||||||
<screen><userinput>make check</userinput></screen>
|
<screen><userinput>make check</userinput></screen>
|
||||||
|
|
||||||
|
@ -34,9 +34,9 @@ the code from Glibc, which is known to be slightly buggy.</para></listitem>
|
|||||||
|
|
||||||
<screen><userinput>make</userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>This package has a test suite available which can perform a number of
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
||||||
checks to ensure it built correctly. Should you choose to run it, the
|
temporary tools here in this chapter. If you still want to run the Grep test
|
||||||
following command will do so:</para>
|
suite anyway, the following command will do so:</para>
|
||||||
|
|
||||||
<screen><userinput>make check</userinput></screen>
|
<screen><userinput>make check</userinput></screen>
|
||||||
|
|
||||||
|
@ -21,9 +21,9 @@ Estimated required disk space: &make-compsize-tools;</screen>
|
|||||||
|
|
||||||
<screen><userinput>make</userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>This package has a test suite available which can perform a number of
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
||||||
checks to ensure it built correctly. Should you choose to run it, the
|
temporary tools here in this chapter. If you still want to run the Make test
|
||||||
following command will do so:</para>
|
suite anyway, the following command will do so:</para>
|
||||||
|
|
||||||
<screen><userinput>make check</userinput></screen>
|
<screen><userinput>make check</userinput></screen>
|
||||||
|
|
||||||
|
@ -21,9 +21,9 @@ Estimated required disk space: &sed-compsize-tools;</screen>
|
|||||||
|
|
||||||
<screen><userinput>make</userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>This package has a test suite available which can perform a number of
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
||||||
checks to ensure it built correctly. Should you choose to run it, the
|
temporary tools here in this chapter. If you still want to run the Sed test
|
||||||
following command will do so:</para>
|
suite anyway, the following command will do so:</para>
|
||||||
|
|
||||||
<screen><userinput>make check</userinput></screen>
|
<screen><userinput>make check</userinput></screen>
|
||||||
|
|
||||||
|
@ -21,9 +21,9 @@ Estimated required disk space: &tar-compsize-tools;</screen>
|
|||||||
|
|
||||||
<screen><userinput>make</userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>This package has a test suite available which can perform a number of
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
||||||
checks to ensure it built correctly. Should you choose to run it, the
|
temporary tools here in this chapter. If you still want to run the Tar test
|
||||||
following command will do so:</para>
|
suite anyway, the following command will do so:</para>
|
||||||
|
|
||||||
<screen><userinput>make check</userinput></screen>
|
<screen><userinput>make check</userinput></screen>
|
||||||
|
|
||||||
|
@ -29,12 +29,12 @@ to know that our most important tools are working properly.</para>
|
|||||||
|
|
||||||
<screen><userinput>make</userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>This package has a test suite available which can perform a number of
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
||||||
checks to ensure it built correctly. However, the Tcl test suite in this
|
temporary tools here in this chapter. If you still want to run the Tcl test
|
||||||
chapter is known to experience failures under certain host conditions that are
|
suite anyway, the following command will do so. However, you should be aware
|
||||||
not fully understood. Therefore, test suite failures here are not surprising,
|
that the Tcl test suite is sometimes known to experience failures under certain
|
||||||
but are not considered critical. Should you choose to run the test suite, the
|
host conditions that are not fully understood. Therefore, test suite failures
|
||||||
following command will do so:</para>
|
here are not surprising, but are not considered critical:</para>
|
||||||
|
|
||||||
<screen><userinput>TZ=UTC make test</userinput></screen>
|
<screen><userinput>TZ=UTC make test</userinput></screen>
|
||||||
|
|
||||||
|
@ -21,9 +21,9 @@ Estimated required disk space: &texinfo-compsize-tools;</screen>
|
|||||||
|
|
||||||
<screen><userinput>make</userinput></screen>
|
<screen><userinput>make</userinput></screen>
|
||||||
|
|
||||||
<para>This package has a test suite available which can perform a number of
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
||||||
checks to ensure it built correctly. Should you choose to run it, the
|
temporary tools here in this chapter. If you still want to run the Texinfo test
|
||||||
following command will do so:</para>
|
suite anyway, the following command will do so:</para>
|
||||||
|
|
||||||
<screen><userinput>make check</userinput></screen>
|
<screen><userinput>make check</userinput></screen>
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
<!ENTITY version "CVS-2004-01-14">
|
<!ENTITY version "CVS-2004-01-16">
|
||||||
<!ENTITY releasedate "January 14th, 2004">
|
<!ENTITY releasedate "January 16th, 2004">
|
||||||
<!ENTITY milestone "5.1">
|
<!ENTITY milestone "5.1">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user