Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(831)

Side by Side Diff: pkg/front_end/test/fasta/testing.json

Issue 2697603009: Allow to specify analysis-options to the analyzer step in package:testing, and (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | pkg/testing/lib/src/analyze.dart » ('j') | pkg/testing/lib/src/analyze.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | pkg/testing/lib/src/analyze.dart » ('j') | pkg/testing/lib/src/analyze.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698