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

Unified Diff: Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py

Issue 326483002: Make update-flaky-tests work for debug builders as well. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add tests Created 6 years, 6 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
« no previous file with comments | « Tools/Scripts/webkitpy/tool/commands/flakytests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
diff --git a/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py b/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
index a602557ba3c25730518470ca40a74eac79098cb1..47347f9b1e728db97a54d832e89e769cf021bc16 100644
--- a/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
+++ b/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
@@ -14,7 +14,7 @@ class FakeBotTestExpectations(object):
class FakeBotTestExpectationsFactory(object):
- def expectations_for_port(self, port_name):
+ def expectations_for_builder(self, builder):
return FakeBotTestExpectations()
« no previous file with comments | « Tools/Scripts/webkitpy/tool/commands/flakytests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698