Changeset 2324b83


Ignore:
Timestamp:
05/13/2024 04:29:49 PM (5 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Parents:
c6e4dba
git-author:
Xi Ruoyao <xry111@…> (05/13/2024 04:28:02 PM)
git-committer:
Xi Ruoyao <xry111@…> (05/13/2024 04:29:49 PM)
Message:

arm64: gcc: Remove seds only useful for x86, and document new failures in GCC 14

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    rc6e4dba r2324b83  
    143143    <para>Now remove/fix several known test failures:</para>
    144144
    145 <screen><userinput remap="test">sed -e '/cpython/d'               -i ../gcc/testsuite/gcc.dg/plugin/plugin.exp
    146 sed -e 's/no-pic /&amp;-no-pie /'     -i ../gcc/testsuite/gcc.target/i386/pr113689-1.c
    147 sed -e 's/300000/(1|300000)/'     -i ../libgomp/testsuite/libgomp.c-c++-common/pr109062.c
    148 sed -e 's/{ target nonpic } //' \
    149     -e '/GOTPCREL/d'              -i ../gcc/testsuite/gcc.target/i386/fentryname3.c</userinput></screen>
     145<screen><userinput remap="test">sed -e '/cpython/d' -i ../gcc/testsuite/gcc.dg/plugin/plugin.exp</userinput></screen>
    150146
    151147    <para>Test the results as a non-privileged user, but do not stop at errors:</para>
     
    185181-->
    186182
    187     <para>On ARM64, many tests in the
    188     <filename class='directory'>c-c++-common/hwasan</filename>
    189     directory are known to fail in both gcc and g++ tests<!-- why? -->,
    190     and many tests in the
    191     <!-- https://gcc.gnu.org/PR111124 -->
     183    <!-- https://gcc.gnu.org/PR111224 for modules.
     184         https://gcc.gnu.org/PR112376 for ssa-dom-thread-7.
     185         TODO: for others why?? -->
     186    <para>On ARM64, many tests in
     187    the <filename class='directory'>c-c++-common/hwasan</filename>,
     188    the <filename class='directory'>gcc.target/aarch64/sve/acle</filename>
     189    directory,
     190    the <filename class='directory'>gcc.target/aarch64/sme</filename>
     191    directory,
     192    and the
    192193    <filename class='directory'>g++.dg/modules</filename>
    193     directory are known to fail in g++ tests.</para>
     194    directory are known to fail.
     195    The tests named <filename>memset-strict-align-1.c</filename>,
     196    <filename>ssa-dom-thread-7.c</filename>, and
     197    <filename>pr113618.c</filename> are also known to fail.</para>
    194198
    195199    <para>A few unexpected failures cannot always be avoided. In some cases
Note: See TracChangeset for help on using the changeset viewer.