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

Side by Side Diff: pkg/front_end/test/fasta/strong.status

Issue 2874033003: Set MethodInvocation.interfaceTarget during type inference. (Closed)
Patch Set: Created 3 years, 7 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
OLDNEW
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE.md file. 3 # BSD-style license that can be found in the LICENSE.md file.
4 4
5 # Status file for the strong_test.dart test suite. This is testing generating 5 # Status file for the strong_test.dart test suite. This is testing generating
6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with 6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with
7 # strong-mode enabled. 7 # strong-mode enabled.
8 8
9 DeltaBlue: Fail 9 DeltaBlue: Fail
10 accessors: Fail 10 accessors: Fail
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 inference/generic_methods_do_not_infer_invalid_override_of_generic_method: Fail 139 inference/generic_methods_do_not_infer_invalid_override_of_generic_method: Fail
140 inference/generic_methods_downwards_inference_affects_arguments: Fail 140 inference/generic_methods_downwards_inference_affects_arguments: Fail
141 inference/generic_methods_downwards_inference_fold: Fail 141 inference/generic_methods_downwards_inference_fold: Fail
142 inference/generic_methods_handle_override_of_non_generic_with_generic: Fail 142 inference/generic_methods_handle_override_of_non_generic_with_generic: Fail
143 inference/generic_methods_infer_generic_method_type: Fail 143 inference/generic_methods_infer_generic_method_type: Fail
144 inference/generic_methods_infer_js_builtin: Fail 144 inference/generic_methods_infer_js_builtin: Fail
145 inference/generic_methods_inference_error: Fail 145 inference/generic_methods_inference_error: Fail
146 inference/generic_methods_iterable_and_future: Fail 146 inference/generic_methods_iterable_and_future: Fail
147 inference/generic_methods_nested_generic_instantiation: Fail 147 inference/generic_methods_nested_generic_instantiation: Fail
148 inference/generic_methods_uses_greatest_lower_bound: Fail 148 inference/generic_methods_uses_greatest_lower_bound: Fail
149 inference/infer_assign_to_index: Fail
150 inference/infer_assign_to_property: Fail
151 inference/infer_assign_to_property_custom: Fail
149 inference/infer_binary_double_double: Fail 152 inference/infer_binary_double_double: Fail
150 inference/infer_binary_double_int: Fail 153 inference/infer_binary_double_int: Fail
151 inference/infer_binary_int_double: Fail 154 inference/infer_binary_int_double: Fail
152 inference/infer_binary_int_int: Fail 155 inference/infer_binary_int_int: Fail
156 inference/infer_conditional: Fail
153 inference/infer_consts_transitively_2: Fail 157 inference/infer_consts_transitively_2: Fail
154 inference/infer_consts_transitively_2_a: Fail 158 inference/infer_consts_transitively_2_a: Fail
155 inference/infer_correctly_on_multiple_variables_declared_together: Fail 159 inference/infer_correctly_on_multiple_variables_declared_together: Fail
156 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Fail 160 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Fail
157 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail 161 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail
158 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail 162 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail
159 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Fail 163 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Fail
160 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Fail 164 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Fail
161 inference/infer_from_variables_in_non_cycle_imports_with_flag: Fail 165 inference/infer_from_variables_in_non_cycle_imports_with_flag: Fail
162 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Fail 166 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Fail
163 inference/infer_generic_method_type_required: Fail 167 inference/infer_generic_method_type_required: Fail
164 inference/infer_list_literal_nested_in_map_literal: Fail 168 inference/infer_list_literal_nested_in_map_literal: Fail
165 inference/infer_prefix_expression: Fail 169 inference/infer_prefix_expression: Fail
166 inference/infer_return_of_statement_lambda: Fail 170 inference/infer_return_of_statement_lambda: Fail
167 inference/infer_statics_transitively: Fail 171 inference/infer_statics_transitively: Fail
168 inference/infer_statics_transitively3: Fail 172 inference/infer_statics_transitively3: Fail
169 inference/infer_statics_transitively_a: Fail 173 inference/infer_statics_transitively_a: Fail
174 inference/infer_statics_with_method_invocations: Fail
170 inference/infer_throw: Fail 175 inference/infer_throw: Fail
171 inference/infer_type_on_var_from_field: Fail 176 inference/infer_type_on_var_from_field: Fail
172 inference/infer_typed_map_literal: Fail 177 inference/infer_typed_map_literal: Fail
178 inference/infer_types_on_generic_instantiations_in_library_cycle: Fail
173 inference/infer_types_on_loop_indices_for_each_loop: Fail 179 inference/infer_types_on_loop_indices_for_each_loop: Fail
174 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail 180 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail
175 inference/infer_variable_void: Fail 181 inference/infer_variable_void: Fail
176 inference/inferred_nonstatic_field_depends_on_static_field_complex: Fail 182 inference/inferred_nonstatic_field_depends_on_static_field_complex: Fail
177 inference/inferred_type_block_closure_no_args_no_return: Fail 183 inference/inferred_type_block_closure_no_args_no_return: Fail
178 inference/inferred_type_cascade: Fail 184 inference/inferred_type_cascade: Fail
179 inference/inferred_type_extract_method_tear_off: Fail 185 inference/inferred_type_extract_method_tear_off: Fail
180 inference/inferred_type_extract_method_tear_off_via_interface: Fail 186 inference/inferred_type_extract_method_tear_off_via_interface: Fail
181 inference/inferred_type_from_top_level_executable_tear_off: Fail 187 inference/inferred_type_from_top_level_executable_tear_off: Fail
182 inference/inferred_type_invoke_method: Fail 188 inference/inferred_type_invoke_method: Fail
(...skipping 17 matching lines...) Expand all
200 inference/method_call_with_type_arguments_static_method: Fail 206 inference/method_call_with_type_arguments_static_method: Fail
201 inference/method_call_with_type_arguments_top_level_function: Fail 207 inference/method_call_with_type_arguments_top_level_function: Fail
202 inference/null_coalescing_operator: Fail 208 inference/null_coalescing_operator: Fail
203 inference/null_coalescing_operator_2: Fail 209 inference/null_coalescing_operator_2: Fail
204 inference/null_literal_should_not_infer_as_bottom: Fail 210 inference/null_literal_should_not_infer_as_bottom: Fail
205 inference/propagate_inference_to_field_in_class: Fail 211 inference/propagate_inference_to_field_in_class: Fail
206 inference/propagate_inference_to_field_in_class_dynamic_warnings: Fail 212 inference/propagate_inference_to_field_in_class_dynamic_warnings: Fail
207 inference/propagate_inference_transitively: Fail 213 inference/propagate_inference_transitively: Fail
208 inference/propagate_inference_transitively2: Fail 214 inference/propagate_inference_transitively2: Fail
209 inference/reference_to_typedef: Fail 215 inference/reference_to_typedef: Fail
216 inference/refine_binary_expression_type_type_parameter_t_double: Fail
210 inference/refine_binary_expression_type_type_parameter_t_int: Fail 217 inference/refine_binary_expression_type_type_parameter_t_int: Fail
211 inference/refine_binary_expression_type_type_parameter_t_t: Fail 218 inference/refine_binary_expression_type_type_parameter_t_t: Fail
212 inference/static_method_tear_off: Fail 219 inference/static_method_tear_off: Fail
213 inference/type_promotion_stopped_by_access_in_a_closure: Fail 220 inference/type_promotion_stopped_by_access_in_a_closure: Fail
214 inference/type_promotion_stopped_by_mutation_in_a_closure: Fail 221 inference/type_promotion_stopped_by_mutation_in_a_closure: Fail
215 inference/unsafe_block_closure_inference_closure_call: Fail 222 inference/unsafe_block_closure_inference_closure_call: Fail
216 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Fail 223 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Fail
217 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: F ail 224 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: F ail
218 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: F ail 225 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: F ail
219 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Fail 226 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Fail
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 rasta/this_invoke: Fail 325 rasta/this_invoke: Fail
319 rasta/try_label: Fail 326 rasta/try_label: Fail
320 rasta/type_literals: VerificationError 327 rasta/type_literals: VerificationError
321 rasta/type_with_parse_error: Fail 328 rasta/type_with_parse_error: Fail
322 rasta/typedef: VerificationError 329 rasta/typedef: VerificationError
323 rasta/unresolved: Fail 330 rasta/unresolved: Fail
324 rasta/unresolved_constructor: Fail 331 rasta/unresolved_constructor: Fail
325 rasta/unresolved_for_in: Fail 332 rasta/unresolved_for_in: Fail
326 rasta/unresolved_recovery: Fail 333 rasta/unresolved_recovery: Fail
327 rasta/unsupported_platform_library: Fail 334 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698