Changeset 2cc15c3 for chapter08/gcc.xml


Ignore:
Timestamp:
08/03/2021 12:53:14 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
31ff88b, 6094dae
Parents:
adcaf07e
Message:

gcc: document new test failures with glibc-2.34

The links to gcc bugzilla is in XML comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    radcaf07e r2cc15c3  
    122122    <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
    123123
    124  <!--    <para>In g++, three tests in constexpr-52830 are known to fail and
    125     also to be treated as unexpected successes (XPASS).  This is because
    126     an <quote>internal compiler error</quote> on this test is fixed, but
    127     the compiler still rejects some valid code.</para>
    128  -->
    129     <!--  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96322
    130           https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71367 -->
     124    <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101081 -->
     125    <para>Eight tests related to analyzer are known to fail.</para>
     126
     127    <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101749 -->
     128    <para>Seven tests related to <filename>pr59063-2.c</filename> are known
     129    to fail.</para>
     130
     131    <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101751 -->
     132    <para>One test named <filename>asan_test.C</filename> is known to
     133    fail.</para>
     134
     135    <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100117 -->
     136    <para>In libstdc++, one test named <filename>49745.cc</filename> is
     137    known to fail because the header dependencies in glibc have have
     138    changed.</para>
    131139
    132140    <para>In libstdc++, one numpunct test and six tests related to get_time are
     
    134142    changed but libstdc++ does not currently support those changes.</para>
    135143
    136 <!--<para>Additionally the following tests related to the following files
    137     are known to fail with glibc-2.33: asan_test.C, co-ret-17-void-ret-coro.C,
    138     pr95519-05-gro.C, pr80166.c.</para>
    139 -->
    140 
    141 <!-- don't fail anymore after the move of iana-etc and /etc/hosts
    142     <para>Two tests named lookup.cc and reverse.cc in experimental/net
    143     are known to fail in LFS chroot environment because they require
    144     /etc/hosts and iana-etc.</para>
    145 -->
    146144    <para>A few unexpected failures cannot always be avoided. The GCC developers
    147145    are usually aware of these issues, but have not resolved them yet.
Note: See TracChangeset for help on using the changeset viewer.