|
要注意一定要首先确定glibc能通过所有的check
还有要注意floating point错误一般不是致命的,它一般是软体漏洞与不稳定硬体“协同”工作的结果,再试一次!!
****************************************
如果你做出下面的,你就可以认为你是成功的
Native configuration is i686-pc-linux-gnu
=== gcc tests ===
Running target unix
=== gcc Summary ===
# of expected passes 18800
# of expected failures 68
# of unsupported tests 44
/stage1/src/gcc-build/gcc/xgcc version 3.2.1
=== g++ tests ===
Running target unix
XPASS: g++.other/init5.C Execution test
=== g++ Summary ===
# of expected passes 7336
# of unexpected successes 1
# of expected failures 88
# of untested testcases 9
# of unsupported tests 3
/stage1/src/gcc-build/gcc/testsuite/../g++ version 3.2.1
=== libstdc++-v3 tests ===
Running target unix
XPASS: 22_locale/collate_byname.cc execution test
XPASS: 22_locale/collate_members_char.cc execution test
XPASS: 22_locale/collate_members_wchar_t.cc execution test
XPASS: 22_locale/ctype_is_char.cc execution test
XPASS: 22_locale/members.cc execution test
XPASS: 22_locale/messages_byname.cc execution test
XPASS: 22_locale/messages_members_char.cc execution test
XPASS: 22_locale/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_char.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.cc execution test
XPASS: 22_locale/moneypunct_byname.cc execution test
XPASS: 22_locale/moneypunct_members_char.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/num_get_members_char.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_char.cc execution test
XPASS: 22_locale/num_put_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_byname.cc execution test
XPASS: 22_locale/numpunct_members_char.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
XPASS: 22_locale/time_get_members_char.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_char.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test
FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
=== libstdc++-v3 Summary ===
# of expected passes 410
# of unexpected failures 1
# of unexpected successes 25
# of expected failures 1
Compiler version: 3.2.1
Platform: i686-pc-linux-gnu
configure flags: --host=i686-pc-linux-gnu --prefix=/usr --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
EOF
Mail -s "Results for 3.2.1 testsuite on i686-pc-linux-gnu" gcc-testresults@gcc.gnu.org &&
mv /mnt/lfs/stage1/src/gcc-build/./gcc/testsuite/gcc.sum /mnt/lfs/stage1/src/gcc-build/./gcc/testsuite/gcc.sum.sent &&
mv /mnt/lfs/stage1/src/gcc-build/./gcc/testsuite/g++.sum /mnt/lfs/stage1/src/gcc-build/./gcc/testsuite/g++.sum.sent &&
mv /mnt/lfs/stage1/src/gcc-build/./i686-pc-linux-gnu/libstdc++-v3/testsuite/libstdc++-v3.sum /mnt/lfs/stage1/src/gcc-build/./i686-pc-linux-gnu/libstdc++-v3/testsuite/libstdc++-v3.sum.sent &&
mv /mnt/lfs/stage1/src/gcc-build/./gcc/testsuite/gcc.log /mnt/lfs/stage1/src/gcc-build/./gcc/testsuite/gcc.log.sent &&
mv /mnt/lfs/stage1/src/gcc-build/./gcc/testsuite/g++.log /mnt/lfs/stage1/src/gcc-build/./gcc/testsuite/g++.log.sent &&
mv /mnt/lfs/stage1/src/gcc-build/./i686-pc-linux-gnu/libstdc++-v3/testsuite/libstdc++-v3.log /mnt/lfs/stage1/src/gcc-build/./i686-pc-linux-gnu/libstdc++-v3/testsuite/libstdc++-v3.log.sent &&
true |
|