| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 6abfa34aa66f57bf2f2ee4302a0d7abdc95e4820..2990a3d7a7bd8ebe0143c4346933721e7950c6a9 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -1051,6 +1051,7 @@ class StandardTestSuite extends TestSuite {
|
|
|
| contentShellOptions.add('--no-timeout');
|
| contentShellOptions.add('--dump-render-tree');
|
| + contentShellOptions.add('--single-process');
|
|
|
| if (compiler == 'none' || compiler == 'dart2dart') {
|
| dartFlags.add('--ignore-unrecognized-flags');
|
|
|