mips64el: gcc: Document additional test failures

The shape is not good :(.
This commit is contained in:
Xi Ruoyao 2024-02-22 20:21:32 +08:00
parent 6de49cb73c
commit 9dafb166ea
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -189,6 +189,15 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen>
<filename class='directory'>vect</filename> directory are known to fail
if the hardware does not support AVX.</para>
<para>Hundreds of gcc and g++ tests can fail on MIPS systems, as MIPS
is not a primary platform of GCC and many MIPS tests are not written
with <option>--enable-default-pie</option> or
<option>--enable-default-ssp</option> in mind.</para>
<para>In libstdc++ tests, the tests named
<filename>abi_check</filename> and
<filename>compare_exchange_padding.cc</filename> are known to fail.</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,