OLD | NEW |
1 { | 1 { |
2 "":"Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file", | 2 "":"Copyright (c) 2017, 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 "analyze": { | 8 "analyze": { |
9 "options": "analysis_options.yaml", | 9 "options": "analysis_options.yaml", |
10 | 10 |
11 "uris": [ | 11 "uris": [ |
12 ".", | 12 ".", |
13 "../../tests/compiler/dart2js/" | 13 "../../tests/compiler/dart2js/", |
| 14 "../../tests/utils/" |
14 ], | 15 ], |
15 | 16 |
16 "exclude": [ | 17 "exclude": [ |
17 "$ This file is input and has errors:", | 18 "^tests/compiler/dart2js/data/.*", |
18 "^tests/compiler/dart2js/data/one_line_dart_program\\.dart", | 19 "^tests/compiler/dart2js/path with spaces/.*", |
19 | 20 "^tests/compiler/dart2js/sourcemaps/data/.*", |
20 "^tests/compiler/dart2js/analyze_api_test\\.dart", | 21 "^tests/utils/dummy\\.dart" |
21 "^tests/compiler/dart2js/analyze_dart2js_test\\.dart", | |
22 "^tests/compiler/dart2js/analyze_test_test\\.dart", | |
23 "^tests/compiler/dart2js/analyze_unused_dart2js_test\\.dart", | |
24 "^tests/compiler/dart2js/class_set_test\\.dart", | |
25 "^tests/compiler/dart2js/constant_expression_test\\.dart", | |
26 "^tests/compiler/dart2js/data/mirrors_helper\\.dart", | |
27 "^tests/compiler/dart2js/deferred_dont_inline_deferred_constants_test\\.da
rt", | |
28 "^tests/compiler/dart2js/deferred_follow_constant_dependencies_test\\.dart
", | |
29 "^tests/compiler/dart2js/deferred_follow_implicit_super_regression_test\\.
dart", | |
30 "^tests/compiler/dart2js/deferred_load_graph_segmentation_test\\.dart", | |
31 "^tests/compiler/dart2js/deferred_mirrors_test\\.dart", | |
32 "^tests/compiler/dart2js/deferred_not_in_main_test\\.dart", | |
33 "^tests/compiler/dart2js/embedded_category_api_boundary_test\\.dart", | |
34 "^tests/compiler/dart2js/gvn_dynamic_field_get_test\\.dart", | |
35 "^tests/compiler/dart2js/kernel/closed_world_test\\.dart", | |
36 "^tests/compiler/dart2js/members_test\\.dart", | |
37 "^tests/compiler/dart2js/metadata_test\\.dart", | |
38 "^tests/compiler/dart2js/mirror_private_name_inheritance_test\\.dart", | |
39 "^tests/compiler/dart2js/mixin_typevariable_test\\.dart", | |
40 "^tests/compiler/dart2js/quarantined/http_test\\.dart", | |
41 "^tests/compiler/dart2js/resolver_test\\.dart", | |
42 "^tests/compiler/dart2js/serialization/duplicate_library_test\\.dart", | |
43 "^tests/compiler/dart2js/serialization/equivalence_test\\.dart", | |
44 "^tests/compiler/dart2js/serialization/test_helper\\.dart", | |
45 "^tests/compiler/dart2js/simple_inferrer_const_closure_default_test\\.dart
", | |
46 "^tests/compiler/dart2js/simple_inferrer_test\\.dart", | |
47 "^tests/compiler/dart2js/sourcemaps/data/invokes_test_file\\.dart", | |
48 "^tests/compiler/dart2js/sourcemaps/mapping_test\\.dart", | |
49 "^tests/compiler/dart2js/sourcemaps/nomapping_test\\.dart", | |
50 "^tests/compiler/dart2js/sourcemaps/output_structure\\.dart", | |
51 "^tests/compiler/dart2js/type_equals_test\\.dart", | |
52 "^tests/compiler/dart2js/type_inference7_test\\.dart", | |
53 "^tests/compiler/dart2js/type_inference8_test\\.dart", | |
54 "^tests/compiler/dart2js/type_mask2_test\\.dart", | |
55 "^tests/compiler/dart2js/type_mask_test\\.dart", | |
56 "^tests/compiler/dart2js/type_representation_test\\.dart", | |
57 "^tests/compiler/dart2js/type_substitution_test\\.dart", | |
58 "^tests/compiler/dart2js/type_test_helper\\.dart", | |
59 "^tests/compiler/dart2js/type_variable_occurrence_test\\.dart", | |
60 | |
61 "^tests/compiler/dart2js/path with spaces/.*" | |
62 ] | 22 ] |
63 } | 23 } |
64 } | 24 } |
OLD | NEW |