| 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 | 5 function_type_recovery: Fail |
| 6 | 6 |
| 7 inference/async_closure_return_type_flatten: Fail | 7 inference/async_closure_return_type_flatten: Fail |
| 8 inference/async_closure_return_type_future: Fail | 8 inference/async_closure_return_type_future: Fail |
| 9 inference/async_closure_return_type_future_or: Fail | 9 inference/async_closure_return_type_future_or: Fail |
| 10 inference/block_bodied_lambdas_async_all_returns_are_futures: Fail | 10 inference/block_bodied_lambdas_async_all_returns_are_futures: Fail |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 inference/unsafe_block_closure_inference_in_list_untyped: Fail | 266 inference/unsafe_block_closure_inference_in_list_untyped: Fail |
| 267 inference/unsafe_block_closure_inference_in_map_dynamic: Fail | 267 inference/unsafe_block_closure_inference_in_map_dynamic: Fail |
| 268 inference/unsafe_block_closure_inference_in_map_typed: Fail | 268 inference/unsafe_block_closure_inference_in_map_typed: Fail |
| 269 inference/unsafe_block_closure_inference_in_map_untyped: Fail | 269 inference/unsafe_block_closure_inference_in_map_untyped: Fail |
| 270 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Fai
l | 270 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Fai
l |
| 271 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Fail | 271 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Fail |
| 272 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Fail | 272 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Fail |
| 273 inference/unsafe_block_closure_inference_method_call_no_type_param: Fail | 273 inference/unsafe_block_closure_inference_method_call_no_type_param: Fail |
| 274 inference/void_return_type_subtypes_dynamic: Fail | 274 inference/void_return_type_subtypes_dynamic: Fail |
| 275 | 275 |
| 276 rasta/bad_redirection: Fail | |
| 277 rasta/generic_factory: Fail | 276 rasta/generic_factory: Fail |
| 278 rasta/issue_000002: Fail | |
| 279 rasta/issue_000032: Fail | 277 rasta/issue_000032: Fail |
| 280 rasta/issue_000044: Fail | 278 rasta/issue_000044: Fail |
| 281 rasta/issue_000045: Fail | 279 rasta/issue_000045: Fail |
| 282 rasta/issue_000046: Fail | 280 rasta/issue_000046: Fail |
| 283 rasta/issue_000047: Fail | 281 rasta/issue_000047: Fail |
| 284 rasta/issue_000067: Fail | 282 rasta/issue_000067: Fail |
| 285 rasta/issue_000070: Fail | |
| 286 rasta/mandatory_parameter_initializer: Fail | 283 rasta/mandatory_parameter_initializer: Fail |
| 287 rasta/native_is_illegal: Fail | 284 rasta/native_is_illegal: Fail |
| 288 rasta/super_mixin: Fail | 285 rasta/super_mixin: Fail |
| 289 rasta/type_with_parse_error: Fail | 286 rasta/type_with_parse_error: Fail |
| OLD | NEW |