Changeset 54eb9b7


Ignore:
Timestamp:
09/24/2022 07:38:53 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
7344a7f
Parents:
44784c1
Message:

arm64: gcc: document test failures with PIE/SSP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r44784c1 r54eb9b7  
    157157    <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
    158158
    159     <para>In gcc, eleven tests, in the i386 test suite are known to FAIL.
    160     It's because the test files do not account for the
     159    <para>In gcc tests, the tests related to
     160    <filename>fuse_adrp_add_1.c</filename>,
     161    <filename>pr63304_1.c</filename>,
     162    <filename>pr70120-2.c</filename>,
     163    <filename>pr78733.c</filename>,
     164    <filename>pr78796.c</filename>,
     165    <filename>pr79041-2.c</filename>,
     166    <filename>pr94530.c</filename>,
     167    <filename>pr94577.c</filename>,
     168    <filename>reload-valid-spoff.c</filename>, and
     169    many <filename>aapcs64</filename> tests are known to fail.
     170    They are because the test files do not account for the
    161171    <parameter>--enable-default-pie</parameter> option.</para>
     172
     173    <para>In gcc tests, the tests related to
     174    <filename>pr104005.c</filename>,
     175    <filename>pr103147-10.C</filename>,
     176    <filename>shrink_wrap_1.c</filename>,
     177    <filename>stack-check-cfa-1.c</filename>,
     178    <filename>stack-check-cfa-2.c</filename>,
     179    <filename>test_frame_17.c</filename>, and
     180    many <filename>sve/pcs</filename> tests are known
     181    to fail.  The g++ test related to <filename>pr103147-10.C</filename>
     182    is known to fail.  They are because the test files do not account for
     183    the <parameter>--enable-default-ssp</parameter> option.</para>
    162184
    163185    <para>In g++, four tests related to PR100400 are known to be reported
     
    177199
    178200    <!-- Need further investigation -->
    179     <para>Many gcc and g++ tests related to hwasan are known to fail.</para>
     201    <para>Many gcc and g++ tests related to hwasan are known to fail.
     202    And, two tests related to <filename>thread_leak1.c</filename> are known
     203    to fail for both gcc and g++.</para>
    180204
    181205    <para>A few unexpected failures cannot always be avoided. The GCC developers
Note: See TracChangeset for help on using the changeset viewer.