Changeset e669f5f


Ignore:
Timestamp:
09/16/2024 07:06:31 PM (3 days ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/mips64el
Children:
bde705c
Parents:
e9ba461b
Message:

mips64el: gcc: Update known failures and remove x86-specific sed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    re9ba461b re669f5f  
    151151    <para>Now remove/fix several known test failures:</para>
    152152
    153 <screen><userinput remap="test">sed -e '/cpython/d'               -i ../gcc/testsuite/gcc.dg/plugin/plugin.exp
    154 sed -e 's/no-pic /&amp;-no-pie /'     -i ../gcc/testsuite/gcc.target/i386/pr113689-1.c
    155 sed -e 's/300000/(1|300000)/'     -i ../libgomp/testsuite/libgomp.c-c++-common/pr109062.c
    156 sed -e 's/{ target nonpic } //' \
    157     -e '/GOTPCREL/d'              -i ../gcc/testsuite/gcc.target/i386/fentryname3.c</userinput></screen>
     153<screen><userinput remap="test">sed -e '/cpython/d'               -i ../gcc/testsuite/gcc.dg/plugin/plugin.exp</userinput></screen>
    158154
    159155    <para>Test the results as a non-privileged user, but do not stop at errors:</para>
     
    178174    <option>--enable-default-ssp</option> in mind.</para>
    179175
    180     <para>In libstdc++ tests, the tests named
    181     <filename>abi_check</filename> and
    182     <filename>compare_exchange_padding.cc</filename> are known to fail.</para>
     176    <para>In libstdc++ tests, the test named
     177    <filename>abi_check</filename> is known to fail.</para>
    183178
    184179    <para>A few unexpected failures cannot always be avoided. In some cases
Note: See TracChangeset for help on using the changeset viewer.