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

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

Issue 2438393002: Change logging of specific tests and builds to rebaseline to debug level. (Closed)
Patch Set: print each build on a separate line Created 4 years, 2 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 983d983381bb6ad59a0e43e7cafe5acfe98e354c..6548aea42fd7bb212fdfd1eb0ec3890962e087f5 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
@@ -89,11 +89,6 @@ class RebaselineCLTest(BaseTestCase, LoggingTestCase):
def test_execute_with_issue_number_given(self):
self.command.execute(self.command_options(issue=11112222), [], self.tool)
self.assertLog([
- 'INFO: Tests to rebaseline:\n',
- 'INFO: fast/dom/prototype-newtest.html: MOCK Try Win (5000)\n',
- 'INFO: svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr.html: MOCK Try Win (5000)\n',
- 'INFO: fast/dom/prototype-inheritance.html: MOCK Try Win (5000)\n',
- 'INFO: fast/dom/prototype-taco.html: MOCK Try Win (5000)\n',
'INFO: Rebaselining fast/dom/prototype-inheritance.html\n',
'INFO: Rebaselining fast/dom/prototype-newtest.html\n',
'INFO: Rebaselining fast/dom/prototype-taco.html\n',
@@ -112,11 +107,6 @@ class RebaselineCLTest(BaseTestCase, LoggingTestCase):
self.command.git_cl = lambda: git_cl
self.command.execute(self.command_options(), [], self.tool)
self.assertLog([
- 'INFO: Tests to rebaseline:\n',
- 'INFO: fast/dom/prototype-newtest.html: MOCK Try Win (5000)\n',
- 'INFO: svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr.html: MOCK Try Win (5000)\n',
- 'INFO: fast/dom/prototype-inheritance.html: MOCK Try Win (5000)\n',
- 'INFO: fast/dom/prototype-taco.html: MOCK Try Win (5000)\n',
'INFO: Rebaselining fast/dom/prototype-inheritance.html\n',
'INFO: Rebaselining fast/dom/prototype-newtest.html\n',
'INFO: Rebaselining fast/dom/prototype-taco.html\n',
@@ -129,9 +119,6 @@ class RebaselineCLTest(BaseTestCase, LoggingTestCase):
# is in the list of failed tests, but not in the list of files modified
# in the given CL; it should be included because all_tests is set to True.
self.assertLog([
- 'INFO: Tests to rebaseline:\n',
- 'INFO: fast/dom/prototype-inheritance.html: MOCK Try Win (5000)\n',
- 'INFO: fast/dom/prototype-taco.html: MOCK Try Win (5000)\n',
'INFO: Rebaselining fast/dom/prototype-inheritance.html\n',
'INFO: Rebaselining fast/dom/prototype-taco.html\n',
])
« 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