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

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

Issue 2721603003: Remove Port.default_pixel_tests. (Closed)
Patch Set: Remove Port.default_pixel_tests. Created 3 years, 10 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/test.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
index 67baf100c6ce9bdba5710cc8384413c5de64d55c..7c4743993fbdee1c2f91f1e1872524d79012e5b2 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
@@ -427,8 +427,8 @@ class TestPort(Port):
'linux': ['precise', 'trusty']
}
- def default_pixel_tests(self):
- return True
+ def buildbot_archives_baselines(self):
+ return self._name != 'test-win-win7'
def _path_to_driver(self):
# This routine shouldn't normally be called, but it is called by

Powered by Google App Engine
This is Rietveld 408576698