diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-14 20:03:03 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-14 20:03:03 +0000 |
commit | 6e18f2f842f2395e20ae1891e10c28beb47d5aa3 (patch) | |
tree | 817220e87bf0f2e3ab22391896a220cf743b0dce /chapter08/gcc.xml | |
parent | 3d92d63bde160bc5ac98f44ec2cc5dd524e06042 (diff) |
Move iana-etc and the creation of a test /etc/hosts earier in the build, so
that 2 more gcc tests pass.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11940 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r-- | chapter08/gcc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index f771c135d..6aaf633da 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -124,10 +124,11 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen> <para>Six tests related to get_time are known to fail. These are apparently related to the en_HK locale.</para> +<!-- don't fail anymore after the move of iana-etc and /etc/hosts <para>Two tests named lookup.cc and reverse.cc in experimental/net are known to fail in LFS chroot environment because they require /etc/hosts and iana-etc.</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. Unless the test results are vastly different from those at the above URL, |