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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 inference/infer_use_of_void: Fail | 63 inference/infer_use_of_void: Fail |
64 inference/list_literals_can_infer_null_top_level: Fail | 64 inference/list_literals_can_infer_null_top_level: Fail |
65 inference/map_literals_can_infer_null_top_level: Fail | 65 inference/map_literals_can_infer_null_top_level: Fail |
66 inference/property_set: Fail | 66 inference/property_set: Fail |
67 inference/property_set_bad_setter: Crash | 67 inference/property_set_bad_setter: Crash |
68 inference/reference_to_typedef: Fail | 68 inference/reference_to_typedef: Fail |
69 inference/refine_binary_expression_type_type_parameter_t_double: Fail | 69 inference/refine_binary_expression_type_type_parameter_t_double: Fail |
70 inference/refine_binary_expression_type_type_parameter_t_int: Fail | 70 inference/refine_binary_expression_type_type_parameter_t_int: Fail |
71 inference/refine_binary_expression_type_type_parameter_t_t: Fail | 71 inference/refine_binary_expression_type_type_parameter_t_t: Fail |
72 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Fail | 72 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Fail |
73 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr2: Fail | |
74 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Fail | 73 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Fail |
75 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr2: Fail | |
76 | 74 |
77 rasta/abstract_constructor: Fail | 75 rasta/abstract_constructor: Fail |
78 rasta/bad_constructor_redirection: Fail | 76 rasta/bad_constructor_redirection: Fail |
79 rasta/bad_continue: Fail | 77 rasta/bad_continue: Fail |
80 rasta/bad_default_constructor: Fail | 78 rasta/bad_default_constructor: Fail |
81 rasta/bad_explicit_super_constructor: Fail | 79 rasta/bad_explicit_super_constructor: Fail |
82 rasta/bad_implicit_super_constructor: Fail | 80 rasta/bad_implicit_super_constructor: Fail |
83 rasta/bad_interpolation: Fail | 81 rasta/bad_interpolation: Fail |
84 rasta/bad_redirection: Fail | 82 rasta/bad_redirection: Fail |
85 rasta/bad_setter_initializer: Fail | 83 rasta/bad_setter_initializer: Fail |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 rasta/this_invoke: Fail | 151 rasta/this_invoke: Fail |
154 rasta/try_label: Fail | 152 rasta/try_label: Fail |
155 rasta/type_literals: Fail | 153 rasta/type_literals: Fail |
156 rasta/type_with_parse_error: Fail | 154 rasta/type_with_parse_error: Fail |
157 rasta/typedef: Fail | 155 rasta/typedef: Fail |
158 rasta/unresolved: Fail | 156 rasta/unresolved: Fail |
159 rasta/unresolved_constructor: Fail | 157 rasta/unresolved_constructor: Fail |
160 rasta/unresolved_for_in: Fail | 158 rasta/unresolved_for_in: Fail |
161 rasta/unresolved_recovery: Fail | 159 rasta/unresolved_recovery: Fail |
162 rasta/unsupported_platform_library: Fail | 160 rasta/unsupported_platform_library: Fail |
OLD | NEW |