]> gcc.gnu.org Git - gcc.git/commit
Fix --produce_manifest flag in validate_failures.py.
authorDiego Novillo <dnovillo@google.com>
Thu, 19 Jul 2012 14:35:18 +0000 (10:35 -0400)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Thu, 19 Jul 2012 14:35:18 +0000 (10:35 -0400)
commit29476fe16250a88853c906020e3e0a4798420918
tree4a70bce2b2fe2426062cd251190386021f731bf3
parent65e7bfe359febac74ebd3de0c36e735166205950
Fix --produce_manifest flag in validate_failures.py.

When I added the functionality to use other summary files for
reporting, I broke the generation of manifests. When sum files are
passed on, we need to use the list. Otherwise, we need to find summary
files in the build directory.

This patch factors out that logic into a new function and calls it
from both the reporting and generation routines.

Committed to trunk.

* testsuite-management/validate_failures.py (CollectSumFiles):
Rename from GetSumFiles.
(GetSumFiles): Factor out of CheckExpectedResults.
(CheckExpectedResults): Call it.
(ProduceManifest): Call it.

From-SVN: r189662
contrib/ChangeLog
contrib/testsuite-management/validate_failures.py
This page took 0.058982 seconds and 5 git commands to generate.