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 | 10 |
10 "uris": [ | 11 "uris": [ |
11 "tool" | 12 ".", |
| 13 "../../tests/compiler/dart2js/" |
12 ], | 14 ], |
13 | 15 |
14 "exclude": [ | 16 "exclude": [ |
15 "/pkg/front_end", | 17 "^tests/compiler/dart2js/analyze_api_test\\.dart", |
16 "/third_party/pkg/", | 18 "^tests/compiler/dart2js/analyze_test_test\\.dart", |
17 "/third_party/pkg_tested/" | 19 "^tests/compiler/dart2js/bad_output_io_test\\.dart", |
| 20 "^tests/compiler/dart2js/boolified_operator_test\\.dart", |
| 21 "^tests/compiler/dart2js/codegen_helper\\.dart", |
| 22 "^tests/compiler/dart2js/constant_expression_evaluate_test\\.dart", |
| 23 "^tests/compiler/dart2js/constant_expression_test\\.dart", |
| 24 "^tests/compiler/dart2js/dart2js_batch2_test\\.dart", |
| 25 "^tests/compiler/dart2js/dart2js_batch_test\\.dart", |
| 26 "^tests/compiler/dart2js/dart2js_resolver_test\\.dart", |
| 27 "^tests/compiler/dart2js/data/dart2js_batch2_run\\.dart", |
| 28 "^tests/compiler/dart2js/data/mirrors_helper\\.dart", |
| 29 "^tests/compiler/dart2js/data/one_line_dart_program\\.dart", |
| 30 "^tests/compiler/dart2js/deferred_custom_element_test\\.dart", |
| 31 "^tests/compiler/dart2js/deferred_dont_inline_deferred_constants_test\\.da
rt", |
| 32 "^tests/compiler/dart2js/deferred_dont_inline_deferred_globals_test\\.dart
", |
| 33 "^tests/compiler/dart2js/deferred_follow_constant_dependencies_test\\.dart
", |
| 34 "^tests/compiler/dart2js/deferred_follow_implicit_super_regression_test\\.
dart", |
| 35 "^tests/compiler/dart2js/deferred_inline_restrictions_test\\.dart", |
| 36 "^tests/compiler/dart2js/deferred_load_graph_segmentation2_test\\.dart", |
| 37 "^tests/compiler/dart2js/deferred_load_graph_segmentation_test\\.dart", |
| 38 "^tests/compiler/dart2js/deferred_mirrors_test\\.dart", |
| 39 "^tests/compiler/dart2js/deferred_not_in_main_test\\.dart", |
| 40 "^tests/compiler/dart2js/embedded_category_api_boundary_test\\.dart", |
| 41 "^tests/compiler/dart2js/exit_code_test\\.dart", |
| 42 "^tests/compiler/dart2js/expect_annotations2_test\\.dart", |
| 43 "^tests/compiler/dart2js/flatten_test\\.dart", |
| 44 "^tests/compiler/dart2js/gvn_dynamic_field_get_test\\.dart", |
| 45 "^tests/compiler/dart2js/import_mirrors_test\\.dart", |
| 46 "^tests/compiler/dart2js/import_test\\.dart", |
| 47 "^tests/compiler/dart2js/in_user_code_test\\.dart", |
| 48 "^tests/compiler/dart2js/interop_anonymous_unreachable_test\\.dart", |
| 49 "^tests/compiler/dart2js/js_constant_test\\.dart", |
| 50 "^tests/compiler/dart2js/js_parser_statements_test\\.dart", |
| 51 "^tests/compiler/dart2js/js_spec_optimization_test\\.dart", |
| 52 "^tests/compiler/dart2js/jsinterop/world_test\\.dart", |
| 53 "^tests/compiler/dart2js/kernel/class_hierarchy_test\\.dart", |
| 54 "^tests/compiler/dart2js/kernel/closed_world_test\\.dart", |
| 55 "^tests/compiler/dart2js/kernel/visitor_test\\.dart", |
| 56 "^tests/compiler/dart2js/least_upper_bound_test\\.dart", |
| 57 "^tests/compiler/dart2js/library_resolution_test\\.dart", |
| 58 "^tests/compiler/dart2js/list_tracer2_test\\.dart", |
| 59 "^tests/compiler/dart2js/list_tracer3_test\\.dart", |
| 60 "^tests/compiler/dart2js/members_test\\.dart", |
| 61 "^tests/compiler/dart2js/memory_compiler\\.dart", |
| 62 "^tests/compiler/dart2js/message_kind_helper\\.dart", |
| 63 "^tests/compiler/dart2js/metadata_test\\.dart", |
| 64 "^tests/compiler/dart2js/minimal_resolution_test\\.dart", |
| 65 "^tests/compiler/dart2js/mirrors_used_test\\.dart", |
| 66 "^tests/compiler/dart2js/mixin_typevariable_test\\.dart", |
| 67 "^tests/compiler/dart2js/mock_compiler\\.dart", |
| 68 "^tests/compiler/dart2js/modulo_remainder_test\\.dart", |
| 69 "^tests/compiler/dart2js/needs_no_such_method_test\\.dart", |
| 70 "^tests/compiler/dart2js/no_such_method_enabled_test\\.dart", |
| 71 "^tests/compiler/dart2js/output_collector\\.dart", |
| 72 "^tests/compiler/dart2js/override_inheritance_test\\.dart", |
| 73 "^tests/compiler/dart2js/package_root_test\\.dart", |
| 74 "^tests/compiler/dart2js/partial_parser_test\\.dart", |
| 75 "^tests/compiler/dart2js/patch_test\\.dart", |
| 76 "^tests/compiler/dart2js/quarantined/http_launch_data/http_launch_main_pac
kage\\.dart", |
| 77 "^tests/compiler/dart2js/quarantined/http_test\\.dart", |
| 78 "^tests/compiler/dart2js/reexport_handled_test\\.dart", |
| 79 "^tests/compiler/dart2js/resolution_test\\.dart", |
| 80 "^tests/compiler/dart2js/resolver_test\\.dart", |
| 81 "^tests/compiler/dart2js/serialization/analysis_test_helper\\.dart", |
| 82 "^tests/compiler/dart2js/serialization/compilation_test_helper\\.dart", |
| 83 "^tests/compiler/dart2js/serialization/duplicate_library_test\\.dart", |
| 84 "^tests/compiler/dart2js/serialization/equivalence_test\\.dart", |
| 85 "^tests/compiler/dart2js/serialization/model_test_helper\\.dart", |
| 86 "^tests/compiler/dart2js/serialization/test_helper\\.dart", |
| 87 "^tests/compiler/dart2js/simple_inferrer_closure_test\\.dart", |
| 88 "^tests/compiler/dart2js/simple_inferrer_const_closure2_test\\.dart", |
| 89 "^tests/compiler/dart2js/simple_inferrer_const_closure_default_test\\.dart
", |
| 90 "^tests/compiler/dart2js/simple_inferrer_const_closure_test\\.dart", |
| 91 "^tests/compiler/dart2js/simple_inferrer_global_field_closure_test\\.dart"
, |
| 92 "^tests/compiler/dart2js/simple_inferrer_test\\.dart", |
| 93 "^tests/compiler/dart2js/size_test\\.dart", |
| 94 "^tests/compiler/dart2js/source_map_validator_helper\\.dart", |
| 95 "^tests/compiler/dart2js/sourcemaps/data/invokes_test_file\\.dart", |
| 96 "^tests/compiler/dart2js/sourcemaps/diff_view\\.dart", |
| 97 "^tests/compiler/dart2js/sourcemaps/html_parts\\.dart", |
| 98 "^tests/compiler/dart2js/sourcemaps/lax_json\\.dart", |
| 99 "^tests/compiler/dart2js/sourcemaps/mapping_test\\.dart", |
| 100 "^tests/compiler/dart2js/sourcemaps/nomapping_test\\.dart", |
| 101 "^tests/compiler/dart2js/sourcemaps/output_structure\\.dart", |
| 102 "^tests/compiler/dart2js/sourcemaps/save\\.dart", |
| 103 "^tests/compiler/dart2js/sourcemaps/source_mapping_test_viewer\\.dart", |
| 104 "^tests/compiler/dart2js/sourcemaps/sourcemap_helper\\.dart", |
| 105 "^tests/compiler/dart2js/sourcemaps/sourcemap_html_helper\\.dart", |
| 106 "^tests/compiler/dart2js/sourcemaps/stacktrace_test\\.dart", |
| 107 "^tests/compiler/dart2js/subtype_test\\.dart", |
| 108 "^tests/compiler/dart2js/subtypeset_test\\.dart", |
| 109 "^tests/compiler/dart2js/tdiv_test\\.dart", |
| 110 "^tests/compiler/dart2js/token_naming_test\\.dart", |
| 111 "^tests/compiler/dart2js/trust_type_annotations_test\\.dart", |
| 112 "^tests/compiler/dart2js/type_checker_test\\.dart", |
| 113 "^tests/compiler/dart2js/type_equals_test\\.dart", |
| 114 "^tests/compiler/dart2js/type_inference8_test\\.dart", |
| 115 "^tests/compiler/dart2js/type_mask2_test\\.dart", |
| 116 "^tests/compiler/dart2js/type_mask_test\\.dart", |
| 117 "^tests/compiler/dart2js/type_order_test\\.dart", |
| 118 "^tests/compiler/dart2js/type_representation_test\\.dart", |
| 119 "^tests/compiler/dart2js/type_substitution_test\\.dart", |
| 120 "^tests/compiler/dart2js/type_variable_occurrence_test\\.dart", |
| 121 "^tests/compiler/dart2js/unused_empty_map_test\\.dart", |
| 122 "^tests/compiler/dart2js/world_test\\.dart", |
| 123 |
| 124 "^tests/compiler/dart2js/path with spaces/.*" |
18 ] | 125 ] |
19 } | 126 } |
20 } | 127 } |
OLD | NEW |