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

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

Issue 2873813002: Implement type inference of method invocations in Fasta. (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_binary_custom: Fail
150 inference/infer_binary_double_double: Fail 149 inference/infer_binary_double_double: Fail
151 inference/infer_binary_double_int: Fail 150 inference/infer_binary_double_int: Fail
152 inference/infer_binary_int_double: Fail 151 inference/infer_binary_int_double: Fail
153 inference/infer_binary_int_int: Fail 152 inference/infer_binary_int_int: Fail
154 inference/infer_consts_transitively_2: Fail 153 inference/infer_consts_transitively_2: Fail
155 inference/infer_consts_transitively_2_a: Fail 154 inference/infer_consts_transitively_2_a: Fail
156 inference/infer_correctly_on_multiple_variables_declared_together: Fail 155 inference/infer_correctly_on_multiple_variables_declared_together: Fail
157 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Fail 156 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Fail
158 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail 157 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail
159 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail 158 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail
160 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Fail 159 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Fail
161 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Fail 160 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Fail
162 inference/infer_from_variables_in_non_cycle_imports_with_flag: Fail 161 inference/infer_from_variables_in_non_cycle_imports_with_flag: Fail
163 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Fail 162 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Fail
164 inference/infer_generic_method_type_named: Fail
165 inference/infer_generic_method_type_positional: Fail
166 inference/infer_generic_method_type_positional2: Fail
167 inference/infer_generic_method_type_required: Fail 163 inference/infer_generic_method_type_required: Fail
168 inference/infer_list_literal_nested_in_map_literal: Fail 164 inference/infer_list_literal_nested_in_map_literal: Fail
169 inference/infer_prefix_expression: Fail 165 inference/infer_prefix_expression: Fail
170 inference/infer_prefix_expression_custom: Fail
171 inference/infer_return_of_statement_lambda: Fail 166 inference/infer_return_of_statement_lambda: Fail
172 inference/infer_statics_transitively: Fail 167 inference/infer_statics_transitively: Fail
173 inference/infer_statics_transitively3: Fail 168 inference/infer_statics_transitively3: Fail
174 inference/infer_statics_transitively_a: Fail 169 inference/infer_statics_transitively_a: Fail
175 inference/infer_throw: Fail 170 inference/infer_throw: Fail
176 inference/infer_type_on_var_from_field: Fail 171 inference/infer_type_on_var_from_field: Fail
177 inference/infer_typed_map_literal: Fail 172 inference/infer_typed_map_literal: Fail
178 inference/infer_types_on_loop_indices_for_each_loop: Fail 173 inference/infer_types_on_loop_indices_for_each_loop: Fail
179 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail 174 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail
180 inference/infer_variable_void: Fail 175 inference/infer_variable_void: Fail
181 inference/inferred_nonstatic_field_depends_on_static_field_complex: Fail 176 inference/inferred_nonstatic_field_depends_on_static_field_complex: Fail
182 inference/inferred_type_block_closure_no_args_no_return: Fail 177 inference/inferred_type_block_closure_no_args_no_return: Fail
183 inference/inferred_type_cascade: Fail 178 inference/inferred_type_cascade: Fail
184 inference/inferred_type_custom_binary_op: Fail
185 inference/inferred_type_custom_binary_op_via_interface: Fail
186 inference/inferred_type_custom_index_op: Fail
187 inference/inferred_type_custom_index_op_via_interface: Fail
188 inference/inferred_type_custom_unary_op: Fail
189 inference/inferred_type_custom_unary_op_via_interface: Fail
190 inference/inferred_type_extract_method_tear_off: Fail 179 inference/inferred_type_extract_method_tear_off: Fail
191 inference/inferred_type_extract_method_tear_off_via_interface: Fail 180 inference/inferred_type_extract_method_tear_off_via_interface: Fail
192 inference/inferred_type_from_top_level_executable_tear_off: Fail 181 inference/inferred_type_from_top_level_executable_tear_off: Fail
193 inference/inferred_type_invoke_method: Fail 182 inference/inferred_type_invoke_method: Fail
194 inference/inferred_type_invoke_method_via_interface: Fail 183 inference/inferred_type_invoke_method_via_interface: Fail
195 inference/inferred_type_is_typedef: Fail 184 inference/inferred_type_is_typedef: Fail
196 inference/inferred_type_is_typedef_parameterized: Fail 185 inference/inferred_type_is_typedef_parameterized: Fail
197 inference/inferred_type_uses_synthetic_function_type_function_typed_param: Fail 186 inference/inferred_type_uses_synthetic_function_type_function_typed_param: Fail
198 inference/inferred_type_uses_synthetic_function_type_named_param: Fail 187 inference/inferred_type_uses_synthetic_function_type_named_param: Fail
199 inference/inferred_type_uses_synthetic_function_type_positional_param: Fail 188 inference/inferred_type_uses_synthetic_function_type_positional_param: Fail
(...skipping 13 matching lines...) Expand all
213 inference/method_call_with_type_arguments_static_method: Fail 202 inference/method_call_with_type_arguments_static_method: Fail
214 inference/method_call_with_type_arguments_top_level_function: Fail 203 inference/method_call_with_type_arguments_top_level_function: Fail
215 inference/null_coalescing_operator: Fail 204 inference/null_coalescing_operator: Fail
216 inference/null_coalescing_operator_2: Fail 205 inference/null_coalescing_operator_2: Fail
217 inference/null_literal_should_not_infer_as_bottom: Fail 206 inference/null_literal_should_not_infer_as_bottom: Fail
218 inference/propagate_inference_to_field_in_class: Fail 207 inference/propagate_inference_to_field_in_class: Fail
219 inference/propagate_inference_to_field_in_class_dynamic_warnings: Fail 208 inference/propagate_inference_to_field_in_class_dynamic_warnings: Fail
220 inference/propagate_inference_transitively: Fail 209 inference/propagate_inference_transitively: Fail
221 inference/propagate_inference_transitively2: Fail 210 inference/propagate_inference_transitively2: Fail
222 inference/reference_to_typedef: Fail 211 inference/reference_to_typedef: Fail
223 inference/refine_binary_expression_type_type_parameter_t_double: Fail
224 inference/refine_binary_expression_type_type_parameter_t_int: Fail 212 inference/refine_binary_expression_type_type_parameter_t_int: Fail
225 inference/refine_binary_expression_type_type_parameter_t_t: Fail 213 inference/refine_binary_expression_type_type_parameter_t_t: Fail
226 inference/static_method_tear_off: Fail 214 inference/static_method_tear_off: Fail
227 inference/type_promotion_stopped_by_access_in_a_closure: Fail 215 inference/type_promotion_stopped_by_access_in_a_closure: Fail
228 inference/type_promotion_stopped_by_mutation_in_a_closure: Fail 216 inference/type_promotion_stopped_by_mutation_in_a_closure: Fail
229 inference/unsafe_block_closure_inference_closure_call: Fail 217 inference/unsafe_block_closure_inference_closure_call: Fail
230 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Fail 218 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Fail
231 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: F ail 219 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: F ail
232 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: F ail 220 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: F ail
233 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Fail 221 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Fail
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 rasta/this_invoke: Fail 320 rasta/this_invoke: Fail
333 rasta/try_label: Fail 321 rasta/try_label: Fail
334 rasta/type_literals: VerificationError 322 rasta/type_literals: VerificationError
335 rasta/type_with_parse_error: Fail 323 rasta/type_with_parse_error: Fail
336 rasta/typedef: VerificationError 324 rasta/typedef: VerificationError
337 rasta/unresolved: Fail 325 rasta/unresolved: Fail
338 rasta/unresolved_constructor: Fail 326 rasta/unresolved_constructor: Fail
339 rasta/unresolved_for_in: Fail 327 rasta/unresolved_for_in: Fail
340 rasta/unresolved_recovery: Fail 328 rasta/unresolved_recovery: Fail
341 rasta/unsupported_platform_library: Fail 329 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698