From 6f76f192b9b3befed92d66784f78e22116c15fcf Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 19 Feb 2025 23:19:32 +0800 Subject: [PATCH] gcc: Document tsan failures with some host distros --- chapter08/gcc.xml | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index b3397d8be..f0616e2cd 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -173,26 +173,15 @@ su tester -c "PATH=$PATH make -k check" Results can be compared with those located at and . - + The tsan tests are known to fail on some host distros. - 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. In some cases test failures depend on the specific hardware of the system.