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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py

Issue 2582293004: Remove use of wdiff from layout test runner. (Closed)
Patch Set: Rebased Created 3 years, 11 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
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py
index 1a5d69aa04dfefced711077984f3c122b72ad9c6..1fb15ffc32b505e9c68f5181eda2050493881269 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py
@@ -102,10 +102,6 @@ class AndroidPortTest(port_testcase.PortTestCase):
# FIXME: Do something useful here, but testing the full logic would be hard.
pass
- def make_wdiff_available(self, port):
- port._wdiff_available = True
- port._host_port._wdiff_available = True
-
# Test that content_shell currently is the only supported driver.
def test_non_content_shell_driver(self):
self.assertRaises(self.make_port, options=optparse.Values({'driver_name': 'foobar'}))

Powered by Google App Engine
This is Rietveld 408576698