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

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

Issue 3012643002: Ensure all tests are analyzed. (Closed)
Patch Set: Created 3 years, 3 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 | no next file » | no next file with comments »
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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 } 194 }
195 ], 195 ],
196 196
197 "analyze": { 197 "analyze": {
198 198
199 "options": "analysis_options.yaml", 199 "options": "analysis_options.yaml",
200 200
201 "uris": [ 201 "uris": [
202 "lib/", 202 "lib/",
203 "tool/", 203 "tool/",
204 "test/",
204 "../kernel/lib/" 205 "../kernel/lib/"
205 ], 206 ],
206 207
207 "note": "Tests are included via git grep below.",
208
209 "git grep": { 208 "git grep": {
210 "pathspecs": [ "*.dart" ], 209 "pathspecs": [ "*.dart" ],
211 "patterns": [ 210 "patterns": [
212 "package:front_end/", 211 "package:front_end/",
213 "package:kernel/" 212 "package:kernel/"
214 ] 213 ]
215 }, 214 },
216 215
217 "exclude": [ 216 "exclude": [
218 "^pkg/analysis_server/lib/src/analysis_server\\.dart" 217 "^pkg/analysis_server/lib/src/analysis_server\\.dart"
219 ] 218 ]
220 } 219 }
221 } 220 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698