| 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 rasta/class_hierarchy: Fail # Fixed in ahe's dev branch. | |
| 6 | |
| 7 inference/async_closure_return_type_flatten: Fail | 5 inference/async_closure_return_type_flatten: Fail |
| 8 inference/async_closure_return_type_future: Fail | 6 inference/async_closure_return_type_future: Fail |
| 9 inference/async_closure_return_type_future_or: Fail | 7 inference/async_closure_return_type_future_or: Fail |
| 10 inference/block_bodied_lambdas_async_all_returns_are_futures: Fail | 8 inference/block_bodied_lambdas_async_all_returns_are_futures: Fail |
| 11 inference/block_bodied_lambdas_async_all_returns_are_values: Fail | 9 inference/block_bodied_lambdas_async_all_returns_are_values: Fail |
| 12 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Fail | 10 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Fail |
| 13 inference/block_bodied_lambdas_async_star: Fail | 11 inference/block_bodied_lambdas_async_star: Fail |
| 14 inference/block_bodied_lambdas_basic: Fail | 12 inference/block_bodied_lambdas_basic: Fail |
| 15 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Fa
il | 13 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Fa
il |
| 16 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference_top
_level: Fail | 14 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference_top
_level: Fail |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 inference/unsafe_block_closure_inference_in_list_untyped: Fail | 264 inference/unsafe_block_closure_inference_in_list_untyped: Fail |
| 267 inference/unsafe_block_closure_inference_in_map_dynamic: Fail | 265 inference/unsafe_block_closure_inference_in_map_dynamic: Fail |
| 268 inference/unsafe_block_closure_inference_in_map_typed: Fail | 266 inference/unsafe_block_closure_inference_in_map_typed: Fail |
| 269 inference/unsafe_block_closure_inference_in_map_untyped: Fail | 267 inference/unsafe_block_closure_inference_in_map_untyped: Fail |
| 270 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Fai
l | 268 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Fai
l |
| 271 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Fail | 269 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Fail |
| 272 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Fail | 270 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Fail |
| 273 inference/unsafe_block_closure_inference_method_call_no_type_param: Fail | 271 inference/unsafe_block_closure_inference_method_call_no_type_param: Fail |
| 274 inference/void_return_type_subtypes_dynamic: Fail | 272 inference/void_return_type_subtypes_dynamic: Fail |
| 275 | 273 |
| 276 rasta/generic_factory: Fail | |
| 277 rasta/issue_000032: Fail | 274 rasta/issue_000032: Fail |
| 278 rasta/issue_000045: Fail | 275 rasta/issue_000045: Fail |
| 279 rasta/issue_000046: Fail | 276 rasta/issue_000046: Fail |
| 280 rasta/issue_000047: Fail | 277 rasta/issue_000047: Fail |
| 278 rasta/native_is_illegal: Pass # Issue 29763 |
| 281 rasta/super_mixin: Fail | 279 rasta/super_mixin: Fail |
| 282 rasta/type_with_parse_error: Fail | 280 rasta/type_with_parse_error: Fail |
| OLD | NEW |