Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1266)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py

Issue 2014063002: Run format-webkit on webkitpy code (without string conversion). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'

Powered by Google App Engine
This is Rietveld 408576698