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

Unified Diff: sky/tools/webkitpy/tool/commands/rebaseline_unittest.py

Issue 802573002: Prepare python code for reftests. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « sky/tools/webkitpy/layout_tests/run_webkit_tests_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/tool/commands/rebaseline_unittest.py
diff --git a/sky/tools/webkitpy/tool/commands/rebaseline_unittest.py b/sky/tools/webkitpy/tool/commands/rebaseline_unittest.py
index ab1ea087c0cc411f305e1de91bcf177e8115e93b..992d170fc751cc8e1395bbd23badc0d952ea9c26 100644
--- a/sky/tools/webkitpy/tool/commands/rebaseline_unittest.py
+++ b/sky/tools/webkitpy/tool/commands/rebaseline_unittest.py
@@ -263,7 +263,7 @@ Bug(A) [ Debug ] : fast/css/large-list-of-rules-crash.html [ Failure ]
def test_rebaseline_reftest(self):
self._write("userscripts/another-test.html", "test data")
- self._write("userscripts/another-test-expected.html", "generic result")
+ self._write("userscripts/another-test-expected.sky", "generic result")
OutputCapture().assert_outputs(self, self.command._rebaseline_test_and_update_expectations, args=[self.options],
expected_logs="Cannot rebaseline reftest: userscripts/another-test.html\n")
self.assertDictEqual(self.command._scm_changes, {'add': [], 'remove-lines': [], "delete": []})
« no previous file with comments | « sky/tools/webkitpy/layout_tests/run_webkit_tests_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698