Report failures from make check-fortran?

Janus Weil janus@gcc.gnu.org
Sat Jan 19 15:11:00 GMT 2013


>> % tail ./gcc/testsuite/gfortran/gfortran.sum
>>                 === gfortran Summary ===
>>
>> # of expected passes            42830
>> # of unexpected failures        20
>
> maybe you can tell us the output of
> 1) grep -i 'fail:' ./gcc/testsuite/gfortran/gfortran.sum

or better:
grep '^FAIL:' ./gcc/testsuite/gfortran/gfortran.sum

(otherwise it will show also XFAILs).

Cheers,
Janus



More information about the Fortran mailing list