public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, contrib] Support multi-tool sum files in dg-cmp-results.sh
@ 2017-06-14 12:30 Thomas Preudhomme
  2017-06-15 16:15 ` Thomas Preudhomme
  2017-06-19 15:55 ` Mike Stump
  0 siblings, 2 replies; 7+ messages in thread
From: Thomas Preudhomme @ 2017-06-14 12:30 UTC (permalink / raw)
  To: Richard Biener, Jakub Jelinek, gcc-patches

Hi,

dg-cmp-results.sh contrib script is written to work with sum file for
a single tool only. It throws away the header including the first ===
line and everything starting from the following ===, assuming it is the
test result. This does not work well for sum files with results for
multiple tools.

This patch changes the logic to instead keep everything between "Running
target" line and the beginning of Summary line. Other existing filter
mechanism will ensure only FAIL, PASS, etc. lines are kept after that.

ChangeLog entry is as follow:

*** contrib/ChangeLog ***

2017-06-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>

	* dg-cmp-results.sh: Keep test result lines rather than throwing
	header and summary to support sum files with multiple tools.

Tested successfully on sum file with single tool with similar results
and on sum file with multiple tools now showing a regression with patch
proposed in https://gcc.gnu.org/ml/gcc-patches/2017-06/msg00875.html

Is this ok for trunk?

Best regards,

Thomas

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-06-20 15:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-14 12:30 [PATCH, contrib] Support multi-tool sum files in dg-cmp-results.sh Thomas Preudhomme
2017-06-15 16:15 ` Thomas Preudhomme
2017-06-19 10:44   ` Thomas Preudhomme
2017-06-19 12:28     ` Christophe Lyon
2017-06-19 15:55 ` Mike Stump
2017-06-20 15:31   ` Thomas Preudhomme
2017-06-20 15:50     ` Mike Stump

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).