Chromium Code Reviews| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py |
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py |
| index a0b6c6c4563a05411ab6b421bc799904bb277405..3c93fdfa81ca2ffbf92468af5feb5efe3078a67d 100644 |
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py |
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py |
| @@ -48,19 +48,19 @@ _log = logging.getLogger(__name__) |
| # 'builder name' : { |
|
mithro
2016/06/01 01:01:42
Not sure what is going on in this file, it shouldn
qyearsley
2016/06/01 21:24:23
Yeah, I'm not sure either. Now put this in a docst
|
| # 'blinkRevision': [], |
| # 'tests': { |
| -# 'directory' { # Each path component is a dictionary. |
| +# 'directory' { # Each path component is a dictionary. |
| # 'testname.html': { |
| -# 'expected' : 'FAIL', # expectation name |
| -# 'results': [], # Run-length encoded result. |
| +# 'expected' : 'FAIL', # expectation name |
| +# 'results': [], # Run-length encoded result. |
| # 'times': [], |
| -# 'bugs': [], # bug urls |
| +# 'bugs': [], # bug urls |
| # } |
| # } |
| # } |
| # 'buildNumbers': [], |
| # 'secondsSinceEpoch': [], |
| # 'chromeRevision': [], |
| -# 'failure_map': { } # Map from letter code to expectation name. |
| +# 'failure_map': { } # Map from letter code to expectation name. |
|
qyearsley
2016/05/27 16:06:03
This re-indentation is not intended. Maybe autopep
Dirk Pranke
2016/06/01 00:06:47
strange ...
|
| # }, |
| class ResultsJSON(object): |
| TESTS_KEY = 'tests' |