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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/net/layout_test_results_unittest.py

Issue 2607163002: Remove the has_pretty_patch key from layout test results JSON. (Closed)
Patch Set: Update fast/harness/results-expected.txt. 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 d8f9daa5fd7dc800d3a03ac23cc41b65b57b56fe..a4f5bb22dcb8bd437a0e2227f8f7b7c5da9d64f4 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
@@ -90,7 +90,6 @@ class LayoutTestResultsTest(unittest.TestCase):
"layout_tests_dir": "/b/build/slave/Webkit_Mac10_5/build/src/third_party/WebKit/LayoutTests",
"version": 3,
"num_passes": 77,
- "has_pretty_patch": false,
"fixable": 1220,
"num_flaky": 0,
"chromium_revision": "1234",

Powered by Google App Engine
This is Rietveld 408576698