| 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/*: Fail |
| 8 inference/int_upwards_local: Pass |
| 9 inference/local_constructor_from_arguments: Pass |
| 10 inference/local_reference_upwards_local: Pass |
| 11 inference/toplevel_inference_toplevel_var: Pass |
| 12 inference/type_promotion_simple: Pass |
| 13 inference/type_promotion_stopped_by_access_in_a_closure: Pass |
| 14 inference/type_promotion_stopped_by_assignment_in_scope: Pass |
| 15 inference/type_promotion_stopped_by_mutation_in_a_closure: Pass |
| 16 |
| 7 rasta/bad_redirection: Fail | 17 rasta/bad_redirection: Fail |
| 8 rasta/generic_factory: Fail | 18 rasta/generic_factory: Fail |
| 9 rasta/issue_000002: Fail | 19 rasta/issue_000002: Fail |
| 10 rasta/issue_000032: Fail | 20 rasta/issue_000032: Fail |
| 11 rasta/issue_000044: Fail | 21 rasta/issue_000044: Fail |
| 12 rasta/issue_000045: Fail | 22 rasta/issue_000045: Fail |
| 13 rasta/issue_000046: Fail | 23 rasta/issue_000046: Fail |
| 14 rasta/issue_000047: Fail | 24 rasta/issue_000047: Fail |
| 15 rasta/issue_000067: Fail | 25 rasta/issue_000067: Fail |
| 16 rasta/issue_000070: Fail | 26 rasta/issue_000070: Fail |
| 17 rasta/mandatory_parameter_initializer: Fail | 27 rasta/mandatory_parameter_initializer: Fail |
| 18 rasta/native_is_illegal: Fail | 28 rasta/native_is_illegal: Fail |
| 19 rasta/super_mixin: Fail | 29 rasta/super_mixin: Fail |
| 20 rasta/type_with_parse_error: Fail | 30 rasta/type_with_parse_error: Fail |
| OLD | NEW |