From cefe50534a0f76741a2113d251992ee36629528f Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Tue, 29 Jun 2021 01:28:36 +0100 Subject: [PATCH] Add more locales used in gcc's libstdc++ testsuite. --- chapter01/changelog.xml | 11 +++++++++++ chapter08/gcc.xml | 11 ++++++++--- chapter08/glibc.xml | 11 ++++++++++- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 39973d6d1..eaa4add22 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,17 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2021-06-28 + + + [ken] - If installing individual locales, add 9 more + used by libstdc++-v3 tests. Fixes + #4877. + + + + 2021-06-27 diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index d47590436..28a39a770 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -121,10 +121,15 @@ su tester -c "PATH=$PATH make -k check" url="&test-results;"/> and . - Six tests related to get_time are known to fail. These are - apparently related to the en_HK locale. + In g++, three tests in constexpr-52830 are known to fail and + also to be treated as unexpected successes (XPASS) even though they + report 'internal compiler error'. - Additionally, three tests in constexpr-52830 are known to fail. + + In libstdc++, one numpunct test and six tests related to get_time are + known to fail. These are all because the locale definitions in glibc have + changed and the tests do not currently support those changes.