On 25 June 2015 at 02:13, Mikhail Maltsev <malts...@gmail.com> wrote: > On 24.06.2015 13:41, Manuel López-Ibáñez wrote: >> Is nobody seeing this? Is it a known problem with parallel make check? >> If so, can we work-around it in compare_tests? >> >> Cheers, >> >> Manuel. >> > Actually I don't get such problem, but I run the testsuite in a slightly > different way, so you might want to try it in order to see, if that > works for you:
Thanks, those are very good suggestions. I'll try to see if any of them helps to fix compare_tests. Another issue I noticed is tests that are randomly unsupported: UNSUPPORTED: g++.dg/other/i386-1.C -std=gnu++98 UNSUPPORTED: g++.dg/other/i386-1.C -std=gnu++11 UNSUPPORTED: g++.dg/other/i386-1.C -std=gnu++14 while my patched version that only touches Fortran can run those tests. The failures seem random. Any ideas? Manuel.