| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 "command-lines": [ | 124 "command-lines": [ |
| 125 "--checked dart2js", | 125 "--checked dart2js", |
| 126 "-cdart2js -rd8 --exclude-suite=observatory_ui", | 126 "-cdart2js -rd8 --exclude-suite=observatory_ui", |
| 127 "-cdart2js -rd8 dart2js_extra dart2js_native" | 127 "-cdart2js -rd8 dart2js_extra dart2js_native" |
| 128 ] | 128 ] |
| 129 } | 129 } |
| 130 ], | 130 ], |
| 131 | 131 |
| 132 "analyze": { | 132 "analyze": { |
| 133 | 133 |
| 134 "options": "../../.analysis_options", |
| 135 |
| 134 "uris": [ | 136 "uris": [ |
| 135 "../../lib/src/fasta", | 137 "../../lib/src/fasta", |
| 136 "../../lib/src/fasta/analyzer", | 138 "../../lib/src/fasta/analyzer", |
| 137 "../../lib/src/fasta/bin", | 139 "../../lib/src/fasta/bin", |
| 138 "../../lib/src/fasta/builder", | 140 "../../lib/src/fasta/builder", |
| 139 "../../lib/src/fasta/dill", | 141 "../../lib/src/fasta/dill", |
| 140 "../../lib/src/fasta/kernel", | 142 "../../lib/src/fasta/kernel", |
| 141 "../../lib/src/fasta/parser", | 143 "../../lib/src/fasta/parser", |
| 142 "../../lib/src/fasta/parser/bin", | 144 "../../lib/src/fasta/parser/bin", |
| 143 "../../lib/src/fasta/scanner", | 145 "../../lib/src/fasta/scanner", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 154 "sdk_test.dart", | 156 "sdk_test.dart", |
| 155 "../../../../utils/kernel-service/kernel-service.dart" | 157 "../../../../utils/kernel-service/kernel-service.dart" |
| 156 ], | 158 ], |
| 157 | 159 |
| 158 "exclude": [ | 160 "exclude": [ |
| 159 "/third_party/pkg/", | 161 "/third_party/pkg/", |
| 160 "/pkg/analyzer/" | 162 "/pkg/analyzer/" |
| 161 ] | 163 ] |
| 162 } | 164 } |
| 163 } | 165 } |
| OLD | NEW |