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

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

Issue 2872903003: Get some more strong mode type inference tests to pass (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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 inference/block_bodied_lambdas_lub: Fail 73 inference/block_bodied_lambdas_lub: Fail
74 inference/block_bodied_lambdas_nested_lambdas: Fail 74 inference/block_bodied_lambdas_nested_lambdas: Fail
75 inference/block_bodied_lambdas_no_return: Fail 75 inference/block_bodied_lambdas_no_return: Fail
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_downwards_from_constructor: Fail
84 inference/constructors_infer_from_arguments_factory: Fail 83 inference/constructors_infer_from_arguments_factory: Fail
85 inference/constructors_infer_from_arguments_factory_calls_constructor: Fail 84 inference/constructors_infer_from_arguments_factory_calls_constructor: Fail
86 inference/constructors_infer_from_arguments_named_factory: Fail 85 inference/constructors_infer_from_arguments_named_factory: Fail
87 inference/constructors_infer_from_arguments_redirecting_factory: Fail 86 inference/constructors_infer_from_arguments_redirecting_factory: Fail
88 inference/constructors_inference_f_bounded: Fail 87 inference/constructors_inference_f_bounded: Fail
89 inference/constructors_reverse_type_parameters: Fail 88 inference/constructors_reverse_type_parameters: Fail
90 inference/constructors_too_many_positional_arguments: Fail 89 inference/constructors_too_many_positional_arguments: Fail
91 inference/downward_inference_fixes_no_upwards_errors: Fail 90 inference/downward_inference_fixes_no_upwards_errors: Fail
92 inference/downward_inference_miscellaneous: Fail 91 inference/downward_inference_miscellaneous: Fail
93 inference/downwards_inference_annotations: Fail 92 inference/downwards_inference_annotations: Fail
94 inference/downwards_inference_async_await: Fail 93 inference/downwards_inference_async_await: Fail
95 inference/downwards_inference_for_each: Fail 94 inference/downwards_inference_for_each: Fail
96 inference/downwards_inference_initializing_formal_default_formal: Fail 95 inference/downwards_inference_initializing_formal_default_formal: Fail
97 inference/downwards_inference_inside_top_level: Fail 96 inference/downwards_inference_inside_top_level: Fail
98 inference/downwards_inference_on_function_arguments_infer_downwards: Fail 97 inference/downwards_inference_on_function_arguments_infer_downwards: Fail
99 inference/downwards_inference_on_function_expressions: Fail 98 inference/downwards_inference_on_function_expressions: Fail
100 inference/downwards_inference_on_function_of_t_using_the_t: Fail 99 inference/downwards_inference_on_function_of_t_using_the_t: Fail
101 inference/downwards_inference_on_generic_constructor_arguments_infer_downwards: Fail
102 inference/downwards_inference_on_generic_function_expressions: Fail 100 inference/downwards_inference_on_generic_function_expressions: Fail
103 inference/downwards_inference_on_list_literals_infer_downwards: Fail 101 inference/downwards_inference_on_list_literals_infer_downwards: Fail
104 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex t: Fail 102 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex t: Fail
105 inference/downwards_inference_on_map_literals: Fail 103 inference/downwards_inference_on_map_literals: Fail
106 inference/downwards_inference_yield_yield_star: Fail 104 inference/downwards_inference_yield_yield_star: Fail
107 inference/future_or_subtyping: Fail 105 inference/future_or_subtyping: Fail
108 inference/future_then: Fail 106 inference/future_then: Fail
109 inference/future_then_2: Fail 107 inference/future_then_2: Fail
110 inference/future_then_3: Fail 108 inference/future_then_3: Fail
111 inference/future_then_4: Fail 109 inference/future_then_4: Fail
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 inference/inferred_type_invoke_method_via_interface: Fail 189 inference/inferred_type_invoke_method_via_interface: Fail
192 inference/inferred_type_is_typedef: Fail 190 inference/inferred_type_is_typedef: Fail
193 inference/inferred_type_is_typedef_parameterized: Fail 191 inference/inferred_type_is_typedef_parameterized: Fail
194 inference/inferred_type_uses_synthetic_function_type_function_typed_param: Fail 192 inference/inferred_type_uses_synthetic_function_type_function_typed_param: Fail
195 inference/inferred_type_uses_synthetic_function_type_named_param: Fail 193 inference/inferred_type_uses_synthetic_function_type_named_param: Fail
196 inference/inferred_type_uses_synthetic_function_type_positional_param: Fail 194 inference/inferred_type_uses_synthetic_function_type_positional_param: Fail
197 inference/inferred_type_via_closure_multiple_levels_of_nesting: Fail 195 inference/inferred_type_via_closure_multiple_levels_of_nesting: Fail
198 inference/inferred_type_via_closure_type_depends_on_args: Fail 196 inference/inferred_type_via_closure_type_depends_on_args: Fail
199 inference/inferred_type_via_closure_type_independent_of_args_field: Fail 197 inference/inferred_type_via_closure_type_independent_of_args_field: Fail
200 inference/inferred_type_via_closure_type_independent_of_args_top_level: Fail 198 inference/inferred_type_via_closure_type_independent_of_args_top_level: Fail
201 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Fail
202 inference/lambda_does_not_have_propagated_type_hint: Fail 199 inference/lambda_does_not_have_propagated_type_hint: Fail
203 inference/list_literals_can_infer_null_top_level: Fail 200 inference/list_literals_can_infer_null_top_level: Fail
204 inference/local_constructor_from_arguments: Fail 201 inference/local_constructor_from_arguments: Fail
205 inference/map_literals: Fail 202 inference/map_literals: Fail
206 inference/map_literals_can_infer_null: Fail 203 inference/map_literals_can_infer_null: Fail
207 inference/map_literals_can_infer_null_top_level: Fail 204 inference/map_literals_can_infer_null_top_level: Fail
208 inference/map_literals_top_level: Fail 205 inference/map_literals_top_level: Fail
209 inference/method_call_with_type_arguments_instance_method: Fail 206 inference/method_call_with_type_arguments_instance_method: Fail
210 inference/method_call_with_type_arguments_instance_method_identifier_sequence: F ail 207 inference/method_call_with_type_arguments_instance_method_identifier_sequence: F ail
211 inference/method_call_with_type_arguments_static_method: Fail 208 inference/method_call_with_type_arguments_static_method: Fail
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 rasta/this_invoke: Fail 324 rasta/this_invoke: Fail
328 rasta/try_label: Fail 325 rasta/try_label: Fail
329 rasta/type_literals: VerificationError 326 rasta/type_literals: VerificationError
330 rasta/type_with_parse_error: Fail 327 rasta/type_with_parse_error: Fail
331 rasta/typedef: VerificationError 328 rasta/typedef: VerificationError
332 rasta/unresolved: Fail 329 rasta/unresolved: Fail
333 rasta/unresolved_constructor: Fail 330 rasta/unresolved_constructor: Fail
334 rasta/unresolved_for_in: Fail 331 rasta/unresolved_for_in: Fail
335 rasta/unresolved_recovery: Fail 332 rasta/unresolved_recovery: Fail
336 rasta/unsupported_platform_library: Fail 333 rasta/unsupported_platform_library: Fail
OLDNEW
« no previous file with comments | « no previous file | pkg/front_end/testcases/inference/constructors_infer_from_arguments_downwards_from_constructor.dart.strong.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698