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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 inference/null_coalescing_operator: Fail | 104 inference/null_coalescing_operator: Fail |
105 inference/null_coalescing_operator_2: Fail | 105 inference/null_coalescing_operator_2: Fail |
106 inference/reference_to_typedef: Fail | 106 inference/reference_to_typedef: Fail |
107 inference/refine_binary_expression_type_type_parameter_t_double: Fail | 107 inference/refine_binary_expression_type_type_parameter_t_double: Fail |
108 inference/refine_binary_expression_type_type_parameter_t_int: Fail | 108 inference/refine_binary_expression_type_type_parameter_t_int: Fail |
109 inference/refine_binary_expression_type_type_parameter_t_t: Fail | 109 inference/refine_binary_expression_type_type_parameter_t_t: Fail |
110 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Fail | 110 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Fail |
111 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr2: Fail | 111 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr2: Fail |
112 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Fail | 112 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Fail |
113 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr2: Fail | 113 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr2: Fail |
114 inference/void_return_type_subtypes_dynamic: Fail | |
115 | 114 |
116 rasta/abstract_constructor: Fail | 115 rasta/abstract_constructor: Fail |
117 rasta/bad_constructor_redirection: Fail | 116 rasta/bad_constructor_redirection: Fail |
118 rasta/bad_continue: Fail | 117 rasta/bad_continue: Fail |
119 rasta/bad_default_constructor: Fail | 118 rasta/bad_default_constructor: Fail |
120 rasta/bad_explicit_super_constructor: Fail | 119 rasta/bad_explicit_super_constructor: Fail |
121 rasta/bad_implicit_super_constructor: Fail | 120 rasta/bad_implicit_super_constructor: Fail |
122 rasta/bad_interpolation: Fail | 121 rasta/bad_interpolation: Fail |
123 rasta/bad_redirection: Fail | 122 rasta/bad_redirection: Fail |
124 rasta/bad_setter_initializer: Fail | 123 rasta/bad_setter_initializer: Fail |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 rasta/this_invoke: Fail | 191 rasta/this_invoke: Fail |
193 rasta/try_label: Fail | 192 rasta/try_label: Fail |
194 rasta/type_literals: Fail | 193 rasta/type_literals: Fail |
195 rasta/type_with_parse_error: Fail | 194 rasta/type_with_parse_error: Fail |
196 rasta/typedef: Fail | 195 rasta/typedef: Fail |
197 rasta/unresolved: Fail | 196 rasta/unresolved: Fail |
198 rasta/unresolved_constructor: Fail | 197 rasta/unresolved_constructor: Fail |
199 rasta/unresolved_for_in: Fail | 198 rasta/unresolved_for_in: Fail |
200 rasta/unresolved_recovery: Fail | 199 rasta/unresolved_recovery: Fail |
201 rasta/unsupported_platform_library: Fail | 200 rasta/unsupported_platform_library: Fail |
OLD | NEW |