LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Chapter 6.12 GCC make -k check errors (https://www.linuxquestions.org/questions/linux-from-scratch-13/chapter-6-12-gcc-make-k-check-errors-530549/)

kz_chopper 02-19-2007 06:29 PM

Chapter 6.12 GCC make -k check errors
 
Here is the output of

Code:

../gcc-4.0.3/contrib/test_summary
Code:

LAST_UPDATED: Obtained from SVN: tags/gcc_4_0_3_release revision 111908

Native configuration is i686-pc-linux-gnu

                === g++ tests ===


Running target unix
XPASS: g++.old-deja/g++.other/init5.C execution test

                === g++ Summary ===

# of expected passes            11463
# of unexpected successes      1
# of expected failures          69
# of unsupported tests          56
/sources/gcc-build/gcc/testsuite/../g++  version 4.0.3

                === gcc tests ===


Running target unix
XPASS: gcc.dg/cpp/cmdlne-dI-M.c scan-file (^|\\\\n)cmdlne-dI-M.*:[^\\\\n]*cmdlne-dI-M.c
XPASS: gcc.dg/cpp/cmdlne-dM-M.c scan-file (^|\\\\n)cmdlne-dM-M[^\\\\n]*:[^\\\\n]*cmdlne-dM-M.c
XPASS: gcc.dg/vect/vect-22.c scan-tree-dump-times vectorized 3 loops 1

                === gcc Summary ===

# of expected passes            35544
# of unexpected successes      3
# of expected failures          92
# of untested testcases        28
# of unsupported tests          326
/sources/gcc-build/gcc/xgcc  version 4.0.3

                === libmudflap tests ===


Running target unix
FAIL: libmudflap.cth/pass40-frag.c execution test
FAIL: libmudflap.cth/pass40-frag.c output pattern test
FAIL: libmudflap.cth/pass40-frag.c (-O2) execution test
FAIL: libmudflap.cth/pass40-frag.c (-O2) output pattern test
FAIL: libmudflap.cth/pass40-frag.c (-O3) execution test
FAIL: libmudflap.cth/pass40-frag.c (-O3) output pattern test

                === libmudflap Summary ===

# of expected passes            1282
# of unexpected failures        6
                === libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread-1.cc execution test
XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors)

                === libstdc++ Summary ===

# of expected passes            3713
# of unexpected successes      2
# of expected failures          12

Compiler version: 4.0.3
Platform: i686-pc-linux-gnu

I just wanted to be sure that there are no fatal errors...I know to expect the libmudflap errors, but I want to be sure before moving on.

biniou 02-20-2007 02:04 AM

It's OK ;)

kz_chopper 02-20-2007 11:54 PM

Thanks biniou :)


All times are GMT -5. The time now is 10:27 AM.