| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "sdk_test.dart", | 154 "sdk_test.dart", |
| 155 "../../../analyzer/lib/src/fasta", | 155 "../../../analyzer/lib/src/fasta", |
| 156 "../../../compiler/bin", | 156 "../../../compiler/bin", |
| 157 "../../../compiler/tool", | 157 "../../../compiler/tool", |
| 158 "../../../../utils/kernel-service/kernel-service.dart", | 158 "../../../../utils/kernel-service/kernel-service.dart", |
| 159 "../../../../tools/patch_sdk.dart" | 159 "../../../../tools/patch_sdk.dart" |
| 160 ], | 160 ], |
| 161 | 161 |
| 162 "exclude": [ | 162 "exclude": [ |
| 163 "/third_party/pkg/", | 163 "/third_party/pkg/", |
| 164 "/pkg/analyzer/(?!.*/fasta/)", | 164 "/third_party/pkg_tested/", |
| 165 "/pkg/analyzer/(?!.*/(fasta|kernel)/)", |
| 165 "/pkg/compiler/lib/(?!.*/(scanner|parser)/)", | 166 "/pkg/compiler/lib/(?!.*/(scanner|parser)/)", |
| 166 "/pkg/compiler/lib/src/parser/partial_elements\\.dart$", | 167 "/pkg/compiler/lib/src/parser/partial_elements\\.dart$", |
| 167 "/pkg/js_ast/", | 168 "/pkg/js_ast/", |
| 168 "/pkg/compiler/tool/dart2js_profile_many\\.dart$", | 169 "/pkg/compiler/tool/dart2js_profile_many\\.dart$", |
| 169 "/pkg/compiler/tool/track_memory\\.dart$" | 170 "/pkg/compiler/tool/track_memory\\.dart$" |
| 170 ] | 171 ] |
| 171 } | 172 } |
| 172 } | 173 } |
| OLD | NEW |