diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index b9ea377c9..41754d817 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -92,10 +92,23 @@ cd ../gcc-build</userinput></screen> <screen><userinput>make -k check</userinput></screen> - <para>Some of the errors are known issues and were noted in the - previous chapter. The test suite notes from <xref - linkend="ch-tools-gcc-pass2" role=","/> are still relevant here. Be sure to - refer back to them as necessary.</para> + <para>To receive a summary of the test suite results, run:</para> + +<screen><userinput>../gcc-&gcc-version;/contrib/test_summary</userinput></screen> + + <para>For only the summaries, pipe the output through + <userinput>grep -A7 Summ</userinput>.</para> + + <para>Results can be compared with those located at <ulink + url="&test-results;"/>.</para> + + <para>A few unexpected failures cannot always be avoided. The GCC developers + are usually aware of these issues, but have not resolved them yet. In + particular, the <filename class="libraryfile">libmudflap</filename> tests + are known be particularly problematic as a result of a bug in GCC + (<ulink url="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20003"/>). + Unless the test results are vastly different from those at the above URL, + it is safe to continue.</para> <para>Install the package:</para> |