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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 "../../lib/src/fasta/util", | 161 "../../lib/src/fasta/util", |
162 "../../tool", | 162 "../../tool", |
163 "../../tool/_fasta", | 163 "../../tool/_fasta", |
164 "parser/parser_suite.dart", | 164 "parser/parser_suite.dart", |
165 "scanner/scanner_suite.dart", | 165 "scanner/scanner_suite.dart", |
166 "compile_test.dart", | 166 "compile_test.dart", |
167 "kompile_test.dart", | 167 "kompile_test.dart", |
168 "outline_test.dart", | 168 "outline_test.dart", |
169 "sdk_test.dart", | 169 "sdk_test.dart", |
170 "../../../analyzer/lib/src/fasta", | 170 "../../../analyzer/lib/src/fasta", |
| 171 "../../../analyzer/lib/src/summary/fasta", |
171 "../../../analyzer/lib/src/dart/analysis/file_state.dart", | 172 "../../../analyzer/lib/src/dart/analysis/file_state.dart", |
172 "../../../analyzer/test/generated/parser_fasta_test.dart", | 173 "../../../analyzer/test/generated/parser_fasta_test.dart", |
| 174 "../../../analyzer/tool/summary/mini_ast.dart", |
173 "../../../../utils/kernel-service/kernel-service.dart", | 175 "../../../../utils/kernel-service/kernel-service.dart", |
174 "../../../../tools/patch_sdk.dart" | 176 "../../../../tools/patch_sdk.dart" |
175 ], | 177 ], |
176 | 178 |
177 "exclude": [ | 179 "exclude": [ |
178 "/third_party/pkg/", | 180 "/third_party/pkg/", |
179 "/third_party/pkg_tested/", | 181 "/third_party/pkg_tested/", |
180 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart
$))", | 182 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart
$))", |
181 "/pkg/js_ast/" | 183 "/pkg/js_ast/" |
182 ] | 184 ] |
183 } | 185 } |
184 } | 186 } |
OLD | NEW |