| 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');
|
|
|