diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-06-28 19:43:54 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-06-28 19:43:54 +0000 |
commit | c4d687f0635ee0fdef113e86677a4887e79782e1 (patch) | |
tree | be235e03bbafd1300fbc70a05fd0d135e25c134a /chapter06 | |
parent | 4aa0d18198dd74f262c181f6a7512c4fc082594f (diff) |
Reworded known glibc test failures
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index daff4337a..ab854be82 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -109,18 +109,9 @@ Certain optimization settings are also known to be a factor here.</para></listit <listitem><para>The <emphasis>gettext</emphasis> test sometimes fails due to host system issues. The exact reasons are not yet clear.</para></listitem> -<listitem><para>The <emphasis>atime</emphasis> test sometimes fails -when the LFS partition is mounted with the -<parameter>noatime</parameter> option.</para></listitem> - -<listitem><para>The <emphasis>shm</emphasis> test can fail when the -host system is using the <systemitem -class="filesystem">devfs</systemitem> file system but does not have -the <systemitem class="filesystem">tmpfs</systemitem> file system -mounted at <filename class="directory">/dev/shm</filename>. This -occurs because of a lack of support for <systemitem -class="filesystem">tmpfs</systemitem> in the -kernel.</para></listitem> +<listitem><para>If you have mounted the LFS partition with the +<parameter>noatime</parameter> option, the <emphasis>atime</emphasis> +test will fail. This is not critical.</para></listitem> <listitem><para>When running on older and slower hardware, some tests can fail because of test timeouts being exceeded.</para></listitem> |