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

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

Issue 2868133002: Fix annotation of promoted parameters in Fasta inference tests. (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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 inference/block_bodied_lambdas_sync_star: Fail 76 inference/block_bodied_lambdas_sync_star: Fail
77 inference/circular_reference_via_closures: Fail 77 inference/circular_reference_via_closures: Fail
78 inference/circular_reference_via_closures_initializer_types: Fail 78 inference/circular_reference_via_closures_initializer_types: Fail
79 inference/constructors_infer_from_arguments: Fail 79 inference/constructors_infer_from_arguments: Fail
80 inference/constructors_infer_from_arguments_argument_not_assignable: Fail 80 inference/constructors_infer_from_arguments_argument_not_assignable: Fail
81 inference/constructors_infer_from_arguments_const: Fail 81 inference/constructors_infer_from_arguments_const: Fail
82 inference/constructors_infer_from_arguments_const_with_upper_bound: Fail 82 inference/constructors_infer_from_arguments_const_with_upper_bound: Fail
83 inference/constructors_infer_from_arguments_factory: Fail 83 inference/constructors_infer_from_arguments_factory: Fail
84 inference/constructors_infer_from_arguments_factory_calls_constructor: Fail 84 inference/constructors_infer_from_arguments_factory_calls_constructor: Fail
85 inference/constructors_infer_from_arguments_named_factory: Fail 85 inference/constructors_infer_from_arguments_named_factory: Fail
86 inference/constructors_infer_from_arguments_redirecting: Fail
86 inference/constructors_infer_from_arguments_redirecting_factory: Fail 87 inference/constructors_infer_from_arguments_redirecting_factory: Fail
87 inference/constructors_inference_f_bounded: Fail 88 inference/constructors_inference_f_bounded: Fail
88 inference/constructors_reverse_type_parameters: Fail 89 inference/constructors_reverse_type_parameters: Fail
89 inference/constructors_too_many_positional_arguments: Fail 90 inference/constructors_too_many_positional_arguments: Fail
90 inference/downward_inference_fixes_no_upwards_errors: Fail 91 inference/downward_inference_fixes_no_upwards_errors: Fail
91 inference/downward_inference_miscellaneous: Fail 92 inference/downward_inference_miscellaneous: Fail
92 inference/downwards_inference_annotations: Fail 93 inference/downwards_inference_annotations: Fail
93 inference/downwards_inference_async_await: Fail 94 inference/downwards_inference_async_await: Fail
94 inference/downwards_inference_for_each: Fail 95 inference/downwards_inference_for_each: Fail
95 inference/downwards_inference_initializing_formal_default_formal: Fail 96 inference/downwards_inference_initializing_formal_default_formal: Fail
96 inference/downwards_inference_inside_top_level: Fail 97 inference/downwards_inference_inside_top_level: Fail
97 inference/downwards_inference_on_function_arguments_infer_downwards: Fail 98 inference/downwards_inference_on_function_arguments_infer_downwards: Fail
98 inference/downwards_inference_on_function_expressions: Fail 99 inference/downwards_inference_on_function_expressions: Fail
99 inference/downwards_inference_on_function_of_t_using_the_t: Fail 100 inference/downwards_inference_on_function_of_t_using_the_t: Fail
100 inference/downwards_inference_on_generic_function_expressions: Fail 101 inference/downwards_inference_on_generic_function_expressions: Fail
102 inference/downwards_inference_on_instance_creations_infer_downwards: Fail
101 inference/downwards_inference_on_list_literals_infer_downwards: Fail 103 inference/downwards_inference_on_list_literals_infer_downwards: Fail
102 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex t: Fail 104 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex t: Fail
103 inference/downwards_inference_on_map_literals: Fail 105 inference/downwards_inference_on_map_literals: Fail
104 inference/downwards_inference_yield_yield_star: Fail 106 inference/downwards_inference_yield_yield_star: Fail
105 inference/future_or_subtyping: Fail 107 inference/future_or_subtyping: Fail
106 inference/future_then: Fail 108 inference/future_then: Fail
107 inference/future_then_2: Fail 109 inference/future_then_2: Fail
108 inference/future_then_3: Fail 110 inference/future_then_3: Fail
109 inference/future_then_4: Fail 111 inference/future_then_4: Fail
110 inference/future_then_5: Fail 112 inference/future_then_5: Fail
(...skipping 13 matching lines...) Expand all
124 inference/future_union_async_conditional: Fail 126 inference/future_union_async_conditional: Fail
125 inference/future_union_async_conditional_2: Fail 127 inference/future_union_async_conditional_2: Fail
126 inference/future_union_downwards: Fail 128 inference/future_union_downwards: Fail
127 inference/future_union_downwards_2: Fail 129 inference/future_union_downwards_2: Fail
128 inference/future_union_downwards_3: Fail 130 inference/future_union_downwards_3: Fail
129 inference/future_union_downwards_4: Fail 131 inference/future_union_downwards_4: Fail
130 inference/future_union_downwards_generic_method_with_future_return: Fail 132 inference/future_union_downwards_generic_method_with_future_return: Fail
131 inference/future_union_downwards_generic_method_with_generic_return: Fail 133 inference/future_union_downwards_generic_method_with_generic_return: Fail
132 inference/future_union_upwards_generic_methods: Fail 134 inference/future_union_upwards_generic_methods: Fail
133 inference/generic_functions_return_typedef: Fail 135 inference/generic_functions_return_typedef: Fail
136 inference/generic_methods_correctly_recognize_generic_upper_bound: Fail
137 inference/generic_methods_dart_math_min_max: Fail
134 inference/generic_methods_do_not_infer_invalid_override_of_generic_method: Fail 138 inference/generic_methods_do_not_infer_invalid_override_of_generic_method: Fail
135 inference/generic_methods_downwards_inference_affects_arguments: Fail 139 inference/generic_methods_downwards_inference_affects_arguments: Fail
136 inference/generic_methods_downwards_inference_fold: Fail 140 inference/generic_methods_downwards_inference_fold: Fail
137 inference/generic_methods_handle_override_of_non_generic_with_generic: Fail 141 inference/generic_methods_handle_override_of_non_generic_with_generic: Fail
138 inference/generic_methods_infer_generic_method_type: Fail 142 inference/generic_methods_infer_generic_method_type: Fail
139 inference/generic_methods_infer_js_builtin: Fail 143 inference/generic_methods_infer_js_builtin: Fail
140 inference/generic_methods_inference_error: Fail 144 inference/generic_methods_inference_error: Fail
141 inference/generic_methods_iterable_and_future: Fail 145 inference/generic_methods_iterable_and_future: Fail
142 inference/generic_methods_nested_generic_instantiation: Fail 146 inference/generic_methods_nested_generic_instantiation: Fail
143 inference/generic_methods_uses_greatest_lower_bound: Fail 147 inference/generic_methods_uses_greatest_lower_bound: Fail
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 inference/method_call_with_type_arguments_static_method: Fail 212 inference/method_call_with_type_arguments_static_method: Fail
209 inference/method_call_with_type_arguments_top_level_function: Fail 213 inference/method_call_with_type_arguments_top_level_function: Fail
210 inference/null_coalescing_operator: Fail 214 inference/null_coalescing_operator: Fail
211 inference/null_coalescing_operator_2: Fail 215 inference/null_coalescing_operator_2: Fail
212 inference/null_literal_should_not_infer_as_bottom: Fail 216 inference/null_literal_should_not_infer_as_bottom: Fail
213 inference/propagate_inference_to_field_in_class: Fail 217 inference/propagate_inference_to_field_in_class: Fail
214 inference/propagate_inference_to_field_in_class_dynamic_warnings: Fail 218 inference/propagate_inference_to_field_in_class_dynamic_warnings: Fail
215 inference/propagate_inference_transitively: Fail 219 inference/propagate_inference_transitively: Fail
216 inference/propagate_inference_transitively2: Fail 220 inference/propagate_inference_transitively2: Fail
217 inference/reference_to_typedef: Fail 221 inference/reference_to_typedef: Fail
222 inference/refine_binary_expression_type_type_parameter_t_double: Fail
223 inference/refine_binary_expression_type_type_parameter_t_int: Fail
224 inference/refine_binary_expression_type_type_parameter_t_t: Fail
218 inference/static_method_tear_off: Fail 225 inference/static_method_tear_off: Fail
219 inference/type_promotion_stopped_by_access_in_a_closure: Fail 226 inference/type_promotion_stopped_by_access_in_a_closure: Fail
220 inference/type_promotion_stopped_by_mutation_in_a_closure: Fail 227 inference/type_promotion_stopped_by_mutation_in_a_closure: Fail
221 inference/unsafe_block_closure_inference_closure_call: Fail 228 inference/unsafe_block_closure_inference_closure_call: Fail
222 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Fail 229 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Fail
223 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: F ail 230 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: F ail
224 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: F ail 231 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: F ail
225 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Fail 232 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Fail
226 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param: F ail 233 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param: F ail
227 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Fail 234 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Fail
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 rasta/this_invoke: Fail 331 rasta/this_invoke: Fail
325 rasta/try_label: Fail 332 rasta/try_label: Fail
326 rasta/type_literals: VerificationError 333 rasta/type_literals: VerificationError
327 rasta/type_with_parse_error: Fail 334 rasta/type_with_parse_error: Fail
328 rasta/typedef: VerificationError 335 rasta/typedef: VerificationError
329 rasta/unresolved: Fail 336 rasta/unresolved: Fail
330 rasta/unresolved_constructor: Fail 337 rasta/unresolved_constructor: Fail
331 rasta/unresolved_for_in: Fail 338 rasta/unresolved_for_in: Fail
332 rasta/unresolved_recovery: Fail 339 rasta/unresolved_recovery: Fail
333 rasta/unsupported_platform_library: Fail 340 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698