Changeset 5f2ba8c


Ignore:
Timestamp:
02/18/2024 02:09:54 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el
Children:
109afb2, 44b216e, f286505
Parents:
0800455
git-author:
Xi Ruoyao <xry111@…> (02/18/2024 02:09:17 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/18/2024 02:09:54 PM)
Message:

gcc: Decorate test failures, remove outdated comments, ...

move comments for upstream PR links to correct location.

BTW data-model-4.c is also in analyzer directory, so we can just say 7
analyzer tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r0800455 r5f2ba8c  
    173173    <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
    174174
    175  <para><!--Two tests named <filename>pr104610.c</filename> and
    176     <filename>pr69482-1.c</filename> are known to fail because the test
    177     files does not account for the
    178     <parameter>- -enable-default-ssp</parameter> option.-->
    179     <!-- https://gcc.gnu.org/PR106375 and https://gcc.gnu.org/PR109353 -->
    180     Eight gcc tests (out of over 185,000), data-model-4.c, pr56837.c,
    181     and six "analyzer" tests are known to fail.
    182 
    183     One libstdc++ test (out of over 15000), copy.cc, is known to fail.
    184 
    185     For g++, 21 tests (out of approximately 250,000), 14 "AddressSanitizer*"
    186     tests and 7 interception-malloc-test-1.C tests, are known to fail.
     175    <para>
     176    Eight gcc tests (out of over 185,000):
     177    <!-- https://gcc.gnu.org/PR106375 --><filename>pr56837.c</filename>
     178    and seven tests in the <filename class='directory'>analyzer</filename>
     179    directory are known to fail.
     180
     181    <!-- https://gcc.gnu.org/PR109353 -->
     182    One libstdc++ test (out of over 15000), <filename>copy.cc</filename>, is
     183    known to fail.
     184
     185    For g++, 21 tests (out of approximately 250,000): 14
     186    <quote>AddressSanitizer*</quote>
     187    tests and 7 <filename>interception-malloc-test-1.C</filename> tests, are
     188    known to fail.
    187189
    188190    Additionally, several tests in the
    189191    <filename class='directory'>vect</filename> directory are known to fail
    190192    if the hardware does not support AVX.</para>
    191  <!--
    192     <para>
    193       With Glibc-2.39, the gcc analyzer tests named
    194       <filename>data-model-4.c</filename> and
    195       <filename>conftest-1.c</filename>
    196         are known to fail.
    197       In the asan tests, several tests in <filename>asan_test.C</filename>
    198         are known to fail.
    199       The test named <filename>interception-malloc-test-1.C</filename>
    200         is known to fail.
    201     </para>
    202 -->
     193
    203194    <para>A few unexpected failures cannot always be avoided. The GCC developers
    204195    are usually aware of these issues, but have not resolved them yet.
    205196    Unless the test results are vastly different from those at the above URL,
    206197    it is safe to continue.</para>
    207 
    208     <!--note><para>
    209       On some combinations of kernel configuration and AMD processors
    210       there may be more than 1100 failures in the gcc.target/i386/mpx
    211       tests (which are designed to test the MPX option on recent
    212       Intel processors). These can safely be ignored on AMD
    213       processors. These tests will also fail on Intel processors if MPX support
    214       is not enabled in the kernel even though it is present on the CPU.
    215     </para></note-->
    216198
    217199    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.