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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/net/layout_test_results_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/common/net/layout_test_results_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/net/layout_test_results_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/net/layout_test_results_unittest.py
index a4f5bb22dcb8bd437a0e2227f8f7b7c5da9d64f4..ccc901387368a9fec792bc652e78fe95f4180e99 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/net/layout_test_results_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/net/layout_test_results_unittest.py
@@ -93,7 +93,6 @@ class LayoutTestResultsTest(unittest.TestCase):
"fixable": 1220,
"num_flaky": 0,
"chromium_revision": "1234",
- "has_wdiff": false,
"builder_name": "mock_builder_name"
});"""

Powered by Google App Engine
This is Rietveld 408576698