Changeset cefe505


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.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5809826 rcefe505  
    4444    -->
    4545    <listitem>
     46      <para>2021-06-28</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[ken] - If installing individual locales, add 9 more
     50          used by libstdc++-v3 tests. Fixes
     51          <ulink url="&lfs-ticket-root;4877">#4877</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4657      <para>2021-06-27</para>
    4758      <itemizedlist>
  • 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
  • chapter08/glibc.xml

    r5809826 rcefe505  
    259259localedef -i de_DE -f UTF-8 de_DE.UTF-8
    260260localedef -i el_GR -f ISO-8859-7 el_GR
     261localedef -i en_GB -f ISO-8859-1 en_GB
    261262localedef -i en_GB -f UTF-8 en_GB.UTF-8
    262263localedef -i en_HK -f ISO-8859-1 en_HK
     
    264265localedef -i en_US -f ISO-8859-1 en_US
    265266localedef -i en_US -f UTF-8 en_US.UTF-8
     267localedef -i es_ES -f ISO-8859-15 es_ES@euro
    266268localedef -i es_MX -f ISO-8859-1 es_MX
    267269localedef -i fa_IR -f UTF-8 fa_IR
     
    269271localedef -i fr_FR@euro -f ISO-8859-15 fr_FR@euro
    270272localedef -i fr_FR -f UTF-8 fr_FR.UTF-8
     273localedef -i is_IS -f ISO-8859-1 is_IS
     274localedef -i is_IS -f UTF-8 is_IS.UTF-8
    271275localedef -i it_IT -f ISO-8859-1 it_IT
     276localedef -i it_IT -f ISO-8859-15 it_IT@euro
    272277localedef -i it_IT -f UTF-8 it_IT.UTF-8
    273278localedef -i ja_JP -f EUC-JP ja_JP
    274279localedef -i ja_JP -f SHIFT_JIS ja_JP.SIJS 2> /dev/null || true
    275280localedef -i ja_JP -f UTF-8 ja_JP.UTF-8
     281localedef -i nl_NL@euro -f ISO-8859-15 nl_NL@euro
    276282localedef -i ru_RU -f KOI8-R ru_RU.KOI8-R
    277283localedef -i ru_RU -f UTF-8 ru_RU.UTF-8
     284localedef -i se_NO -f UTF-8 se_NO.UTF-8
     285localedef -i ta_IN -f UTF-8 ta_IN.UTF-8
    278286localedef -i tr_TR -f UTF-8 tr_TR.UTF-8
    279287localedef -i zh_CN -f GB18030 zh_CN.GB18030
    280 localedef -i zh_HK -f BIG5-HKSCS zh_HK.BIG5-HKSCS</userinput></screen>
     288localedef -i zh_HK -f BIG5-HKSCS zh_HK.BIG5-HKSCS
     289localedef -i zh_TW -f UTF-8 zh_TW.UTF-8</userinput></screen>
    281290
    282291    <para>In addition, install the locale for your own country, language and
Note: See TracChangeset for help on using the changeset viewer.