On Sat, 8 Jun 2019 at 21:51, Akshat Garg <xks...@gmail.com> wrote:
>
>
> On Sun, Jun 9, 2019 at 1:57 AM Jonathan Wakely <jwakely....@gmail.com> wrote:
>>
>> On Sat, 8 Jun 2019 at 19:03, Akshat Garg <xks...@gmail.com> wrote:
>> >
>> > On Sat, Jun 8, 2019 at 9:20 PM Eric Botcazou <ebotca...@adacore.com> wrote:
>> >
>> > > > Makefile:2323: recipe for target 'do-check' failed
>> > > > make: *** [do-check] Error 2
>> > > > make: Target 'check' not remade because of errors.
>> > > >
>> > > > Please, can anyone let me know what am I doing wrong?
>> > >
>> > > Nothing, this just means that there are some failures in the testsuite.
>> > >
>> > > But, here on this
>> > https://gcc.gnu.org/ml/gcc-testresults/2019-06/msg00810.html
>> > results have been produced or there is something I am not aware of. Please,
>> > let me know.
>>
>> Yes, and if you look at those results, some tests failed.
>>
>> Some tests failing does not prevent you from producing results (that
>> would not be very helpful, because only perfect test runs would ever
>> produce results!)
>
>
> I have a doubt, if I add something in the gcc trunk and test it on the 
> testsuite, how would I know that it is correct or not, as there may be more 
> tests failing than before?

By comparing the test results before and after.

You can see which tests failed by looking in the .log files in the
testsuite directories, or by running the contrib/test_summary script.

Reply via email to