This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: 'make check' issue in gcc-4.5.0
- From: Ian Lance Taylor <iant at google dot com>
- To: Prashant Rawat <prashant dot srawat86 at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 18 May 2010 07:45:03 -0700
- Subject: Re: 'make check' issue in gcc-4.5.0
- References: <AANLkTinhvQRvC44gRLQb0_RhTd2GzjrUSi9qYpfpWLko@mail.gmail.com>
Prashant Rawat <prashant.srawat86@gmail.com> writes:
> The summary of make check is :
>
> === gcc Summary ===
>
> # of expected passes 62284
> # of unexpected failures 13
> # of unexpected successes 25
> # of expected failures 192
> # of unsupported tests 533
>
> What is the meaning of the Error? Is something wrong in my way of
> doing make check?
Hard to say without more information, such as which tests unexpected
failed and succeeded. You may find it helpful to look at
http://gcc.gnu.org/ml/gcc-testresults to see testsuite runs reported
by other people using gcc 4.5.0.
Ian