diff options
author | Diego Novillo <dnovillo@gcc.gnu.org> | 2012-06-04 20:36:08 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2012-06-04 20:36:08 -0400 |
commit | 4da37205acc10ffddb01ba2e48326ae0c808290f (patch) | |
tree | 855d41d0a6815db9bbad8722995964c2f90bcb28 | |
parent | 831315d08c44b0419e63621aed289cfd1de68615 (diff) | |
download | gcc-4da37205acc10ffddb01ba2e48326ae0c808290f.zip gcc-4da37205acc10ffddb01ba2e48326ae0c808290f.tar.gz gcc-4da37205acc10ffddb01ba2e48326ae0c808290f.tar.bz2 |
Add ChangeLog entry for previous commit.
From-SVN: r188218
-rw-r--r-- | contrib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 7c4cfda5..65c5343 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,12 @@ +2012-06-04 Diego Novillo <dnovillo@google.com> + + * testsuite-management/validate_failures.py (GetResults): + Change argument to accept list of summary files to analyze. + Update callers. + (CheckExpectedResults): Handle options.manifest, options.results + and options.ignore_missing_failures. + (Main): Add options --manifest, --results and --ignore_missing_failures. + 2012-05-31 Diego Novillo <dnovillo@google.com> Cary Coutant <ccoutant@google.com> |