| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # Status file for the strong_test.dart test suite. This is testing generating | 5 # Status file for the strong_test.dart test suite. This is testing generating |
| 6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with | 6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with |
| 7 # strong-mode enabled. | 7 # strong-mode enabled. |
| 8 | 8 |
| 9 DeltaBlue: Fail | 9 DeltaBlue: Fail |
| 10 accessors: Fail | 10 accessors: Fail |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 inference/downwards_inference_annotations_type_variable_local: Fail # Issue #300
35 | 62 inference/downwards_inference_annotations_type_variable_local: Fail # Issue #300
35 |
| 63 inference/downwards_inference_annotations_typedef: Fail # Issue #30034 | 63 inference/downwards_inference_annotations_typedef: Fail # Issue #30034 |
| 64 inference/downwards_inference_on_function_of_t_using_the_t: Fail # Issue #29798 | 64 inference/downwards_inference_on_function_of_t_using_the_t: Fail # Issue #29798 |
| 65 inference/future_then_explicit_future: Fail # Issue #30040 | 65 inference/future_then_explicit_future: Fail # Issue #30040 |
| 66 inference/generic_functions_return_typedef: Fail # Issue #29798 | 66 inference/generic_functions_return_typedef: Fail # Issue #29798 |
| 67 inference/generic_methods_infer_js_builtin: Fail # Issue #30029 | 67 inference/generic_methods_infer_js_builtin: Fail # Issue #30029 |
| 68 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Fail # Issue #25824 | 68 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Fail # Issue #25824 |
| 69 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr2: Fail # Issue #25824 | 69 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr2: Fail # Issue #25824 |
| 70 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Fail # Issue #25824 | 70 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Fail # Issue #25824 |
| 71 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr2: Fail # Issue #25824 | 71 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr2: Fail # Issue #25824 |
| 72 inference_new/multiple_interface_inheritance: Fail # Issue #30547 |
| 72 | 73 |
| 73 rasta/abstract_constructor: Fail | 74 rasta/abstract_constructor: Fail |
| 74 rasta/bad_constructor_redirection: Fail | 75 rasta/bad_constructor_redirection: Fail |
| 75 rasta/bad_continue: Fail | 76 rasta/bad_continue: Fail |
| 76 rasta/bad_default_constructor: Fail | 77 rasta/bad_default_constructor: Fail |
| 77 rasta/bad_explicit_super_constructor: Fail | 78 rasta/bad_explicit_super_constructor: Fail |
| 78 rasta/bad_implicit_super_constructor: Fail | 79 rasta/bad_implicit_super_constructor: Fail |
| 79 rasta/bad_interpolation: Fail | 80 rasta/bad_interpolation: Fail |
| 80 rasta/bad_redirection: Fail | 81 rasta/bad_redirection: Fail |
| 81 rasta/bad_setter_initializer: Fail | 82 rasta/bad_setter_initializer: Fail |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 runtime_checks/covariant_generic_parameter_in_interface_super: Fail | 183 runtime_checks/covariant_generic_parameter_in_interface_super: Fail |
| 183 runtime_checks/covariant_generic_parameter_in_interface_super_mixin: Fail | 184 runtime_checks/covariant_generic_parameter_in_interface_super_mixin: Fail |
| 184 runtime_checks/covariant_keyword: Fail | 185 runtime_checks/covariant_keyword: Fail |
| 185 runtime_checks/covariant_setter: Fail | 186 runtime_checks/covariant_setter: Fail |
| 186 runtime_checks/dynamic_invocation: Fail | 187 runtime_checks/dynamic_invocation: Fail |
| 187 runtime_checks/dynamic_invocation_generic: Fail | 188 runtime_checks/dynamic_invocation_generic: Fail |
| 188 runtime_checks/dynamic_invocation_of_getter: Fail | 189 runtime_checks/dynamic_invocation_of_getter: Fail |
| 189 | 190 |
| 190 illegal_named_function_expression: RuntimeError | 191 illegal_named_function_expression: RuntimeError |
| 191 local_generic_function: RuntimeError | 192 local_generic_function: RuntimeError |
| OLD | NEW |