OLD | NEW |
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 } |
OLD | NEW |