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

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

Issue 2911683003: Add type inference support for "call" invocations of function expressions. (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
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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 inference/map_literals_can_infer_null_top_level: Fail 138 inference/map_literals_can_infer_null_top_level: Fail
139 inference/method_call_with_type_arguments_static_method: Fail 139 inference/method_call_with_type_arguments_static_method: Fail
140 inference/null_coalescing_operator: Fail 140 inference/null_coalescing_operator: Fail
141 inference/null_coalescing_operator_2: Fail 141 inference/null_coalescing_operator_2: Fail
142 inference/null_literal_should_not_infer_as_bottom: Fail 142 inference/null_literal_should_not_infer_as_bottom: Fail
143 inference/propagate_inference_to_field_in_class: Fail 143 inference/propagate_inference_to_field_in_class: Fail
144 inference/reference_to_typedef: Fail 144 inference/reference_to_typedef: Fail
145 inference/refine_binary_expression_type_type_parameter_t_double: Fail 145 inference/refine_binary_expression_type_type_parameter_t_double: Fail
146 inference/refine_binary_expression_type_type_parameter_t_int: Fail 146 inference/refine_binary_expression_type_type_parameter_t_int: Fail
147 inference/refine_binary_expression_type_type_parameter_t_t: Fail 147 inference/refine_binary_expression_type_type_parameter_t_t: Fail
148 inference/unsafe_block_closure_inference_closure_call: Fail
149 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Fail 148 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Fail
149 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr2: Fail
150 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr1: Fail 150 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr1: Fail
151 inference/unsafe_block_closure_inference_function_call_implicit_type_param_via_e xpr: Fail 151 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr2: Fail
152 inference/unsafe_block_closure_inference_function_call_no_type_param_via_expr: F ail
153 inference/void_return_type_subtypes_dynamic: Fail 152 inference/void_return_type_subtypes_dynamic: Fail
154 153
155 rasta/abstract_constructor: Fail 154 rasta/abstract_constructor: Fail
156 rasta/bad_constructor_redirection: Fail 155 rasta/bad_constructor_redirection: Fail
157 rasta/bad_continue: Fail 156 rasta/bad_continue: Fail
158 rasta/bad_default_constructor: Fail 157 rasta/bad_default_constructor: Fail
159 rasta/bad_explicit_super_constructor: Fail 158 rasta/bad_explicit_super_constructor: Fail
160 rasta/bad_implicit_super_constructor: Fail 159 rasta/bad_implicit_super_constructor: Fail
161 rasta/bad_interpolation: Fail 160 rasta/bad_interpolation: Fail
162 rasta/bad_redirection: Fail 161 rasta/bad_redirection: Fail
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 rasta/this_invoke: Fail 230 rasta/this_invoke: Fail
232 rasta/try_label: Fail 231 rasta/try_label: Fail
233 rasta/type_literals: VerificationError 232 rasta/type_literals: VerificationError
234 rasta/type_with_parse_error: Fail 233 rasta/type_with_parse_error: Fail
235 rasta/typedef: VerificationError 234 rasta/typedef: VerificationError
236 rasta/unresolved: Fail 235 rasta/unresolved: Fail
237 rasta/unresolved_constructor: Fail 236 rasta/unresolved_constructor: Fail
238 rasta/unresolved_for_in: Fail 237 rasta/unresolved_for_in: Fail
239 rasta/unresolved_recovery: Fail 238 rasta/unresolved_recovery: Fail
240 rasta/unsupported_platform_library: Fail 239 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698