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

Side by Side Diff: pkg/compiler/testing_strong.json

Issue 2942763002: Late night strong mode cleaning. (Closed)
Patch Set: 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/compiler/lib/src/typechecker.dart ('k') | pkg/front_end/test/fasta/testing.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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_strong.yaml", 9 "options": "analysis_options_strong.yaml",
10 10
11 "uris": [ 11 "uris": [
12 ".", 12 ".",
13 "../../tests/compiler/dart2js/" 13 "../../tests/compiler/dart2js/"
14 ], 14 ],
15 15
16 "exclude": [ 16 "exclude": [
17 "^pkg/compiler/lib/src/deferred_load\\.dart",
18 "^pkg/compiler/lib/src/elements/resolution_types\\.dart",
19 "^pkg/compiler/lib/src/enqueue\\.dart",
20 "^pkg/compiler/lib/src/inferrer/builder\\.dart", 17 "^pkg/compiler/lib/src/inferrer/builder\\.dart",
21 "^pkg/compiler/lib/src/inferrer/locals_handler\\.dart", 18 "^pkg/compiler/lib/src/inferrer/locals_handler\\.dart",
22 "^pkg/compiler/lib/src/inferrer/node_tracer\\.dart", 19 "^pkg/compiler/lib/src/inferrer/node_tracer\\.dart",
23 "^pkg/compiler/lib/src/inferrer/type_graph_dump\\.dart", 20 "^pkg/compiler/lib/src/inferrer/type_graph_dump\\.dart",
24 "^pkg/compiler/lib/src/inferrer/type_graph_nodes\\.dart", 21 "^pkg/compiler/lib/src/inferrer/type_graph_nodes\\.dart",
22
25 "^pkg/compiler/lib/src/js_backend/backend_serialization\\.dart", 23 "^pkg/compiler/lib/src/js_backend/backend_serialization\\.dart",
26 "^pkg/compiler/lib/src/js_backend/constant_system_javascript\\.dart", 24 "^pkg/compiler/lib/src/js_backend/constant_system_javascript\\.dart",
27 "^pkg/compiler/lib/src/js_backend/enqueuer\\.dart", 25 "^pkg/compiler/lib/src/js_backend/enqueuer\\.dart",
28 "^pkg/compiler/lib/src/js_backend/mirrors_analysis\\.dart", 26 "^pkg/compiler/lib/src/js_backend/mirrors_analysis\\.dart",
29 "^pkg/compiler/lib/src/js_backend/mirrors_data\\.dart", 27 "^pkg/compiler/lib/src/js_backend/mirrors_data\\.dart",
28
30 "^pkg/compiler/lib/src/js_model/elements\\.dart", 29 "^pkg/compiler/lib/src/js_model/elements\\.dart",
30
31 "^pkg/compiler/lib/src/native/ssa\\.dart", 31 "^pkg/compiler/lib/src/native/ssa\\.dart",
32 "^pkg/compiler/lib/src/platform_configuration\\.dart", 32
33 "^pkg/compiler/lib/src/resolution/constructors\\.dart", 33 "^pkg/compiler/lib/src/resolution/constructors\\.dart",
34 "^pkg/compiler/lib/src/resolution/no_such_method_resolver\\.dart", 34 "^pkg/compiler/lib/src/resolution/no_such_method_resolver\\.dart",
35 "^pkg/compiler/lib/src/resolution/type_resolver\\.dart", 35 "^pkg/compiler/lib/src/resolution/type_resolver\\.dart",
36
36 "^pkg/compiler/lib/src/serialization/constant_serialization\\.dart", 37 "^pkg/compiler/lib/src/serialization/constant_serialization\\.dart",
38
37 "^pkg/compiler/lib/src/ssa/builder\\.dart", 39 "^pkg/compiler/lib/src/ssa/builder\\.dart",
38 "^pkg/compiler/lib/src/ssa/interceptor_simplifier\\.dart", 40 "^pkg/compiler/lib/src/ssa/interceptor_simplifier\\.dart",
39 "^pkg/compiler/lib/src/ssa/locals_handler\\.dart", 41 "^pkg/compiler/lib/src/ssa/locals_handler\\.dart",
40 "^pkg/compiler/lib/src/ssa/optimize\\.dart", 42 "^pkg/compiler/lib/src/ssa/optimize\\.dart",
41 "^pkg/compiler/lib/src/ssa/type_builder\\.dart", 43 "^pkg/compiler/lib/src/ssa/type_builder\\.dart",
42 "^pkg/compiler/lib/src/ssa/value_range_analyzer\\.dart", 44 "^pkg/compiler/lib/src/ssa/value_range_analyzer\\.dart",
43 "^pkg/compiler/lib/src/ssa/variable_allocator\\.dart", 45 "^pkg/compiler/lib/src/ssa/variable_allocator\\.dart",
44 "^pkg/compiler/lib/src/typechecker\\.dart",
45 46
46 "^pkg/compiler/lib/src/js_emitter/[^/]*\\.dart", 47 "^pkg/compiler/lib/src/js_emitter/[^/]*\\.dart",
47 "^pkg/compiler/lib/src/js_emitter/full_emitter/[^/]*\\.dart", 48 "^pkg/compiler/lib/src/js_emitter/full_emitter/[^/]*\\.dart",
48 "^pkg/compiler/lib/src/js_emitter/lazy_emitter/[^/]*\\.dart", 49 "^pkg/compiler/lib/src/js_emitter/lazy_emitter/[^/]*\\.dart",
49 "^pkg/compiler/lib/src/js_emitter/startup_emitter/[^/]*\\.dart", 50 "^pkg/compiler/lib/src/js_emitter/startup_emitter/[^/]*\\.dart",
50 "^pkg/compiler/lib/src/types/[^/]*\\.dart", 51 "^pkg/compiler/lib/src/types/[^/]*\\.dart",
51 "^pkg/compiler/lib/src/universe/[^/]*\\.dart", 52 "^pkg/compiler/lib/src/universe/[^/]*\\.dart",
52 53
53 "^tests/compiler/dart2js/analyze_api_test\\.dart", 54 "^tests/compiler/dart2js/analyze_api_test\\.dart",
54 "^tests/compiler/dart2js/analyze_test_test\\.dart", 55 "^tests/compiler/dart2js/analyze_test_test\\.dart",
(...skipping 24 matching lines...) Expand all
79 "^tests/compiler/dart2js/flatten_test\\.dart", 80 "^tests/compiler/dart2js/flatten_test\\.dart",
80 "^tests/compiler/dart2js/gvn_dynamic_field_get_test\\.dart", 81 "^tests/compiler/dart2js/gvn_dynamic_field_get_test\\.dart",
81 "^tests/compiler/dart2js/import_mirrors_test\\.dart", 82 "^tests/compiler/dart2js/import_mirrors_test\\.dart",
82 "^tests/compiler/dart2js/import_test\\.dart", 83 "^tests/compiler/dart2js/import_test\\.dart",
83 "^tests/compiler/dart2js/in_user_code_test\\.dart", 84 "^tests/compiler/dart2js/in_user_code_test\\.dart",
84 "^tests/compiler/dart2js/interop_anonymous_unreachable_test\\.dart", 85 "^tests/compiler/dart2js/interop_anonymous_unreachable_test\\.dart",
85 "^tests/compiler/dart2js/js_constant_test\\.dart", 86 "^tests/compiler/dart2js/js_constant_test\\.dart",
86 "^tests/compiler/dart2js/js_parser_statements_test\\.dart", 87 "^tests/compiler/dart2js/js_parser_statements_test\\.dart",
87 "^tests/compiler/dart2js/js_spec_optimization_test\\.dart", 88 "^tests/compiler/dart2js/js_spec_optimization_test\\.dart",
88 "^tests/compiler/dart2js/jsinterop/world_test\\.dart", 89 "^tests/compiler/dart2js/jsinterop/world_test\\.dart",
89 "^tests/compiler/dart2js/kernel/class_hierarchy_test\\.dart",
90 "^tests/compiler/dart2js/kernel/closed_world_test\\.dart", 90 "^tests/compiler/dart2js/kernel/closed_world_test\\.dart",
91 "^tests/compiler/dart2js/kernel/visitor_test\\.dart",
92 "^tests/compiler/dart2js/least_upper_bound_test\\.dart", 91 "^tests/compiler/dart2js/least_upper_bound_test\\.dart",
93 "^tests/compiler/dart2js/library_resolution_test\\.dart", 92 "^tests/compiler/dart2js/library_resolution_test\\.dart",
94 "^tests/compiler/dart2js/list_tracer2_test\\.dart", 93 "^tests/compiler/dart2js/list_tracer2_test\\.dart",
95 "^tests/compiler/dart2js/list_tracer3_test\\.dart", 94 "^tests/compiler/dart2js/list_tracer3_test\\.dart",
96 "^tests/compiler/dart2js/members_test\\.dart", 95 "^tests/compiler/dart2js/members_test\\.dart",
97 "^tests/compiler/dart2js/memory_compiler\\.dart", 96 "^tests/compiler/dart2js/memory_compiler\\.dart",
98 "^tests/compiler/dart2js/message_kind_helper\\.dart", 97 "^tests/compiler/dart2js/message_kind_helper\\.dart",
99 "^tests/compiler/dart2js/metadata_test\\.dart", 98 "^tests/compiler/dart2js/metadata_test\\.dart",
100 "^tests/compiler/dart2js/minimal_resolution_test\\.dart", 99 "^tests/compiler/dart2js/minimal_resolution_test\\.dart",
101 "^tests/compiler/dart2js/mirrors_used_test\\.dart", 100 "^tests/compiler/dart2js/mirrors_used_test\\.dart",
(...skipping 18 matching lines...) Expand all
120 "^tests/compiler/dart2js/serialization/equivalence_test\\.dart", 119 "^tests/compiler/dart2js/serialization/equivalence_test\\.dart",
121 "^tests/compiler/dart2js/serialization/model_test_helper\\.dart", 120 "^tests/compiler/dart2js/serialization/model_test_helper\\.dart",
122 "^tests/compiler/dart2js/serialization/test_helper\\.dart", 121 "^tests/compiler/dart2js/serialization/test_helper\\.dart",
123 "^tests/compiler/dart2js/simple_inferrer_closure_test\\.dart", 122 "^tests/compiler/dart2js/simple_inferrer_closure_test\\.dart",
124 "^tests/compiler/dart2js/simple_inferrer_const_closure2_test\\.dart", 123 "^tests/compiler/dart2js/simple_inferrer_const_closure2_test\\.dart",
125 "^tests/compiler/dart2js/simple_inferrer_const_closure_default_test\\.dart ", 124 "^tests/compiler/dart2js/simple_inferrer_const_closure_default_test\\.dart ",
126 "^tests/compiler/dart2js/simple_inferrer_const_closure_test\\.dart", 125 "^tests/compiler/dart2js/simple_inferrer_const_closure_test\\.dart",
127 "^tests/compiler/dart2js/simple_inferrer_global_field_closure_test\\.dart" , 126 "^tests/compiler/dart2js/simple_inferrer_global_field_closure_test\\.dart" ,
128 "^tests/compiler/dart2js/simple_inferrer_test\\.dart", 127 "^tests/compiler/dart2js/simple_inferrer_test\\.dart",
129 "^tests/compiler/dart2js/size_test\\.dart", 128 "^tests/compiler/dart2js/size_test\\.dart",
130 "^tests/compiler/dart2js/source_map_validator_helper\\.dart",
131 "^tests/compiler/dart2js/sourcemaps/data/invokes_test_file\\.dart", 129 "^tests/compiler/dart2js/sourcemaps/data/invokes_test_file\\.dart",
132 "^tests/compiler/dart2js/sourcemaps/diff_view\\.dart", 130 "^tests/compiler/dart2js/sourcemaps/diff_view\\.dart",
133 "^tests/compiler/dart2js/sourcemaps/html_parts\\.dart", 131 "^tests/compiler/dart2js/sourcemaps/html_parts\\.dart",
134 "^tests/compiler/dart2js/sourcemaps/lax_json\\.dart", 132 "^tests/compiler/dart2js/sourcemaps/lax_json\\.dart",
135 "^tests/compiler/dart2js/sourcemaps/mapping_test\\.dart", 133 "^tests/compiler/dart2js/sourcemaps/mapping_test\\.dart",
136 "^tests/compiler/dart2js/sourcemaps/nomapping_test\\.dart", 134 "^tests/compiler/dart2js/sourcemaps/nomapping_test\\.dart",
137 "^tests/compiler/dart2js/sourcemaps/output_structure\\.dart", 135 "^tests/compiler/dart2js/sourcemaps/output_structure\\.dart",
138 "^tests/compiler/dart2js/sourcemaps/save\\.dart", 136 "^tests/compiler/dart2js/sourcemaps/save\\.dart",
139 "^tests/compiler/dart2js/sourcemaps/source_mapping_test_viewer\\.dart", 137 "^tests/compiler/dart2js/sourcemaps/source_mapping_test_viewer\\.dart",
140 "^tests/compiler/dart2js/sourcemaps/sourcemap_helper\\.dart",
141 "^tests/compiler/dart2js/sourcemaps/sourcemap_html_helper\\.dart", 138 "^tests/compiler/dart2js/sourcemaps/sourcemap_html_helper\\.dart",
142 "^tests/compiler/dart2js/sourcemaps/stacktrace_test\\.dart", 139 "^tests/compiler/dart2js/sourcemaps/stacktrace_test\\.dart",
143 "^tests/compiler/dart2js/subtype_test\\.dart", 140 "^tests/compiler/dart2js/subtype_test\\.dart",
144 "^tests/compiler/dart2js/subtypeset_test\\.dart", 141 "^tests/compiler/dart2js/subtypeset_test\\.dart",
145 "^tests/compiler/dart2js/tdiv_test\\.dart", 142 "^tests/compiler/dart2js/tdiv_test\\.dart",
146 "^tests/compiler/dart2js/token_naming_test\\.dart", 143 "^tests/compiler/dart2js/token_naming_test\\.dart",
147 "^tests/compiler/dart2js/trust_type_annotations_test\\.dart", 144 "^tests/compiler/dart2js/trust_type_annotations_test\\.dart",
148 "^tests/compiler/dart2js/type_checker_test\\.dart", 145 "^tests/compiler/dart2js/type_checker_test\\.dart",
149 "^tests/compiler/dart2js/type_equals_test\\.dart", 146 "^tests/compiler/dart2js/type_equals_test\\.dart",
150 "^tests/compiler/dart2js/type_inference8_test\\.dart", 147 "^tests/compiler/dart2js/type_inference8_test\\.dart",
151 "^tests/compiler/dart2js/type_mask2_test\\.dart", 148 "^tests/compiler/dart2js/type_mask2_test\\.dart",
152 "^tests/compiler/dart2js/type_mask_test\\.dart", 149 "^tests/compiler/dart2js/type_mask_test\\.dart",
153 "^tests/compiler/dart2js/type_order_test\\.dart", 150 "^tests/compiler/dart2js/type_order_test\\.dart",
154 "^tests/compiler/dart2js/type_representation_test\\.dart", 151 "^tests/compiler/dart2js/type_representation_test\\.dart",
155 "^tests/compiler/dart2js/type_substitution_test\\.dart", 152 "^tests/compiler/dart2js/type_substitution_test\\.dart",
156 "^tests/compiler/dart2js/type_variable_occurrence_test\\.dart", 153 "^tests/compiler/dart2js/type_variable_occurrence_test\\.dart",
157 "^tests/compiler/dart2js/unused_empty_map_test\\.dart", 154 "^tests/compiler/dart2js/unused_empty_map_test\\.dart",
158 "^tests/compiler/dart2js/world_test\\.dart", 155 "^tests/compiler/dart2js/world_test\\.dart",
159 "^tests/compiler/dart2js/analyze_dart2js_helpers_test\\.dart", 156 "^tests/compiler/dart2js/analyze_dart2js_helpers_test\\.dart",
160 "^tests/compiler/dart2js/analyze_dart2js_test\\.dart", 157 "^tests/compiler/dart2js/analyze_dart2js_test\\.dart",
161 "^tests/compiler/dart2js/analyze_helper\\.dart", 158 "^tests/compiler/dart2js/analyze_helper\\.dart",
162 "^tests/compiler/dart2js/analyze_unused_dart2js_test\\.dart", 159 "^tests/compiler/dart2js/analyze_unused_dart2js_test\\.dart",
163 "^tests/compiler/dart2js/call_site_simple_type_inferer_test\\.dart", 160 "^tests/compiler/dart2js/call_site_simple_type_inferer_test\\.dart",
164 "^tests/compiler/dart2js/class_set_test\\.dart", 161 "^tests/compiler/dart2js/class_set_test\\.dart",
165 "^tests/compiler/dart2js/const_exp_test\\.dart", 162 "^tests/compiler/dart2js/const_exp_test\\.dart",
166 "^tests/compiler/dart2js/equivalence/check_functions\\.dart", 163 "^tests/compiler/dart2js/equivalence/check_functions\\.dart",
167 "^tests/compiler/dart2js/equivalence/check_helpers\\.dart", 164 "^tests/compiler/dart2js/equivalence/check_helpers\\.dart",
168 "^tests/compiler/dart2js/field_type_simple_inferer_test\\.dart", 165 "^tests/compiler/dart2js/field_type_simple_inferer_test\\.dart",
169 "^tests/compiler/dart2js/inference/data/super_set\\.dart", 166 "^tests/compiler/dart2js/inference/data/super_set\\.dart",
170 "^tests/compiler/dart2js/inference/enumerator\\.dart",
171 "^tests/compiler/dart2js/inference/id_equivalence_test\\.dart",
172 "^tests/compiler/dart2js/inference/inference_test_helper\\.dart", 167 "^tests/compiler/dart2js/inference/inference_test_helper\\.dart",
173 "^tests/compiler/dart2js/instantiated_classes_test\\.dart", 168 "^tests/compiler/dart2js/instantiated_classes_test\\.dart",
174 "^tests/compiler/dart2js/issue13354_test\\.dart", 169 "^tests/compiler/dart2js/issue13354_test\\.dart",
175 "^tests/compiler/dart2js/kernel/closed_world2_test\\.dart", 170 "^tests/compiler/dart2js/kernel/closed_world2_test\\.dart",
176 "^tests/compiler/dart2js/kernel/closed_world_from_dill_test\\.dart", 171 "^tests/compiler/dart2js/kernel/closed_world_from_dill_test\\.dart",
177 "^tests/compiler/dart2js/kernel/compile_from_dill_test\\.dart", 172 "^tests/compiler/dart2js/kernel/compile_from_dill_test\\.dart",
178 "^tests/compiler/dart2js/kernel/impact_test\\.dart",
179 "^tests/compiler/dart2js/kernel/test_helpers\\.dart", 173 "^tests/compiler/dart2js/kernel/test_helpers\\.dart",
180 "^tests/compiler/dart2js/location_collector_test\\.dart",
181 "^tests/compiler/dart2js/mirror_private_name_inheritance_test\\.dart", 174 "^tests/compiler/dart2js/mirror_private_name_inheritance_test\\.dart",
182 "^tests/compiler/dart2js/related_types\\.dart", 175 "^tests/compiler/dart2js/related_types\\.dart",
183 "^tests/compiler/dart2js/simple_inferrer_callers_test\\.dart", 176 "^tests/compiler/dart2js/simple_inferrer_callers_test\\.dart",
184 "^tests/compiler/dart2js/simple_inferrer_const_closure3_test\\.dart", 177 "^tests/compiler/dart2js/simple_inferrer_const_closure3_test\\.dart",
185 "^tests/compiler/dart2js/simple_inferrer_const_closure4_test\\.dart", 178 "^tests/compiler/dart2js/simple_inferrer_const_closure4_test\\.dart",
186 "^tests/compiler/dart2js/simple_inferrer_const_closure5_test\\.dart", 179 "^tests/compiler/dart2js/simple_inferrer_const_closure5_test\\.dart",
187 "^tests/compiler/dart2js/simple_inferrer_final_field2_test\\.dart", 180 "^tests/compiler/dart2js/simple_inferrer_final_field2_test\\.dart",
188 "^tests/compiler/dart2js/simple_inferrer_final_field3_test\\.dart", 181 "^tests/compiler/dart2js/simple_inferrer_final_field3_test\\.dart",
189 "^tests/compiler/dart2js/simple_inferrer_final_field_test\\.dart", 182 "^tests/compiler/dart2js/simple_inferrer_final_field_test\\.dart",
190 "^tests/compiler/dart2js/simple_inferrer_global_field_closure2_test\\.dart ", 183 "^tests/compiler/dart2js/simple_inferrer_global_field_closure2_test\\.dart ",
191 "^tests/compiler/dart2js/simple_inferrer_postfix_prefix_test\\.dart", 184 "^tests/compiler/dart2js/simple_inferrer_postfix_prefix_test\\.dart",
192 "^tests/compiler/dart2js/simple_inferrer_unregister_call_test\\.dart", 185 "^tests/compiler/dart2js/simple_inferrer_unregister_call_test\\.dart",
193 "^tests/compiler/dart2js/source_map_name_test\\.dart", 186 "^tests/compiler/dart2js/source_map_name_test\\.dart",
194 "^tests/compiler/dart2js/source_mapping_test\\.dart", 187 "^tests/compiler/dart2js/source_mapping_test\\.dart",
195 "^tests/compiler/dart2js/type_combination_test\\.dart", 188 "^tests/compiler/dart2js/type_combination_test\\.dart",
196 "^tests/compiler/dart2js/type_inference7_test\\.dart", 189 "^tests/compiler/dart2js/type_inference7_test\\.dart",
197 "^tests/compiler/dart2js/type_test_helper\\.dart", 190 "^tests/compiler/dart2js/type_test_helper\\.dart",
198 191
199 "^tests/compiler/dart2js/path with spaces/.*" 192 "^tests/compiler/dart2js/path with spaces/.*"
200 ] 193 ]
201 } 194 }
202 } 195 }
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/typechecker.dart ('k') | pkg/front_end/test/fasta/testing.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698