Here's from the output of running "make -k check" (without "-j"),
notice that there's no # for libstdc++. === gcc Summary === # of expected passes 18369 # of unexpected failures 22530 # of expected failures 226 # of unresolved testcases 7716 # of unsupported tests 1016 === g++ Summary === # of expected passes 9839 # of unexpected failures 8301 # of unexpected successes 1 # of expected failures 143 # of unresolved testcases 122 # of unsupported tests 291 === gfortran Summary === # of expected passes 15952 # of unexpected failures 9498 # of expected failures 9 # of unsupported tests 1503 === libstdc++ Summary === === libgomp Summary === # of expected passes 1057 # of unexpected failures 1061 # of unsupported tests 137 What am I doing wrong? Best regards Amitava Dutta --- On Thu, 5/14/09, Eric Botcazou <ebotca...@adacore.com> wrote: > From: Eric Botcazou <ebotca...@adacore.com> > Subject: Re: Build of gcc 4.4.0 on Solaris 10 Sparc ok, most tests failed. > To: ad_...@yahoo.com > Cc: gcc@gcc.gnu.org > Date: Thursday, May 14, 2009, 12:14 PM > > The build went through without > any error, > > but most of the tests failed in "make check". > > unexpected failures = 6472 and passed = 52. > > Try with "make -k check" and no -j, parallel testing is > broken on Solaris. > > -- > Eric Botcazou >