Changeset e4e7ffb


Ignore:
Timestamp:
02/28/2024 05:26:18 AM (2 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Parents:
328eb6f
git-author:
Xi Ruoyao <xry111@…> (02/28/2024 05:24:40 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/28/2024 05:26:18 AM)
Message:

arm64: gcc: Change arm64 test failures to match the format of the other failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r328eb6f re4e7ffb  
    170170
    171171    <para>
    172     <!-- https://gcc.gnu.org/PR107915 and https://gcc.gnu.org/PR109353 -->
    173     One test named <filename>contracts-tmpl-spec2.C</filename> is known to fail.
    174     <!-- https://gcc.gnu.org/PR111224 -->
    175     Some C++ module tests named <filename>xtreme-*</filename> are known to
    176     fail.
    177     </para>
    178 
    179     <!-- Need further investigation -->
    180     <para>Many gcc and g++ tests related to hwasan are known to fail.</para>
    181 
    182     <para>
    183     Eight gcc tests (out of over 185,000):
    184     <!-- https://gcc.gnu.org/PR106375 --><filename>pr56837.c</filename>
    185     and seven tests in the <filename class='directory'>analyzer</filename>
     172    In gcc tests (out of over 185,000),
     173    seven tests in the <filename class='directory'>analyzer</filename>
    186174    directory are known to fail.
    187175
     
    190178    known to fail.
    191179
    192     For g++, 21 tests (out of approximately 250,000): 14
     180    For g++, 22 tests (out of approximately 250,000): 14
    193181    <quote>AddressSanitizer*</quote>
    194     tests and 7 <filename>interception-malloc-test-1.C</filename> tests, are
     182    tests, 7 <filename>interception-malloc-test-1.C</filename> tests,
     183    and one test named <filename>contracts-tmpl-spec2.C</filename> are
    195184    known to fail.
     185
     186    On ARM64, many tests in the
     187    <filename class='directory'>c-c++-common/hwasan</filename>
     188    directory are known to fail in both gcc and g++ tests<!-- why? -->,
     189    and many tests in the
     190    <!-- https://gcc.gnu.org/PR111124 -->
     191    <filename class='directory'>g++.dg/modules</filename>
     192    directory are known to fail in g++ tests.
    196193    </para>
    197194
Note: See TracChangeset for help on using the changeset viewer.