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

Unified Diff: tools/testing/dart/test_suite.dart

Issue 2875773003: Roll 50: Updated for push to origin/master. (Closed)
Patch Set: Roll 50: Updated to latest Created 3 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
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index 6508ca8b0ef461c7424a0a5d049fc457e7ce1ba0..e6a8e3ab02ed372a7379393878b694e0ef7e9cac 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -1208,6 +1208,8 @@ class StandardTestSuite extends TestSuite {
if (configuration['system'] == 'linux' &&
configuration['runtime'] == 'drt') {
contentShellOptions.add('--disable-gpu');
+ // TODO(terry): Roll 50 need this in conjection with disable-gpu.
+ contentShellOptions.add('--disable-gpu-early-init');
}
if (compiler == 'none') {
dartFlags.add('--ignore-unrecognized-flags');

Powered by Google App Engine
This is Rietveld 408576698