| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index f4057fc6decce0ee41111ef77643c60f6a79383a..0067d76903f6958e3484cea65882f5a8089a401f 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -618,9 +618,13 @@ class StandardTestSuite extends TestSuite {
|
| var status_paths = [
|
| '$directory/$name.status',
|
| '$directory/.status',
|
| - '$directory/${name}_dart2js.status',
|
| + '$directory/${name}_analyzer.status',
|
| '$directory/${name}_analyzer2.status',
|
| - '$directory/${name}_kernel.status'
|
| + '$directory/${name}_dart2js.status',
|
| + '$directory/${name}_dartdevc.status',
|
| + '$directory/${name}_kernel.status',
|
| + '$directory/${name}_precompiled.status',
|
| + '$directory/${name}_vm.status',
|
| ];
|
|
|
| return new StandardTestSuite(configuration, name, directory, status_paths,
|
|
|