From 28614cdda5ef1b1173ea36b237a3b38c802dc93c Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 14 Feb 2024 15:41:22 -0600 Subject: [PATCH] Update descriptions for some test failures. --- chapter08/gcc.xml | 17 +++++++++++------ chapter08/glibc.xml | 5 +++++ chapter08/procps.xml | 2 ++ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 84cf8a86f..b97b0b8cc 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -177,15 +177,20 @@ su tester -c "PATH=$PATH make -k check" files does not account for the - -enable-default-ssp option.--> - Two tests named copy.cc and - pr56837.c are known to fail. - + Eight gcc tests (out of over 185,000), data-model-4.c, pr56837.c, + and six "analyzer" tests are known to fail. + + One libstdc++ test (out of over 15000), copy.cc, is known to fail. + + For g++, 21 tests (out of approximately 250,000), 14 "AddressSanitizer*" + tests and 7 interception-malloc-test-1.C tests, are known to fail. + Additionally, several tests in the vect directory are known to fail if the hardware does not support AVX. - + A few unexpected failures cannot always be avoided. The GCC developers are usually aware of these issues, but have not resolved them yet. Unless the test results are vastly different from those at the above URL, diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 64ed3b630..e8432fe19 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -163,6 +163,11 @@ esac is known to fail in the LFS chroot environment. + + Three nptl/tst-thread-affinity* + tests are known to fail. + +