From 0238d4951e3fb765ad71e98fd467b9a555bd3f7e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 24 Apr 2015 21:19:59 +0000 Subject: [PATCH] Update known regression test failures for gcc and glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10906 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 16 ++-------------- chapter06/glibc.xml | 9 +++++---- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index ab0fde85a..7616b30ac 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -40,17 +40,7 @@ Installation of GCC - The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory: @@ -121,10 +111,8 @@ cd ../gcc-build url="&test-results;"/> and . A few unexpected failures cannot always be avoided. The GCC developers - are usually aware of these issues, but have not resolved them yet. + are usually aware of these issues, but have not resolved them yet. + In particular, four tests in the libgomp test suite are known to fail. Unless the test results are vastly different from those at the above URL, it is safe to continue. diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 9c53628f9..74a32b8de 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -118,6 +118,11 @@ cd ../glibc-build + + posix/tst-getaddrinfo4 will always fail + due to not having a network connection when the tests are run. + + The tst/tst-cputimer1 and rt/tst-cpuclock2 tests have been known to @@ -139,10 +144,6 @@ cd ../glibc-build make -k check). --> - - posix/tst-getaddrinfo4 and posix/tst-getaddrinfo5 will always fail - due to not having a network connection when the tests are run. -