From cefe50534a0f76741a2113d251992ee36629528f Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Tue, 29 Jun 2021 01:28:36 +0100 Subject: Add more locales used in gcc's libstdc++ testsuite. --- chapter08/gcc.xml | 13 +++++++++---- chapter08/glibc.xml | 11 ++++++++++- 2 files changed, 19 insertions(+), 5 deletions(-) (limited to 'chapter08') 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. - - Additionally, three tests in constexpr-52830 are known to fail. + 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'. + + + 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.