| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 1b7e4882bf7462a28c0a7a03e553311e69b82cb3..76c77e4d60a2b3687e451efccfca900ebac6ceb9 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -8,7 +8,7 @@
|
|
|
| List<String> defaultTestSelectors =
|
| const ['dartc', 'samples', 'standalone', 'corelib', 'co19', 'language',
|
| - 'isolate', 'stub-generator', 'vm', 'client', 'dartdoc'];
|
| + 'isolate', 'stub-generator', 'vm', 'client', 'dartdoc', 'utils'];
|
|
|
| /**
|
| * Specification of a single test option.
|
| @@ -173,6 +173,12 @@ is 'dart file.dart' and you specify special command
|
| [],
|
| ''),
|
| new _TestOptionSpecification(
|
| + 'drt',
|
| + 'Path to DumpRenderTree executable',
|
| + ['--drt'],
|
| + [],
|
| + ''),
|
| + new _TestOptionSpecification(
|
| 'froglib',
|
| 'Path to frog library',
|
| ['--froglib'],
|
|
|