diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-05-07 05:18:22 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-05-07 10:51:21 +0800 |
commit | 6edc3b46e0efc37e608330ac6e61091b94098c55 (patch) | |
tree | 939240a532fa7d99842b7e6c59a7d73d307ab9b1 | |
parent | f2875c3780ce9e91be7dcde12ea4cc26b13238a8 (diff) |
gcc-12: update test status
The analyzer tests fixed at https://gcc.gnu.org/r12-7119.
The PR100400 status is discussed in the thread started with
https://gcc.gnu.org/pipermail/gcc-patches/2022-May/593931.html.
-rw-r--r-- | chapter08/gcc.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 4a43c57ca..0571d3df9 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -132,12 +132,9 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen> url="&test-results;"/> and <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para> - <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101081 --> - <para>Eight tests related to analyzer are known to fail.</para> - - <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> + <para>In g++, four tests related to PR100400 are known to be reported + as both XPASS and FAIL. It's because the test file for this known issue + is not well written.</para> <para>A few unexpected failures cannot always be avoided. The GCC developers are usually aware of these issues, but have not resolved them yet. |