| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index fa06f77db9a157e6b77b55d65faaa6d671bbfd41..c259a89714eb5f7d373465b834ed10145248b890 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -808,6 +808,12 @@ class StandardTestSuite implements TestSuite {
|
| args.add('--error_format');
|
| args.add('machine');
|
| }
|
| + if ((configuration['compiler'] == 'frog'
|
| + || configuration['compiler'] == 'frogsh'
|
| + || configuration['compiler'] == 'dart2js')
|
| + && (configuration['runtime'] == 'none')) {
|
| + args.add('--compile-only');
|
| + }
|
|
|
| bool isMultitest = optionsFromFile["isMultitest"];
|
| List<String> dartOptions = optionsFromFile["dartOptions"];
|
|
|