Changeset cefe505 for chapter08/gcc.xml


Ignore:
Timestamp:
06/29/2021 12:28:36 AM (3 years ago)
Author:
Ken Moffat <ken@…>
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:
3d086532
Parents:
5809826
Message:

Add more locales used in gcc's libstdc++ testsuite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r5809826 rcefe505  
    122122    <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
    123123
    124     <para>Six tests related to get_time are known to fail.  These are
    125     apparently related to the en_HK locale.</para>
    126 
    127     <para>Additionally, three tests in constexpr-52830 are known to fail.</para>
     124    <para>In g++, three tests in constexpr-52830 are known to fail and
     125    also to be treated as unexpected successes (XPASS) even though they
     126    report 'internal compiler error'.</para>
     127
     128    <!--  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96322
     129          https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71367 -->
     130    <para>In libstdc++, one numpunct test and six tests related to get_time are
     131    known to fail.  These are all because the locale definitions in glibc have
     132    changed and the tests do not currently support those changes.</para>
    128133
    129134<!--<para>Additionally the following tests related to the following files
Note: See TracChangeset for help on using the changeset viewer.