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

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

Issue 2941493002: Analyze package:testing. (Closed)
Patch Set: Add missing test. Created 3 years, 6 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 | « pkg/testing/test/analyze_test.dart ('k') | 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 { "Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file":0, 1 {
2 "for details. All rights reserved. Use of this source code is governed by a":0 , 2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file",
3 "BSD-style license that can be found in the LICENSE.md file.":0, 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.",
5
6 "packages": "../../.packages",
7
4 "suites": [ 8 "suites": [
5 { 9 {
6 "name": "dart_vm", 10 "name": "dart_vm",
7 "kind": "Chain", 11 "kind": "Chain",
8 "source": "package:testing/dart_vm_suite.dart", 12 "source": "package:testing/dart_vm_suite.dart",
9 "path": "test/", 13 "path": "test/",
10 "status": "test/dart_vm_suite.status", 14 "status": "test/dart_vm_suite.status",
11 "pattern": [ 15 "pattern": [
12 "\\.dart$" 16 "\\.dart$"
13 ], 17 ],
14 "exclude": [ 18 "exclude": [
15 ] 19 ]
16 } 20 }
17 ], 21 ],
22
18 "analyze": { 23 "analyze": {
24 "options": "analysis_options.yaml",
25
19 "uris": [ 26 "uris": [
27 "bin/",
20 "lib/", 28 "lib/",
21 "bin/run_tests.dart" 29 "test/"
22 ] 30 ]
23 } 31 }
24 } 32 }
OLDNEW
« no previous file with comments | « pkg/testing/test/analyze_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698