| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 0067d76903f6958e3484cea65882f5a8089a401f..4c898e121cb0317adad169accef2f1964ded1341 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -618,6 +618,7 @@ class StandardTestSuite extends TestSuite {
|
| var status_paths = [
|
| '$directory/$name.status',
|
| '$directory/.status',
|
| + '$directory/${name}_app_jit.status',
|
| '$directory/${name}_analyzer.status',
|
| '$directory/${name}_analyzer2.status',
|
| '$directory/${name}_dart2js.status',
|
|
|