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

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

Issue 2905353002: Add type inference logic for map literals (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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 stringliteral: Fail 50 stringliteral: Fail
51 super_rasta_copy: Fail 51 super_rasta_copy: Fail
52 top_level_accessors: Fail 52 top_level_accessors: Fail
53 type_variable_as_super: Fail 53 type_variable_as_super: Fail
54 typedef: Fail 54 typedef: Fail
55 uninitialized_fields: Fail 55 uninitialized_fields: Fail
56 unused_methods: Fail 56 unused_methods: Fail
57 void-methods: Fail 57 void-methods: Fail
58 58
59 inference/constructors_too_many_positional_arguments: Fail 59 inference/constructors_too_many_positional_arguments: Fail
60 inference/downward_inference_miscellaneous: Fail
61 inference/downwards_inference_annotations: Fail 60 inference/downwards_inference_annotations: Fail
62 inference/downwards_inference_async_await: Fail 61 inference/downwards_inference_async_await: Fail
63 inference/downwards_inference_for_each: Fail 62 inference/downwards_inference_for_each: Fail
64 inference/downwards_inference_initializing_formal_default_formal: Fail 63 inference/downwards_inference_initializing_formal_default_formal: Fail
65 inference/downwards_inference_inside_top_level: Fail 64 inference/downwards_inference_inside_top_level: Fail
66 inference/downwards_inference_on_function_expressions: Fail 65 inference/downwards_inference_on_function_expressions: Fail
67 inference/downwards_inference_on_function_of_t_using_the_t: Fail 66 inference/downwards_inference_on_function_of_t_using_the_t: Fail
68 inference/downwards_inference_on_generic_function_expressions: Fail 67 inference/downwards_inference_on_generic_function_expressions: Fail
69 inference/downwards_inference_on_list_literals_infer_downwards: Fail 68 inference/downwards_inference_on_list_literals_infer_downwards: Fail
70 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex t: Fail 69 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex t: Fail
71 inference/downwards_inference_on_map_literals: Fail 70 inference/downwards_inference_on_map_literals: Fail
72 inference/downwards_inference_yield_yield_star: Fail
73 inference/future_or_subtyping: Fail 71 inference/future_or_subtyping: Fail
74 inference/future_then: Fail 72 inference/future_then: Fail
75 inference/future_then_2: Fail 73 inference/future_then_2: Fail
76 inference/future_then_3: Fail 74 inference/future_then_3: Fail
77 inference/future_then_4: Fail 75 inference/future_then_4: Fail
78 inference/future_then_5: Fail 76 inference/future_then_5: Fail
79 inference/future_then_6: Fail 77 inference/future_then_6: Fail
80 inference/future_then_conditional: Fail 78 inference/future_then_conditional: Fail
81 inference/future_then_conditional_2: Fail 79 inference/future_then_conditional_2: Fail
82 inference/future_then_conditional_3: Fail 80 inference/future_then_conditional_3: Fail
(...skipping 30 matching lines...) Expand all
113 inference/infer_consts_transitively_2: Fail 111 inference/infer_consts_transitively_2: Fail
114 inference/infer_consts_transitively_2_a: Fail 112 inference/infer_consts_transitively_2_a: Fail
115 inference/infer_correctly_on_multiple_variables_declared_together: Fail 113 inference/infer_correctly_on_multiple_variables_declared_together: Fail
116 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Fail 114 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Fail
117 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail 115 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail
118 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail 116 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail
119 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Fail 117 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Fail
120 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Fail 118 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Fail
121 inference/infer_from_variables_in_non_cycle_imports_with_flag: Fail 119 inference/infer_from_variables_in_non_cycle_imports_with_flag: Fail
122 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Fail 120 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Fail
123 inference/infer_list_literal_nested_in_map_literal: Fail
124 inference/infer_prefix_expression: Fail 121 inference/infer_prefix_expression: Fail
125 inference/infer_statics_transitively: Fail 122 inference/infer_statics_transitively: Fail
126 inference/infer_statics_transitively3: Fail 123 inference/infer_statics_transitively3: Fail
127 inference/infer_statics_transitively_a: Fail 124 inference/infer_statics_transitively_a: Fail
128 inference/infer_statics_with_method_invocations: Fail 125 inference/infer_statics_with_method_invocations: Fail
129 inference/infer_type_on_var_from_field: Fail 126 inference/infer_type_on_var_from_field: Fail
130 inference/infer_typed_map_literal: Fail
131 inference/infer_types_on_generic_instantiations_in_library_cycle: Fail 127 inference/infer_types_on_generic_instantiations_in_library_cycle: Fail
132 inference/infer_types_on_loop_indices_for_each_loop: Fail 128 inference/infer_types_on_loop_indices_for_each_loop: Fail
133 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail 129 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail
134 inference/inferred_nonstatic_field_depends_on_static_field_complex: Fail
135 inference/inferred_type_cascade: Fail 130 inference/inferred_type_cascade: Fail
136 inference/inferred_type_extract_method_tear_off: Fail 131 inference/inferred_type_extract_method_tear_off: Fail
137 inference/inferred_type_extract_method_tear_off_via_interface: Fail 132 inference/inferred_type_extract_method_tear_off_via_interface: Fail
138 inference/inferred_type_is_typedef: Fail
139 inference/inferred_type_is_typedef_parameterized: Fail 133 inference/inferred_type_is_typedef_parameterized: Fail
140 inference/inferred_type_uses_synthetic_function_type_named_param: Fail 134 inference/inferred_type_uses_synthetic_function_type_named_param: Fail
141 inference/inferred_type_uses_synthetic_function_type_positional_param: Fail 135 inference/inferred_type_uses_synthetic_function_type_positional_param: Fail
142 inference/inferred_type_via_closure_multiple_levels_of_nesting: Fail
143 inference/lambda_does_not_have_propagated_type_hint: Fail 136 inference/lambda_does_not_have_propagated_type_hint: Fail
144 inference/list_literals_can_infer_null_top_level: Fail 137 inference/list_literals_can_infer_null_top_level: Fail
145 inference/map_literals: Fail
146 inference/map_literals_can_infer_null: Fail
147 inference/map_literals_can_infer_null_top_level: Fail 138 inference/map_literals_can_infer_null_top_level: Fail
148 inference/map_literals_top_level: Fail
149 inference/method_call_with_type_arguments_static_method: Fail 139 inference/method_call_with_type_arguments_static_method: Fail
150 inference/null_coalescing_operator: Fail 140 inference/null_coalescing_operator: Fail
151 inference/null_coalescing_operator_2: Fail 141 inference/null_coalescing_operator_2: Fail
152 inference/null_literal_should_not_infer_as_bottom: Fail 142 inference/null_literal_should_not_infer_as_bottom: Fail
153 inference/propagate_inference_to_field_in_class: Fail 143 inference/propagate_inference_to_field_in_class: Fail
154 inference/reference_to_typedef: Fail 144 inference/reference_to_typedef: Fail
155 inference/refine_binary_expression_type_type_parameter_t_double: Fail 145 inference/refine_binary_expression_type_type_parameter_t_double: Fail
156 inference/refine_binary_expression_type_type_parameter_t_int: Fail 146 inference/refine_binary_expression_type_type_parameter_t_int: Fail
157 inference/refine_binary_expression_type_type_parameter_t_t: Fail 147 inference/refine_binary_expression_type_type_parameter_t_t: Fail
158 inference/unsafe_block_closure_inference_closure_call: Fail 148 inference/unsafe_block_closure_inference_closure_call: Fail
159 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_expr1: Fail
160 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
161 inference/unsafe_block_closure_inference_function_call_implicit_type_param_via_e xpr: Fail 151 inference/unsafe_block_closure_inference_function_call_implicit_type_param_via_e xpr: Fail
162 inference/unsafe_block_closure_inference_function_call_no_type_param_via_expr: F ail 152 inference/unsafe_block_closure_inference_function_call_no_type_param_via_expr: F ail
163 inference/unsafe_block_closure_inference_in_map_dynamic: Fail
164 inference/unsafe_block_closure_inference_in_map_typed: Fail
165 inference/unsafe_block_closure_inference_in_map_untyped: Fail
166 inference/void_return_type_subtypes_dynamic: Fail 153 inference/void_return_type_subtypes_dynamic: Fail
167 154
168 rasta/abstract_constructor: Fail 155 rasta/abstract_constructor: Fail
169 rasta/bad_constructor_redirection: Fail 156 rasta/bad_constructor_redirection: Fail
170 rasta/bad_continue: Fail 157 rasta/bad_continue: Fail
171 rasta/bad_default_constructor: Fail 158 rasta/bad_default_constructor: Fail
172 rasta/bad_explicit_super_constructor: Fail 159 rasta/bad_explicit_super_constructor: Fail
173 rasta/bad_implicit_super_constructor: Fail 160 rasta/bad_implicit_super_constructor: Fail
174 rasta/bad_interpolation: Fail 161 rasta/bad_interpolation: Fail
175 rasta/bad_redirection: Fail 162 rasta/bad_redirection: Fail
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 rasta/this_invoke: Fail 231 rasta/this_invoke: Fail
245 rasta/try_label: Fail 232 rasta/try_label: Fail
246 rasta/type_literals: VerificationError 233 rasta/type_literals: VerificationError
247 rasta/type_with_parse_error: Fail 234 rasta/type_with_parse_error: Fail
248 rasta/typedef: VerificationError 235 rasta/typedef: VerificationError
249 rasta/unresolved: Fail 236 rasta/unresolved: Fail
250 rasta/unresolved_constructor: Fail 237 rasta/unresolved_constructor: Fail
251 rasta/unresolved_for_in: Fail 238 rasta/unresolved_for_in: Fail
252 rasta/unresolved_recovery: Fail 239 rasta/unresolved_recovery: Fail
253 rasta/unsupported_platform_library: Fail 240 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698