Chromium Code Reviews| Index: tools/testing/dart/test_options.dart |
| =================================================================== |
| --- tools/testing/dart/test_options.dart (revision 15495) |
| +++ tools/testing/dart/test_options.dart (working copy) |
| @@ -12,7 +12,7 @@ |
| List<String> defaultTestSelectors = |
| const ['dartc', 'samples', 'standalone', 'corelib', 'co19', 'language', |
| 'isolate', 'vm', 'html', 'json', 'benchmark_smoke', |
| - 'utils', 'pub', 'lib', 'pkg']; |
|
ahe
2012/11/29 14:51:01
I think we need to run the pkg tests by default.
ricow1
2012/11/29 14:53:32
Done.
|
| + 'utils', 'lib']; |
| /** |
| * Specification of a single test option. |