| commit | 420dc135ca4155874320b02ef6e1ba3314e168dd | [log] [tgz] |
|---|---|---|
| author | qyearsley <qyearsley@chromium.org> | Mon Jul 11 17:05:13 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Mon Jul 11 17:06:36 2016 |
| tree | 5c24a6dc535afe064f2bcd372d2f11fd31a85083 | |
| parent | c4beba235e798d427647cd8000574b79e9ca6fca [diff] |
In print-stale-test-expectations-entries, avoid repeating the same request. When running print-stale-test-expectations-entries, I noticed that it makes a request for each line even if it already checked whether a particular bug is stale; this change would speed up print-stale-test-expectations-entries by saving the results of the request about the state of the bug. BUG=597797 Review-Url: https://codereview.chromium.org/2131463005 Cr-Commit-Position: refs/heads/master@{#404680}