diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2021-06-29 01:28:36 +0100 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2021-06-29 01:28:36 +0100 |
commit | cefe50534a0f76741a2113d251992ee36629528f (patch) | |
tree | d96af6a2e587a19e635460bf61c405074a807e32 /chapter08/gcc.xml | |
parent | 5809826800d8005976be14888ac1f4df21174bbf (diff) |
Add more locales used in gcc's libstdc++ testsuite.
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r-- | chapter08/gcc.xml | 13 |
1 files changed, 9 insertions, 4 deletions
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"</userinput></screen> url="&test-results;"/> and <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para> - <para>Six tests related to get_time are known to fail. These are - apparently related to the en_HK locale.</para> - - <para>Additionally, three tests in constexpr-52830 are known to fail.</para> + <para>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'.</para> + + <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96322 + https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71367 --> + <para>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.</para> <!--<para>Additionally the following tests related to the following files are known to fail with glibc-2.33: asan_test.C, co-ret-17-void-ret-coro.C, |