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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/android.py

Issue 1195953002: Enable slimming paint for all layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaseline Created 5 years, 6 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
« no previous file with comments | « LayoutTests/VirtualTestSuites ('k') | Tools/Scripts/webkitpy/layout_tests/port/base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/android.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/android.py b/Tools/Scripts/webkitpy/layout_tests/port/android.py
index 4888e0d1e6014849a9efae5a14b1360a85bbf92f..ea3e9a06083ba31d99ccb2311bec3f041ff59ed0 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/android.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/android.py
@@ -1071,6 +1071,7 @@ class ChromiumAndroidDriver(driver.Driver):
if '--enable-slimming-paint' in cmd_line:
_log.warning('Android port doesn\'t support slimming paint because of crbug.com/439457')
cmd_line.remove('--enable-slimming-paint')
+ cmd_line.append('--disable-slimming-paint')
return cmd_line
@staticmethod
« no previous file with comments | « LayoutTests/VirtualTestSuites ('k') | Tools/Scripts/webkitpy/layout_tests/port/base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698