| Index: tools/testing/dart/test_configurations.dart
|
| diff --git a/tools/testing/dart/test_configurations.dart b/tools/testing/dart/test_configurations.dart
|
| index d9e712800088e45cf5f2fa51d5e4768a3275c7d5..1f73fe5339e0653a96413dec1ced4bd02997e02b 100644
|
| --- a/tools/testing/dart/test_configurations.dart
|
| +++ b/tools/testing/dart/test_configurations.dart
|
| @@ -40,11 +40,14 @@ final TEST_SUITE_DIRECTORIES = [
|
| new Path('tests/compiler/dart2js_extra'),
|
| new Path('tests/compiler/dart2js_native'),
|
| new Path('tests/corelib'),
|
| + new Path('tests/corelib_strong'),
|
| new Path('tests/html'),
|
| new Path('tests/isolate'),
|
| new Path('tests/kernel'),
|
| new Path('tests/language'),
|
| + new Path('tests/language_strong'),
|
| new Path('tests/lib'),
|
| + new Path('tests/lib_strong'),
|
| new Path('tests/standalone'),
|
| new Path('tests/utils'),
|
| new Path('utils/tests/css'),
|
|
|