From b9e43121b4c7f07f3f7af02b17c1b44757db1a64 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 7 May 2019 10:53:08 +0000 Subject: Update GCC testsuite failures git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11593 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index c48e9b779..3ac19d93f 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -114,10 +114,6 @@ cd build ulimit -s 32768 - Remove one test known to cause a problem: - -rm ../gcc/testsuite/g++.dg/pr83239.C - Test the results as a non-privileged user, but do not stop at errors: chown -Rv nobody . @@ -137,6 +133,12 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" Six tests related to get_time are known to fail. These are apparantly related to the en_HK locale. + Two tests named lookup.cc and reverse.cc in experimental/net + are known to fail in LFS chroot environment because they require + /etc/hosts and iana-etc. + + Two tests named pr57193.c and pr90178.c are known to fail. + 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, -- cgit v1.2.3-54-g00ecf