loongarch: gcc: Match the format of loongarch test failures with others

This commit is contained in:
Xi Ruoyao 2024-02-28 13:43:59 +08:00
parent ec36facb42
commit 09f2a24c48
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -177,24 +177,19 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen>
url="&test-results;"/> and url="&test-results;"/> and
<ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para> <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
<para>The tests named
<filename>pr64076</filename>,
<filename>pr90883.C</filename>,
<filename>pr108357.c</filename>,
<filename>uninit-pred-9_b.c</filename>,
<filename>ssa-dom-cse-2.c</filename>,
<filename>stack-check-cfa-1.c</filename>, and
<filename>stack-check-cfa-2.c</filename>
are known to fail.</para>
<para> <para>
Seven tests in the <filename class='directory'>analyzer</filename> Twelve gcc tests (out of over 150,000):
directory are known to fail. seven tests in the <filename class='directory'>analyzer</filename>
directory, one test named <filename>gcc.dg/uninit-pred-9_b.c</filename>,
one test named <filename>pr108357.c</filename>, one test named
<filename>ssa-dom-cse-2.c</filename>, and two
<quote>stack-check-cfa-*.c</quote> tests are known to fail.
For g++, 21 tests (out of approximately 250,000): 14 For g++, 23 tests (out of approximately 250,000): 14
<quote>AddressSanitizer*</quote> <quote>AddressSanitizer*</quote>
tests and 7 <filename>interception-malloc-test-1.C</filename> tests, are tests, 7 <filename>interception-malloc-test-1.C</filename> tests,
known to fail. one <filename>pr90883.C</filename> test, and one
<filename>pr64076</filename> test are known to fail.
</para> </para>
<para>A few unexpected failures cannot always be avoided. The GCC developers <para>A few unexpected failures cannot always be avoided. The GCC developers