source: final-system/common/testsuitesagain.xml @ bea9517

Last change on this file since bea9517 was bea9517, checked in by Jim Gifford <clfs@…>, 18 years ago

r1023@server (orig r1021): chris | 2006-01-08 00:36:31 -0800
Rewrote description of build process and test suite info, and added mention of test suites to some packages.

  • Property mode set to 100644
File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-final-system-testsuitesagain">
9  <?dbhtml filename="testsuitesagain.html"?>
10
11  <title>About Test Suites, Again</title>
12
13  <para>In the final-system build, you are no longer cross-compiling so it
14  is possible to run package testsuites. Some test suites are more important
15  than others. For example,  the test suites for the core toolchain
16  packages&mdash;GCC, Binutils, and Glibc&mdash;are of the utmost
17  importance due to their central role in a properly functioning system.
18  The test suites for GCC and Glibc can take a very long time to complete,
19  especially on slower hardware, but are strongly recommended.</para>
20
21  <para>A common issue with running the test suites for Binutils and GCC
22  is running out of pseudo terminals (PTYs). This can result in a high
23  number of failing tests. This may happen for several reasons, but the
24  most likely cause is that the host system does not have the
25  <systemitem class="filesystem">devpts</systemitem> file system set up
26  correctly. This issue is discussed in greater detail at
27  <ulink url="http://www.linuxfromscratch.org/lfs/faq.html#no-ptys"/>.</para>
28
29  <para>Sometimes package test suites will fail, but for reasons which the
30  developers are aware of and have deemed non-critical. Consult the logs located
31  at <ulink url="&test-results;"/> to verify whether or not these failures are
32  expected. This site is valid for all tests throughout this book.</para>
33
34</sect1>
Note: See TracBrowser for help on using the repository browser.