From a0ec8699f4ec2cbcbb582528e0307cb27f711b11 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 15 Jul 2006 03:26:14 +0000 Subject: Updated glibc text concerning potential test failures git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) (limited to 'chapter06') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index b520de640..eb39a12e9 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -128,27 +128,22 @@ cd ../glibc-build make -k check 2>&1 | tee glibc-check-log grep Error glibc-check-log - On at least i686 you can expect to see failures in the - test-double and test-idouble - math tests with gcc-&gcc-version;, as well as an expected (ignored) - failure in posix/annexc. These two failures in - the math tests appear to be harmless. - - The Glibc test suite is highly dependent on certain functions of - the host system, in particular the kernel. In certain circumstances, - some failures are unavoidable. This is a list of the most common - issues: + You will probably see an expected (ignored) failure in the + posix/annexc test. In addition the Glibc test suite + is somewhat dependent on the host system. This is a list of the most + common issues: - The math tests sometimes fail in other - tests when running on systems where the CPU is not a relatively - new genuine Intel or authentic AMD. Certain optimization settings - are also known to be a factor here. + The nptl/tst-clock2 and + tst-attr3 tests sometimes + fail. The reason is not completely understood, but indications + are that a heavy system load can trigger these failures. - The gettext test sometimes fails due to - host system issues. The exact reasons are not yet clear. + The math tests sometimes fail when running on + systems where the CPU is not a relatively new genuine Intel or + authentic AMD processor. If you have mounted the LFS partition with the @@ -157,8 +152,8 @@ grep Error glibc-check-log use the noatime option while building LFS. - When running on older and slower hardware, some tests - can fail because of test timeouts being exceeded. + When running on older and slower hardware or on systems under + load, some tests can fail because of test timeouts being exceeded. -- cgit v1.2.3-54-g00ecf