On 08/11/2018 03:28 PM, Bruce Dubbs wrote:
I found a short fix for the g++ test and we can use that. I'm going to
try running the tests as user nobody in a full build. We might be able
to get a clean set of tests,
If I move shadow to before gcc, I can reduce the total failures for gcc
to 1.
FAIL: g++.dg/pr83239.C -std=gnu++98 (test for excess errors)
=== g++ Summary ===
# of expected passes 125337
# of unexpected failures 1
# of expected failures 504
# of unsupported tests 4930
I did this with:
ulimit -s 32768
sed -i '/dg-options/s/O3/& -finline-limit=500/'
../gcc/testsuite/g++.dg/pr83239.C
chown -Rv nobody .
su nobody -s /bin/bash -c "PATH=$PATH make -k check"
../contrib/test_summary
The failure with the sed was reported upstream, so I'll look for a
better fix.
https://patchwork.ozlabs.org/patch/952061/
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page