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 function_type_recovery: Fail # Fixed in ahe's dev branch. | 5 function_type_recovery: Fail # Fixed in ahe's dev branch. |
6 inference/constructors_infer_from_arguments_redirecting_factory_to_factory: Fail
# Fixed in ahe's dev branch. | |
7 rasta/class_hierarchy: Fail # Fixed in ahe's dev branch. | 6 rasta/class_hierarchy: Fail # Fixed in ahe's dev branch. |
8 redirecting_constructor: Fail # Fixed in ahe's dev branch. | |
9 redirecting_factory: Fail # Fixed in ahe's dev branch. | |
10 | 7 |
11 inference/async_closure_return_type_flatten: Fail | 8 inference/async_closure_return_type_flatten: Fail |
12 inference/async_closure_return_type_future: Fail | 9 inference/async_closure_return_type_future: Fail |
13 inference/async_closure_return_type_future_or: Fail | 10 inference/async_closure_return_type_future_or: Fail |
14 inference/block_bodied_lambdas_async_all_returns_are_futures: Fail | 11 inference/block_bodied_lambdas_async_all_returns_are_futures: Fail |
15 inference/block_bodied_lambdas_async_all_returns_are_values: Fail | 12 inference/block_bodied_lambdas_async_all_returns_are_values: Fail |
16 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Fail | 13 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Fail |
17 inference/block_bodied_lambdas_async_star: Fail | 14 inference/block_bodied_lambdas_async_star: Fail |
18 inference/block_bodied_lambdas_basic: Fail | 15 inference/block_bodied_lambdas_basic: Fail |
19 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Fa
il | 16 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Fa
il |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 inference/unsafe_block_closure_inference_in_list_untyped: Fail | 267 inference/unsafe_block_closure_inference_in_list_untyped: Fail |
271 inference/unsafe_block_closure_inference_in_map_dynamic: Fail | 268 inference/unsafe_block_closure_inference_in_map_dynamic: Fail |
272 inference/unsafe_block_closure_inference_in_map_typed: Fail | 269 inference/unsafe_block_closure_inference_in_map_typed: Fail |
273 inference/unsafe_block_closure_inference_in_map_untyped: Fail | 270 inference/unsafe_block_closure_inference_in_map_untyped: Fail |
274 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Fai
l | 271 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Fai
l |
275 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Fail | 272 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Fail |
276 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Fail | 273 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Fail |
277 inference/unsafe_block_closure_inference_method_call_no_type_param: Fail | 274 inference/unsafe_block_closure_inference_method_call_no_type_param: Fail |
278 inference/void_return_type_subtypes_dynamic: Fail | 275 inference/void_return_type_subtypes_dynamic: Fail |
279 | 276 |
280 rasta/bad_redirection: Fail | |
281 rasta/generic_factory: Fail | 277 rasta/generic_factory: Fail |
282 rasta/issue_000002: Fail | |
283 rasta/issue_000032: Fail | 278 rasta/issue_000032: Fail |
284 rasta/issue_000044: Fail | 279 rasta/issue_000044: Fail |
285 rasta/issue_000045: Fail | 280 rasta/issue_000045: Fail |
286 rasta/issue_000046: Fail | 281 rasta/issue_000046: Fail |
287 rasta/issue_000047: Fail | 282 rasta/issue_000047: Fail |
288 rasta/issue_000067: Fail | |
289 rasta/issue_000070: Fail | |
290 rasta/mandatory_parameter_initializer: Fail | 283 rasta/mandatory_parameter_initializer: Fail |
291 rasta/native_is_illegal: Fail | |
292 rasta/super_mixin: Fail | 284 rasta/super_mixin: Fail |
293 rasta/type_with_parse_error: Fail | 285 rasta/type_with_parse_error: Fail |
OLD | NEW |