mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
c5750ecfca
@ -174,7 +174,9 @@ cd build</userinput></screen>
|
|||||||
|
|
||||||
<screen><userinput remap="test">make -k check</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>
|
fail.</para>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
@ -142,7 +142,7 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen>
|
|||||||
<para>Six tests related to get_time are known to fail. These are
|
<para>Six tests related to get_time are known to fail. These are
|
||||||
apparently related to the en_HK locale.</para>
|
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
|
<!--<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,
|
are known to fail with glibc-2.33: asan_test.C, co-ret-17-void-ret-coro.C,
|
||||||
|
@ -181,8 +181,11 @@ esac</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<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>
|
<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>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -72,7 +72,9 @@
|
|||||||
|
|
||||||
<screen><userinput remap="test">make check</userinput></screen>
|
<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>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user