| 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Fail | 265 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Fail |
| 266 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Fail | 266 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Fail |
| 267 inference/unsafe_block_closure_inference_method_call_no_type_param: Fail | 267 inference/unsafe_block_closure_inference_method_call_no_type_param: Fail |
| 268 inference/void_return_type_subtypes_dynamic: Fail | 268 inference/void_return_type_subtypes_dynamic: Fail |
| 269 | 269 |
| 270 rasta/issue_000032: Fail | 270 rasta/issue_000032: Fail |
| 271 rasta/issue_000045: Fail | 271 rasta/issue_000045: Fail |
| 272 rasta/issue_000046: Fail | 272 rasta/issue_000046: Fail |
| 273 rasta/issue_000047: Fail | 273 rasta/issue_000047: Fail |
| 274 rasta/native_is_illegal: Pass # Issue 29763 | 274 rasta/native_is_illegal: Pass # Issue 29763 |
| 275 rasta/super_mixin: Fail | |
| 276 rasta/type_with_parse_error: Fail | 275 rasta/type_with_parse_error: Fail |
| 277 | 276 |
| 278 regress/issue_29977: Crash # Issue 29977. | 277 regress/issue_29977: Crash # Issue 29977. |
| 279 regress/issue_29985: Crash # Issue 29985. | 278 regress/issue_29985: Crash # Issue 29985. |
| 280 regress/issue_29987: Crash # Issue 29987. | 279 regress/issue_29987: Crash # Issue 29987. |
| OLD | NEW |