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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py

Issue 2890373003: Refactoring: Extract some logic from RebaselineCL.execute. (Closed)
Patch Set: collapse Created 3 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
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
index 91b1906c4576754565c66a92e3455406abd01a1c..53dea2c0c002c270b9cef72ffa93a5d0d2c72789 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
@@ -242,7 +242,8 @@ class RebaselineCLTest(BaseTestCase, LoggingTestCase):
self.assertLog([
'INFO: Triggering try jobs for:\n',
'INFO: MOCK Try Linux\n',
- 'INFO: Please re-run webkit-patch rebaseline-cl once all pending try jobs have finished.\n',
+ 'INFO: Once all pending try jobs have finished, please re-run\n'
+ 'webkit-patch rebaseline-cl to fetch new baselines.\n',
])
self.assertEqual(
self.tool.executive.calls,
@@ -304,6 +305,8 @@ class RebaselineCLTest(BaseTestCase, LoggingTestCase):
'INFO: Triggering try jobs for:\n',
'INFO: MOCK Try Linux\n',
'INFO: MOCK Try Win\n',
+ 'INFO: Once all pending try jobs have finished, please re-run\n'
+ 'webkit-patch rebaseline-cl to fetch new baselines.\n',
])
def test_builders_with_pending_builds(self):
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698