From 0567d859b29f9d748da8eb7576a26fb451b3a55e Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 7 May 2022 05:18:22 +0800 Subject: [PATCH] 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. --- chapter08/gcc.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index fd011c037..d6ce8fe4e 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -132,12 +132,9 @@ su tester -c "PATH=$PATH make -k check" url="&test-results;"/> and . - - Eight tests related to analyzer 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 but libstdc++ does not currently support those changes. + 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. A few unexpected failures cannot always be avoided. The GCC developers are usually aware of these issues, but have not resolved them yet.