OLD | NEW |
(Empty) | |
| 1 { |
| 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", |
| 4 "":"BSD-style license that can be found in the LICENSE.md file.", |
| 5 |
| 6 "packages": "../../.packages", |
| 7 |
| 8 "analyze": { |
| 9 "options": "analysis_options_strong.yaml", |
| 10 |
| 11 "uris": [ |
| 12 ".", |
| 13 "../../tests/compiler/dart2js/" |
| 14 ], |
| 15 |
| 16 "exclude": [ |
| 17 "^pkg/compiler/lib/src/compile_time_constants\\.dart", |
| 18 "^pkg/compiler/lib/src/dart2js_resolver\\.dart", |
| 19 "^pkg/compiler/lib/src/deferred_load\\.dart", |
| 20 "^pkg/compiler/lib/src/enqueue\\.dart", |
| 21 "^pkg/compiler/lib/src/js_backend/backend_serialization\\.dart", |
| 22 "^pkg/compiler/lib/src/js_backend/constant_system_javascript\\.dart", |
| 23 "^pkg/compiler/lib/src/js_backend/enqueuer\\.dart", |
| 24 "^pkg/compiler/lib/src/js_backend/mirrors_analysis\\.dart", |
| 25 "^pkg/compiler/lib/src/js_backend/mirrors_data\\.dart", |
| 26 "^pkg/compiler/lib/src/js_model/elements\\.dart", |
| 27 "^pkg/compiler/lib/src/kernel/kernel_visitor\\.dart", |
| 28 "^pkg/compiler/lib/src/native/ssa\\.dart", |
| 29 "^pkg/compiler/lib/src/platform_configuration\\.dart", |
| 30 "^pkg/compiler/lib/src/typechecker\\.dart", |
| 31 |
| 32 "^pkg/compiler/lib/src/elements/[^/]*\\.dart", |
| 33 "^pkg/compiler/lib/src/inferrer/[^/]*\\.dart", |
| 34 "^pkg/compiler/lib/src/js_emitter/[^/]*\\.dart", |
| 35 "^pkg/compiler/lib/src/js_emitter/full_emitter/[^/]*\\.dart", |
| 36 "^pkg/compiler/lib/src/js_emitter/lazy_emitter/[^/]*\\.dart", |
| 37 "^pkg/compiler/lib/src/js_emitter/startup_emitter/[^/]*\\.dart", |
| 38 "^pkg/compiler/lib/src/resolution/[^/]*\\.dart", |
| 39 "^pkg/compiler/lib/src/serialization/[^/]*\\.dart", |
| 40 "^pkg/compiler/lib/src/ssa/[^/]*\\.dart", |
| 41 "^pkg/compiler/lib/src/types/[^/]*\\.dart", |
| 42 "^pkg/compiler/lib/src/universe/[^/]*\\.dart", |
| 43 |
| 44 "^tests/compiler/dart2js/analyze_api_test\\.dart", |
| 45 "^tests/compiler/dart2js/analyze_test_test\\.dart", |
| 46 "^tests/compiler/dart2js/bad_output_io_test\\.dart", |
| 47 "^tests/compiler/dart2js/boolified_operator_test\\.dart", |
| 48 "^tests/compiler/dart2js/codegen_helper\\.dart", |
| 49 "^tests/compiler/dart2js/constant_expression_evaluate_test\\.dart", |
| 50 "^tests/compiler/dart2js/constant_expression_test\\.dart", |
| 51 "^tests/compiler/dart2js/dart2js_batch2_test\\.dart", |
| 52 "^tests/compiler/dart2js/dart2js_batch_test\\.dart", |
| 53 "^tests/compiler/dart2js/dart2js_resolver_test\\.dart", |
| 54 "^tests/compiler/dart2js/data/dart2js_batch2_run\\.dart", |
| 55 "^tests/compiler/dart2js/data/mirrors_helper\\.dart", |
| 56 "^tests/compiler/dart2js/data/one_line_dart_program\\.dart", |
| 57 "^tests/compiler/dart2js/deferred_custom_element_test\\.dart", |
| 58 "^tests/compiler/dart2js/deferred_dont_inline_deferred_constants_test\\.da
rt", |
| 59 "^tests/compiler/dart2js/deferred_dont_inline_deferred_globals_test\\.dart
", |
| 60 "^tests/compiler/dart2js/deferred_follow_constant_dependencies_test\\.dart
", |
| 61 "^tests/compiler/dart2js/deferred_follow_implicit_super_regression_test\\.
dart", |
| 62 "^tests/compiler/dart2js/deferred_inline_restrictions_test\\.dart", |
| 63 "^tests/compiler/dart2js/deferred_load_graph_segmentation2_test\\.dart", |
| 64 "^tests/compiler/dart2js/deferred_load_graph_segmentation_test\\.dart", |
| 65 "^tests/compiler/dart2js/deferred_mirrors_test\\.dart", |
| 66 "^tests/compiler/dart2js/deferred_not_in_main_test\\.dart", |
| 67 "^tests/compiler/dart2js/embedded_category_api_boundary_test\\.dart", |
| 68 "^tests/compiler/dart2js/exit_code_test\\.dart", |
| 69 "^tests/compiler/dart2js/expect_annotations2_test\\.dart", |
| 70 "^tests/compiler/dart2js/flatten_test\\.dart", |
| 71 "^tests/compiler/dart2js/gvn_dynamic_field_get_test\\.dart", |
| 72 "^tests/compiler/dart2js/import_mirrors_test\\.dart", |
| 73 "^tests/compiler/dart2js/import_test\\.dart", |
| 74 "^tests/compiler/dart2js/in_user_code_test\\.dart", |
| 75 "^tests/compiler/dart2js/interop_anonymous_unreachable_test\\.dart", |
| 76 "^tests/compiler/dart2js/js_constant_test\\.dart", |
| 77 "^tests/compiler/dart2js/js_parser_statements_test\\.dart", |
| 78 "^tests/compiler/dart2js/js_spec_optimization_test\\.dart", |
| 79 "^tests/compiler/dart2js/jsinterop/world_test\\.dart", |
| 80 "^tests/compiler/dart2js/kernel/class_hierarchy_test\\.dart", |
| 81 "^tests/compiler/dart2js/kernel/closed_world_test\\.dart", |
| 82 "^tests/compiler/dart2js/kernel/visitor_test\\.dart", |
| 83 "^tests/compiler/dart2js/least_upper_bound_test\\.dart", |
| 84 "^tests/compiler/dart2js/library_resolution_test\\.dart", |
| 85 "^tests/compiler/dart2js/list_tracer2_test\\.dart", |
| 86 "^tests/compiler/dart2js/list_tracer3_test\\.dart", |
| 87 "^tests/compiler/dart2js/members_test\\.dart", |
| 88 "^tests/compiler/dart2js/memory_compiler\\.dart", |
| 89 "^tests/compiler/dart2js/message_kind_helper\\.dart", |
| 90 "^tests/compiler/dart2js/metadata_test\\.dart", |
| 91 "^tests/compiler/dart2js/minimal_resolution_test\\.dart", |
| 92 "^tests/compiler/dart2js/mirrors_used_test\\.dart", |
| 93 "^tests/compiler/dart2js/mixin_typevariable_test\\.dart", |
| 94 "^tests/compiler/dart2js/mock_compiler\\.dart", |
| 95 "^tests/compiler/dart2js/modulo_remainder_test\\.dart", |
| 96 "^tests/compiler/dart2js/needs_no_such_method_test\\.dart", |
| 97 "^tests/compiler/dart2js/no_such_method_enabled_test\\.dart", |
| 98 "^tests/compiler/dart2js/output_collector\\.dart", |
| 99 "^tests/compiler/dart2js/override_inheritance_test\\.dart", |
| 100 "^tests/compiler/dart2js/package_root_test\\.dart", |
| 101 "^tests/compiler/dart2js/partial_parser_test\\.dart", |
| 102 "^tests/compiler/dart2js/patch_test\\.dart", |
| 103 "^tests/compiler/dart2js/quarantined/http_launch_data/http_launch_main_pac
kage\\.dart", |
| 104 "^tests/compiler/dart2js/quarantined/http_test\\.dart", |
| 105 "^tests/compiler/dart2js/reexport_handled_test\\.dart", |
| 106 "^tests/compiler/dart2js/resolution_test\\.dart", |
| 107 "^tests/compiler/dart2js/resolver_test\\.dart", |
| 108 "^tests/compiler/dart2js/serialization/analysis_test_helper\\.dart", |
| 109 "^tests/compiler/dart2js/serialization/compilation_test_helper\\.dart", |
| 110 "^tests/compiler/dart2js/serialization/duplicate_library_test\\.dart", |
| 111 "^tests/compiler/dart2js/serialization/equivalence_test\\.dart", |
| 112 "^tests/compiler/dart2js/serialization/model_test_helper\\.dart", |
| 113 "^tests/compiler/dart2js/serialization/test_helper\\.dart", |
| 114 "^tests/compiler/dart2js/simple_inferrer_closure_test\\.dart", |
| 115 "^tests/compiler/dart2js/simple_inferrer_const_closure2_test\\.dart", |
| 116 "^tests/compiler/dart2js/simple_inferrer_const_closure_default_test\\.dart
", |
| 117 "^tests/compiler/dart2js/simple_inferrer_const_closure_test\\.dart", |
| 118 "^tests/compiler/dart2js/simple_inferrer_global_field_closure_test\\.dart"
, |
| 119 "^tests/compiler/dart2js/simple_inferrer_test\\.dart", |
| 120 "^tests/compiler/dart2js/size_test\\.dart", |
| 121 "^tests/compiler/dart2js/source_map_validator_helper\\.dart", |
| 122 "^tests/compiler/dart2js/sourcemaps/data/invokes_test_file\\.dart", |
| 123 "^tests/compiler/dart2js/sourcemaps/diff_view\\.dart", |
| 124 "^tests/compiler/dart2js/sourcemaps/html_parts\\.dart", |
| 125 "^tests/compiler/dart2js/sourcemaps/lax_json\\.dart", |
| 126 "^tests/compiler/dart2js/sourcemaps/mapping_test\\.dart", |
| 127 "^tests/compiler/dart2js/sourcemaps/nomapping_test\\.dart", |
| 128 "^tests/compiler/dart2js/sourcemaps/output_structure\\.dart", |
| 129 "^tests/compiler/dart2js/sourcemaps/save\\.dart", |
| 130 "^tests/compiler/dart2js/sourcemaps/source_mapping_test_viewer\\.dart", |
| 131 "^tests/compiler/dart2js/sourcemaps/sourcemap_helper\\.dart", |
| 132 "^tests/compiler/dart2js/sourcemaps/sourcemap_html_helper\\.dart", |
| 133 "^tests/compiler/dart2js/sourcemaps/stacktrace_test\\.dart", |
| 134 "^tests/compiler/dart2js/subtype_test\\.dart", |
| 135 "^tests/compiler/dart2js/subtypeset_test\\.dart", |
| 136 "^tests/compiler/dart2js/tdiv_test\\.dart", |
| 137 "^tests/compiler/dart2js/token_naming_test\\.dart", |
| 138 "^tests/compiler/dart2js/trust_type_annotations_test\\.dart", |
| 139 "^tests/compiler/dart2js/type_checker_test\\.dart", |
| 140 "^tests/compiler/dart2js/type_equals_test\\.dart", |
| 141 "^tests/compiler/dart2js/type_inference8_test\\.dart", |
| 142 "^tests/compiler/dart2js/type_mask2_test\\.dart", |
| 143 "^tests/compiler/dart2js/type_mask_test\\.dart", |
| 144 "^tests/compiler/dart2js/type_order_test\\.dart", |
| 145 "^tests/compiler/dart2js/type_representation_test\\.dart", |
| 146 "^tests/compiler/dart2js/type_substitution_test\\.dart", |
| 147 "^tests/compiler/dart2js/type_variable_occurrence_test\\.dart", |
| 148 "^tests/compiler/dart2js/unused_empty_map_test\\.dart", |
| 149 "^tests/compiler/dart2js/world_test\\.dart", |
| 150 "^tests/compiler/dart2js/analyze_dart2js_helpers_test\\.dart", |
| 151 "^tests/compiler/dart2js/analyze_dart2js_test\\.dart", |
| 152 "^tests/compiler/dart2js/analyze_helper\\.dart", |
| 153 "^tests/compiler/dart2js/analyze_unused_dart2js_test\\.dart", |
| 154 "^tests/compiler/dart2js/call_site_simple_type_inferer_test\\.dart", |
| 155 "^tests/compiler/dart2js/class_set_test\\.dart", |
| 156 "^tests/compiler/dart2js/const_exp_test\\.dart", |
| 157 "^tests/compiler/dart2js/equivalence/check_functions\\.dart", |
| 158 "^tests/compiler/dart2js/equivalence/check_helpers\\.dart", |
| 159 "^tests/compiler/dart2js/field_type_simple_inferer_test\\.dart", |
| 160 "^tests/compiler/dart2js/inference/data/super_set\\.dart", |
| 161 "^tests/compiler/dart2js/inference/enumerator\\.dart", |
| 162 "^tests/compiler/dart2js/inference/id_equivalence_test\\.dart", |
| 163 "^tests/compiler/dart2js/inference/inference_test_helper\\.dart", |
| 164 "^tests/compiler/dart2js/instantiated_classes_test\\.dart", |
| 165 "^tests/compiler/dart2js/issue13354_test\\.dart", |
| 166 "^tests/compiler/dart2js/kernel/closed_world2_test\\.dart", |
| 167 "^tests/compiler/dart2js/kernel/closed_world_from_dill_test\\.dart", |
| 168 "^tests/compiler/dart2js/kernel/compile_from_dill_test\\.dart", |
| 169 "^tests/compiler/dart2js/kernel/impact_test\\.dart", |
| 170 "^tests/compiler/dart2js/kernel/test_helpers\\.dart", |
| 171 "^tests/compiler/dart2js/location_collector_test\\.dart", |
| 172 "^tests/compiler/dart2js/mirror_private_name_inheritance_test\\.dart", |
| 173 "^tests/compiler/dart2js/related_types\\.dart", |
| 174 "^tests/compiler/dart2js/simple_inferrer_callers_test\\.dart", |
| 175 "^tests/compiler/dart2js/simple_inferrer_const_closure3_test\\.dart", |
| 176 "^tests/compiler/dart2js/simple_inferrer_const_closure4_test\\.dart", |
| 177 "^tests/compiler/dart2js/simple_inferrer_const_closure5_test\\.dart", |
| 178 "^tests/compiler/dart2js/simple_inferrer_final_field2_test\\.dart", |
| 179 "^tests/compiler/dart2js/simple_inferrer_final_field3_test\\.dart", |
| 180 "^tests/compiler/dart2js/simple_inferrer_final_field_test\\.dart", |
| 181 "^tests/compiler/dart2js/simple_inferrer_global_field_closure2_test\\.dart
", |
| 182 "^tests/compiler/dart2js/simple_inferrer_postfix_prefix_test\\.dart", |
| 183 "^tests/compiler/dart2js/simple_inferrer_unregister_call_test\\.dart", |
| 184 "^tests/compiler/dart2js/source_map_name_test\\.dart", |
| 185 "^tests/compiler/dart2js/source_mapping_test\\.dart", |
| 186 "^tests/compiler/dart2js/type_combination_test\\.dart", |
| 187 "^tests/compiler/dart2js/type_inference7_test\\.dart", |
| 188 "^tests/compiler/dart2js/type_test_helper\\.dart", |
| 189 |
| 190 "^tests/compiler/dart2js/path with spaces/.*" |
| 191 ] |
| 192 } |
| 193 } |
OLD | NEW |