Disable Crankshaft in DRT for performance testing.

Bug: 5052287
Change-Id: I9197f116d36c4cddd533f4aa07974f8c2d4678fe
This commit is contained in:
Ben Murdoch
2011-07-27 14:06:05 +01:00
parent f4a28b5aa0
commit 3f9d171e80

View File

@@ -159,7 +159,7 @@ public class TestShellActivity extends Activity implements LayoutTestController
// Expose window.gc function to JavaScript. JSC build exposes
// this function by default, but V8 requires the flag to turn it on.
// WebView::setJsFlags is noop in JSC build.
mWebView.setJsFlags("--expose_gc");
mWebView.setJsFlags("--expose_gc --crankshaft=false");
mHandler = new AsyncHandler();