OLD | NEW |
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 inference/async_closure_return_type_flatten: Fail | 5 inference/async_closure_return_type_flatten: Fail |
6 inference/async_closure_return_type_future: Fail | 6 inference/async_closure_return_type_future: Fail |
7 inference/async_closure_return_type_future_or: Fail | 7 inference/async_closure_return_type_future_or: Fail |
8 inference/block_bodied_lambdas_async_all_returns_are_futures: Fail | 8 inference/block_bodied_lambdas_async_all_returns_are_futures: Fail |
9 inference/block_bodied_lambdas_async_all_returns_are_values: Fail | 9 inference/block_bodied_lambdas_async_all_returns_are_values: Fail |
10 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Fail | 10 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Fail |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 inference/instantiate_to_bounds_generic2_has_bound_defined_before: Fail | 214 inference/instantiate_to_bounds_generic2_has_bound_defined_before: Fail |
215 inference/instantiate_to_bounds_generic2_no_bound: Fail | 215 inference/instantiate_to_bounds_generic2_no_bound: Fail |
216 inference/instantiate_to_bounds_generic_has_bound_defined_after: Fail | 216 inference/instantiate_to_bounds_generic_has_bound_defined_after: Fail |
217 inference/instantiate_to_bounds_generic_has_bound_defined_before: Fail | 217 inference/instantiate_to_bounds_generic_has_bound_defined_before: Fail |
218 inference/instantiate_to_bounds_invoke_constructor_no_bound: Fail | 218 inference/instantiate_to_bounds_invoke_constructor_no_bound: Fail |
219 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Fail | 219 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Fail |
220 inference/instantiate_to_bounds_not_generic: Fail | 220 inference/instantiate_to_bounds_not_generic: Fail |
221 inference/lambda_does_not_have_propagated_type_hint: Fail | 221 inference/lambda_does_not_have_propagated_type_hint: Fail |
222 inference/list_literals: Fail | 222 inference/list_literals: Fail |
223 inference/list_literals_can_infer_null_bottom: Fail | 223 inference/list_literals_can_infer_null_bottom: Fail |
224 inference/list_literals_can_infer_null_top_level: Fail | |
225 inference/list_literals_top_level: Fail | 224 inference/list_literals_top_level: Fail |
226 inference/map_literals: Fail | 225 inference/map_literals: Fail |
227 inference/map_literals_can_infer_null: Fail | 226 inference/map_literals_can_infer_null: Fail |
228 inference/map_literals_can_infer_null_top_level: Fail | |
229 inference/map_literals_top_level: Fail | 227 inference/map_literals_top_level: Fail |
230 inference/method_call_with_type_arguments_instance_method: Fail | 228 inference/method_call_with_type_arguments_instance_method: Fail |
231 inference/method_call_with_type_arguments_instance_method_identifier_sequence: F
ail | 229 inference/method_call_with_type_arguments_instance_method_identifier_sequence: F
ail |
232 inference/method_call_with_type_arguments_static_method: Fail | 230 inference/method_call_with_type_arguments_static_method: Fail |
233 inference/method_call_with_type_arguments_top_level_function: Fail | 231 inference/method_call_with_type_arguments_top_level_function: Fail |
234 inference/no_error_when_declared_type_is_num_and_assigned_null: Fail | 232 inference/no_error_when_declared_type_is_num_and_assigned_null: Fail |
235 inference/null_coalescing_operator: Fail | 233 inference/null_coalescing_operator: Fail |
236 inference/null_coalescing_operator_2: Fail | 234 inference/null_coalescing_operator_2: Fail |
237 inference/null_literal_should_not_infer_as_bottom: Fail | 235 inference/null_literal_should_not_infer_as_bottom: Fail |
238 inference/propagate_inference_to_field_in_class: Fail | 236 inference/propagate_inference_to_field_in_class: Fail |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 inference/unsafe_block_closure_inference_method_call_no_type_param: Fail | 269 inference/unsafe_block_closure_inference_method_call_no_type_param: Fail |
272 inference/void_return_type_subtypes_dynamic: Fail | 270 inference/void_return_type_subtypes_dynamic: Fail |
273 | 271 |
274 rasta/issue_000032: Fail | 272 rasta/issue_000032: Fail |
275 rasta/issue_000045: Fail | 273 rasta/issue_000045: Fail |
276 rasta/issue_000046: Fail | 274 rasta/issue_000046: Fail |
277 rasta/issue_000047: Fail | 275 rasta/issue_000047: Fail |
278 rasta/native_is_illegal: Pass # Issue 29763 | 276 rasta/native_is_illegal: Pass # Issue 29763 |
279 rasta/super_mixin: Fail | 277 rasta/super_mixin: Fail |
280 rasta/type_with_parse_error: Fail | 278 rasta/type_with_parse_error: Fail |
OLD | NEW |