Fix FAIL display for some scan-*-times directives
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Wed, 14 Mar 2018 10:47:32 +0000 (10:47 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Wed, 14 Mar 2018 10:47:32 +0000 (10:47 +0000)
commit7b06ad56de211882b9cbfa932443ebd3c0b48a86
tree1def88f356c5d4c852c23c96789c099be6ffc9ba
parent79ab536427e403df631eb3ed3480c6330b2ff898
Fix FAIL display for some scan-*-times directives

scan-assembler-times and scan-tree-dump-times dejagnu directives show a
different output in the summary files depending on whether they PASS or
FAIL. This means that dg-cmp-results would not show a regression because
it would not see a connection between the two output.

The difference comes from the FAIL showing the number of actual times
the pattern was match, presumably to help debugging. This patch moves
the info regarding the actual number of times the pattern match in a
separate verbose message. This keeps the message unchanged but let
developers have the required debug message with -v.

2018-03-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/testsuite/
    * lib/scanasm.exp (scan-assembler-times): Move FAIL debug info into a
    separate verbose message.
    * lib/scandump.exp (scan-dump-times): Likewise.

From-SVN: r258519
gcc/testsuite/ChangeLog
gcc/testsuite/lib/scanasm.exp
gcc/testsuite/lib/scandump.exp