diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-01 12:53:19 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-01 12:53:19 -0500 |
commit | c2d234220ba17cb8696b8cacff990a176b215ff3 (patch) | |
tree | a446563c5c5e983a14797a45993f049aee1eeb19 /chapter08/gcc.xml | |
parent | 0b1054551522a77af69069a96269436e9165230a (diff) |
Update test results for several packages.
Most of the changes were removing documentation of failed tests
that no longer fail.
Diffstat (limited to 'chapter08/gcc.xml')
-rw-r--r-- | chapter08/gcc.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index f7facefdd..840bddb03 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -121,13 +121,14 @@ 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>In g++, three tests in constexpr-52830 are known to fail and + <!-- <para>In g++, three tests in constexpr-52830 are known to fail and also to be treated as unexpected successes (XPASS). This is because an <quote>internal compiler error</quote> on this test is fixed, but the compiler still rejects some valid code.</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 but libstdc++ does not currently support those changes.</para> |