Chromium Code Reviews| Index: gm/rebaseline_server/compare_to_expectations.py |
| diff --git a/gm/rebaseline_server/compare_to_expectations.py b/gm/rebaseline_server/compare_to_expectations.py |
| index ab05f6f51b597835f2d1e9a895cdc0e635bb3194..cddca55d2a1cea27ac48aab20adee70c446ba2e0 100755 |
| --- a/gm/rebaseline_server/compare_to_expectations.py |
| +++ b/gm/rebaseline_server/compare_to_expectations.py |
| @@ -316,6 +316,8 @@ class ExpectationComparisons(results.BaseComparisons): |
| # categories recorded within the gm_actuals AT ALL, and |
| # instead evaluate the result_type ourselves based on what |
| # we see in expectations vs actual checksum? |
| + # See related http://skbug.com/2514 ('rebaseline_server: apply |
|
epoger
2014/05/07 21:26:17
Not related to this change, but while I was in tow
|
| + # ignored-tests.txt within rebaseline_server, not just on the bots') |
| if expected_image_relative_url == actual_image_relative_url: |
| updated_result_type = results.KEY__RESULT_TYPE__SUCCEEDED |
| else: |