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

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

Issue 14969031: Fix regression of fast/block/basic crash on android (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix regression of fast/block/basic crash on android Created 7 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py b/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py
index 046317b39664125e33dcfff613c2db28d5e7bd90..87b3c439c9c543530348995708d38237aa361649 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py
@@ -167,7 +167,7 @@ class DumpRenderTreeDriverDetails(SharedDriverDetails):
def command_line_file(self):
return '/data/local/tmp/chrome-native-tests-command-line'
def additional_command_line_flags(self):
- return ['--create-stdin-fifo', '--separate-stderr-fifo']
+ return ['--create-stdin-fifo', '--separate-stderr-fifo', '--disable-impl-side-painting']
def device_directory(self):
return DEVICE_SOURCE_ROOT_DIR + 'drt/'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698