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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py

Issue 2578213005: Use underscores to separate words in filenames in webkitpy. (Closed)
Patch Set: Fix check for attribute in output_capture.py. Created 4 years 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/models/test_expectations.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
index 0b39dea6db86f96427494329c7d2750a15d05d7c..2cf04c65e1e55c0f724578ce1800c1eaa162b883 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
@@ -986,7 +986,7 @@ class TestExpectations(object):
return set(suffixes)
@staticmethod
- # test_result is an instance of webkitpy.common.net.layouttestresults.LayoutTestResult
+ # test_result is an instance of webkitpy.common.net.layout_test_results.LayoutTestResult
def suffixes_for_test_result(test_result):
suffixes = set()
actual_results = test_result.actual_results()

Powered by Google App Engine
This is Rietveld 408576698