Index: Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py b/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py |
index 8918caee1043edb3aec303e6ff9a4cc02cb33a12..f203fa534bea2bbdd9c6015dc6172e06caf8116f 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py |
@@ -267,6 +267,9 @@ def summarize_results(port_obj, expectations, initial_results, retry_results, en |
if retry_result: |
test_dict.update(_interpret_test_failures(retry_result.failures)) |
+ if (result.has_repaint_overlay): |
+ test_dict['has_repaint_overlay'] = True |
+ |
# Store test hierarchically by directory. e.g. |
# foo/bar/baz.html: test_dict |
# foo/bar/baz1.html: test_dict |