Chromium Code Reviews| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py |
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py |
| index 13ab8c48421a7192ee3c639f94e183edf3799440..04bb7e732c0a6046c3f438b29274b84d0d894482 100644 |
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py |
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py |
| @@ -180,7 +180,7 @@ def summarize_results(port_obj, expectations, initial_results, |
| 'num_flaky': The number of flaky failures |
| 'num_passes': The number of expected and unexpected passes |
| 'tests': a dict of tests -> {'expected': '...', 'actual': '...'} |
| - """ |
| + """ |
|
Dirk Pranke
2016/09/06 01:14:27
another weird case?
|
| results = {} |
| results['version'] = 3 |
| all_retry_results = all_retry_results or [] |