@ben.boeckel wrote in 
https://forge.sourceware.org/gcc/gcc-TEST/pulls/134#issuecomment-4962:

> @redi Thanks, that worked! However…where can I find the output when running 
> locally (the "excess errors")?

If you are referring to the errors reported by the Linaro CI bot, the 'g++:' 
prefix means the errors were detected when testing the g++ tool, so you want to 
look at g++.log (it is located next to g++.sum, which contains only the 
PASS/FAIL info, while g++.log is a lot more verbose).

Does that answer your question?

Generally, the results are collected in several .sum files, which have 
corresponding .log files with details.

--
https://forge.sourceware.org/gcc/gcc-TEST/pulls/134#issuecomment-4968

Reply via email to