| OLD | NEW |
| 1 { | 1 { |
| 2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file", | 2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file", |
| 3 "":"for details. All rights reserved. Use of this source code is governed by a", | 3 "":"for details. All rights reserved. Use of this source code is governed by a", |
| 4 "":"BSD-style license that can be found in the LICENSE.md file.", | 4 "":"BSD-style license that can be found in the LICENSE.md file.", |
| 5 | 5 |
| 6 "packages": "../../.packages", | 6 "packages": "../../.packages", |
| 7 | 7 |
| 8 "suites": [ | 8 "suites": [ |
| 9 | 9 |
| 10 { | 10 { |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 ], | 67 ], |
| 68 "exclude": [ | 68 "exclude": [ |
| 69 "/test/.*_test\\.dart$", | 69 "/test/.*_test\\.dart$", |
| 70 "/test/.*_suite\\.dart$", | 70 "/test/.*_suite\\.dart$", |
| 71 "/testcases/top_level_accessors_part\\.dart$", | 71 "/testcases/top_level_accessors_part\\.dart$", |
| 72 "/testcases/shaker/" | 72 "/testcases/shaker/" |
| 73 ] | 73 ] |
| 74 }, | 74 }, |
| 75 | 75 |
| 76 { | 76 { |
| 77 "name": "kompile", | |
| 78 "kind": "Chain", | |
| 79 "source": "test/fasta/kompile_test.dart", | |
| 80 "path": "testcases/", | |
| 81 "status": "testcases/kompile.status", | |
| 82 "pattern": [ | |
| 83 "\\.dart$" | |
| 84 ], | |
| 85 "exclude": [ | |
| 86 "/test/.*_test\\.dart$", | |
| 87 "/test/.*_suite\\.dart$", | |
| 88 "/testcases/top_level_accessors_part\\.dart$", | |
| 89 "/testcases/shaker/" | |
| 90 ] | |
| 91 }, | |
| 92 | |
| 93 { | |
| 94 "name": "strong", | 77 "name": "strong", |
| 95 "kind": "Chain", | 78 "kind": "Chain", |
| 96 "source": "test/fasta/strong_test.dart", | 79 "source": "test/fasta/strong_test.dart", |
| 97 "path": "testcases/", | 80 "path": "testcases/", |
| 98 "status": "testcases/strong.status", | 81 "status": "testcases/strong.status", |
| 99 "pattern": [ | 82 "pattern": [ |
| 100 "\\.dart$" | 83 "\\.dart$" |
| 101 ], | 84 ], |
| 102 "exclude": [ | 85 "exclude": [ |
| 103 "/test/.*_test\\.dart$", | 86 "/test/.*_test\\.dart$", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 "package:front_end/", | 211 "package:front_end/", |
| 229 "package:kernel/" | 212 "package:kernel/" |
| 230 ] | 213 ] |
| 231 }, | 214 }, |
| 232 | 215 |
| 233 "exclude": [ | 216 "exclude": [ |
| 234 "^pkg/analysis_server/lib/src/analysis_server\\.dart" | 217 "^pkg/analysis_server/lib/src/analysis_server\\.dart" |
| 235 ] | 218 ] |
| 236 } | 219 } |
| 237 } | 220 } |
| OLD | NEW |