diff options
-rw-r--r-- | chapter08/gcc.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index bb22fbca5..0c4f591f2 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -184,6 +184,16 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen> <filename class='directory'>vect</filename> directory are known to fail if the hardware does not support AVX.</para> + <para> + With Glibc-2.38, the analyzer tests named + <filename>data-model-4.c</filename> and + <filename>conftest-1.c</filename> are known to fail. + In the asan tests, the subtest named + <filename>AddressSanitizer_StrtolOOBTest</filename> in the test + <filename>asan_test.C</filename> and the test named + <filename>interception-malloc-test-1.C</filename> are known to fail. + </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. Unless the test results are vastly different from those at the above URL, |