aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rebaseline_server/compare_to_expectations.py
diff options
context:
space:
mode:
Diffstat (limited to 'gm/rebaseline_server/compare_to_expectations.py')
-rwxr-xr-xgm/rebaseline_server/compare_to_expectations.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gm/rebaseline_server/compare_to_expectations.py b/gm/rebaseline_server/compare_to_expectations.py
index ab05f6f51b..cddca55d2a 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
+ # 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: