diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-05 00:36:08 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-05 00:36:08 +0000 |
commit | 790b9b0b5e33cb03ac50f7e97ce0a87722b05e75 (patch) | |
tree | 855d41d0a6815db9bbad8722995964c2f90bcb28 /contrib | |
parent | 4de0f292e4bdfb084c68ef8c8d62980154f4bd6f (diff) | |
download | gcc-790b9b0b5e33cb03ac50f7e97ce0a87722b05e75.tar.gz |
Add ChangeLog entry for previous commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 7c4cfda5e84..65c5343bca0 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> |