diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2021-06-22 21:56:42 +0100 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2021-06-22 21:56:42 +0100 |
commit | 075d35fb3d98b3fb195cced1df58207e99f7a239 (patch) | |
tree | be19eadf7550b41db7fabc39b7044db9d6d8a8ea /chapter08 | |
parent | 6b1d625cce416bd5b8170d57777a3ea7026fe7db (diff) |
Some updates re test failures.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/binutils.xml | 4 | ||||
-rw-r--r-- | chapter08/gcc.xml | 2 | ||||
-rw-r--r-- | chapter08/glibc.xml | 5 | ||||
-rw-r--r-- | chapter08/tar.xml | 4 |
4 files changed, 11 insertions, 4 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 55e6f8636..e90f15b42 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -157,7 +157,9 @@ cd build</userinput></screen> <screen><userinput remap="test">make -k check</userinput></screen> - <para>Four tests named <quote>Run property ...</quote> are known to + <para>Seven gold tests are known to fail with gcc-11.1.0</para> + + <para>Four ld tests named <quote>Run property ...</quote> are known to fail.</para> <para>Install the package:</para> diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index a4d4a8355..d47590436 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -124,7 +124,7 @@ 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> - <para>Additionally, the test constexpr-52830 is known to fail.</para> + <para>Additionally, three tests in constexpr-52830 are known to fail.</para> <!--<para>Additionally the following tests related to the following files are known to fail with glibc-2.33: asan_test.C, co-ret-17-void-ret-coro.C, diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 8efd2ca90..5beb709c9 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -174,8 +174,11 @@ esac</userinput></screen> </listitem> <listitem> + <!-- FIXME This currently tests SSBD and STIBP which do not exist + on non-intel, should be fixed in glibc-2.34 + https://sourceware.org/pipermail/libc-alpha/2021-January/122171.html --> <para><emphasis>elf/tst-cpu-features-cpuinfo</emphasis> - may fail on some architectures.</para> + will fail on non-intel CPUs with this version of glibc.</para> </listitem> <listitem> diff --git a/chapter08/tar.xml b/chapter08/tar.xml index e638221c6..2adad5790 100644 --- a/chapter08/tar.xml +++ b/chapter08/tar.xml @@ -72,7 +72,9 @@ <screen><userinput remap="test">make check</userinput></screen> - <para>One test, capabilities: binary store/restore, is known to fail.</para> + <para>One test, capabilities: binary store/restore, is known to fail if it is + run (LFS lacks selinux), but will be skipped if the host kernel does + not support extended attributes on the filesystem used for building LFS.</para> <para>Install the package:</para> |