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

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

Issue 2908453002: Infer the types of initializing formals from the corresponding fields. (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 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_infer_from_arguments: Fail 59 inference/constructors_infer_from_arguments: Fail
60 inference/constructors_infer_from_arguments_const: Fail
61 inference/constructors_infer_from_arguments_const_with_upper_bound: Fail
62 inference/constructors_infer_from_arguments_factory: Fail 60 inference/constructors_infer_from_arguments_factory: Fail
63 inference/constructors_infer_from_arguments_factory_calls_constructor: Fail 61 inference/constructors_infer_from_arguments_factory_calls_constructor: Fail
64 inference/constructors_infer_from_arguments_named_factory: Fail 62 inference/constructors_infer_from_arguments_named_factory: Fail
65 inference/constructors_infer_from_arguments_redirecting: Fail 63 inference/constructors_infer_from_arguments_redirecting: Fail
66 inference/constructors_infer_from_arguments_redirecting_factory: Fail 64 inference/constructors_infer_from_arguments_redirecting_factory: Fail
67 inference/constructors_inference_f_bounded: Fail 65 inference/constructors_inference_f_bounded: Fail
68 inference/constructors_reverse_type_parameters: Fail 66 inference/constructors_reverse_type_parameters: Fail
69 inference/constructors_too_many_positional_arguments: Fail 67 inference/constructors_too_many_positional_arguments: Fail
70 inference/downward_inference_fixes_no_upwards_errors: Fail 68 inference/downward_inference_fixes_no_upwards_errors: Fail
71 inference/downward_inference_miscellaneous: Fail 69 inference/downward_inference_miscellaneous: Fail
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 inference/inferred_type_cascade: Fail 144 inference/inferred_type_cascade: Fail
147 inference/inferred_type_extract_method_tear_off: Fail 145 inference/inferred_type_extract_method_tear_off: Fail
148 inference/inferred_type_extract_method_tear_off_via_interface: Fail 146 inference/inferred_type_extract_method_tear_off_via_interface: Fail
149 inference/inferred_type_is_typedef: Fail 147 inference/inferred_type_is_typedef: Fail
150 inference/inferred_type_is_typedef_parameterized: Fail 148 inference/inferred_type_is_typedef_parameterized: Fail
151 inference/inferred_type_uses_synthetic_function_type_named_param: Fail 149 inference/inferred_type_uses_synthetic_function_type_named_param: Fail
152 inference/inferred_type_uses_synthetic_function_type_positional_param: Fail 150 inference/inferred_type_uses_synthetic_function_type_positional_param: Fail
153 inference/inferred_type_via_closure_multiple_levels_of_nesting: Fail 151 inference/inferred_type_via_closure_multiple_levels_of_nesting: Fail
154 inference/lambda_does_not_have_propagated_type_hint: Fail 152 inference/lambda_does_not_have_propagated_type_hint: Fail
155 inference/list_literals_can_infer_null_top_level: Fail 153 inference/list_literals_can_infer_null_top_level: Fail
156 inference/local_constructor_from_arguments: Fail
157 inference/map_literals: Fail 154 inference/map_literals: Fail
158 inference/map_literals_can_infer_null: Fail 155 inference/map_literals_can_infer_null: Fail
159 inference/map_literals_can_infer_null_top_level: Fail 156 inference/map_literals_can_infer_null_top_level: Fail
160 inference/map_literals_top_level: Fail 157 inference/map_literals_top_level: Fail
161 inference/method_call_with_type_arguments_static_method: Fail 158 inference/method_call_with_type_arguments_static_method: Fail
162 inference/null_coalescing_operator: Fail 159 inference/null_coalescing_operator: Fail
163 inference/null_coalescing_operator_2: Fail 160 inference/null_coalescing_operator_2: Fail
164 inference/null_literal_should_not_infer_as_bottom: Fail 161 inference/null_literal_should_not_infer_as_bottom: Fail
165 inference/propagate_inference_to_field_in_class: Fail 162 inference/propagate_inference_to_field_in_class: Fail
166 inference/reference_to_typedef: Fail 163 inference/reference_to_typedef: Fail
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 rasta/this_invoke: Fail 253 rasta/this_invoke: Fail
257 rasta/try_label: Fail 254 rasta/try_label: Fail
258 rasta/type_literals: VerificationError 255 rasta/type_literals: VerificationError
259 rasta/type_with_parse_error: Fail 256 rasta/type_with_parse_error: Fail
260 rasta/typedef: VerificationError 257 rasta/typedef: VerificationError
261 rasta/unresolved: Fail 258 rasta/unresolved: Fail
262 rasta/unresolved_constructor: Fail 259 rasta/unresolved_constructor: Fail
263 rasta/unresolved_for_in: Fail 260 rasta/unresolved_for_in: Fail
264 rasta/unresolved_recovery: Fail 261 rasta/unresolved_recovery: Fail
265 rasta/unsupported_platform_library: Fail 262 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698