| Index: dart/tools/testing/dart/test_suite.dart
|
| diff --git a/dart/tools/testing/dart/test_suite.dart b/dart/tools/testing/dart/test_suite.dart
|
| index 2b3075f339034999ce80828266c2601b91e950c1..9a1f7b948631c24aa997a07a96f2ba54c68a93ad 100644
|
| --- a/dart/tools/testing/dart/test_suite.dart
|
| +++ b/dart/tools/testing/dart/test_suite.dart
|
| @@ -1774,6 +1774,7 @@ class TestUtils {
|
| // args.add("--verbose");
|
| if (!isBrowserRuntime(configuration['runtime'])) {
|
| args.add("--allow-mock-compilation");
|
| + args.add("--categories=all");
|
| }
|
| }
|
| if ((compiler == "dart2js" || compiler == "dart2dart") &&
|
|
|