On Wed, 12 Jun 2024, Frank Scheiner wrote:

> Dear Richard,
> 
> On 12.06.24 13:01, Richard Biener wrote:
> > [...]
> > I can find two gcc-testresult postings, one appearantly with LRA
> > and one without?  Both from May:
> >
> > https://sourceware.org/pipermail/gcc-testresults/2024-May/816422.html
> > https://sourceware.org/pipermail/gcc-testresults/2024-May/816346.html
> >
> > somehow for example libstdc++ summaries were not merged, it might
> > be you do not have recent python installed on the system?  Or you
> > didn't use contrib/test_summary to create those mails.
> 
> No, I did not use contrib/test_summary. But I still have tarballs of
> both testsuite runs, so could still produce these summaries - I hope?
> 
> Do I need to run this on the host that did the testing or can I run it
> on my NFS server where the tarballs are actually located, too?
> 
> Architectures are different though, the NFS server is 32-bit ARM.

GCC supports parallel checking just fine using 'make -k -jN check'
(it's important to add -k), the summaries and logs will be merged
at the end of the testsuite run via the contrib/dg-extract-results.py
script.  The test_summary script will not do such merging but only
gather FAILs and summaries from the individual sub-harness results
into a nice summary report.

Richard.

> Cheers,
> Frank
> 
> 

-- 
Richard Biener <rguent...@suse.de>
SUSE Software Solutions Germany GmbH,
Frankenstrasse 146, 90461 Nuernberg, Germany;
GF: Ivo Totev, Andrew McDonald, Werner Knoblich; (HRB 36809, AG Nuernberg)

Reply via email to