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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 inference/generic_functions_return_typedef: Fail | 60 inference/generic_functions_return_typedef: Fail |
61 inference/generic_methods_infer_js_builtin: Fail | 61 inference/generic_methods_infer_js_builtin: Fail |
62 inference/infer_final_field_setter_only: Fail | 62 inference/infer_final_field_setter_only: Fail |
63 inference/infer_local_function_return_type: Fail | 63 inference/infer_local_function_return_type: Fail |
64 inference/infer_types_on_generic_instantiations_in_library_cycle: Fail | 64 inference/infer_types_on_generic_instantiations_in_library_cycle: Fail |
65 inference/infer_types_on_loop_indices_for_each_loop: Fail | 65 inference/infer_types_on_loop_indices_for_each_loop: Fail |
66 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail | 66 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail |
67 inference/lambda_does_not_have_propagated_type_hint: Fail | 67 inference/lambda_does_not_have_propagated_type_hint: Fail |
68 inference/list_literals_can_infer_null_top_level: Fail | 68 inference/list_literals_can_infer_null_top_level: Fail |
69 inference/map_literals_can_infer_null_top_level: Fail | 69 inference/map_literals_can_infer_null_top_level: Fail |
70 inference/null_coalescing_operator: Fail | |
71 inference/null_coalescing_operator_2: Fail | |
72 inference/property_set: Fail | 70 inference/property_set: Fail |
73 inference/property_set_bad_setter: Crash | 71 inference/property_set_bad_setter: Crash |
74 inference/reference_to_typedef: Fail | 72 inference/reference_to_typedef: Fail |
75 inference/refine_binary_expression_type_type_parameter_t_double: Fail | 73 inference/refine_binary_expression_type_type_parameter_t_double: Fail |
76 inference/refine_binary_expression_type_type_parameter_t_int: Fail | 74 inference/refine_binary_expression_type_type_parameter_t_int: Fail |
77 inference/refine_binary_expression_type_type_parameter_t_t: Fail | 75 inference/refine_binary_expression_type_type_parameter_t_t: Fail |
78 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Fail | 76 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr1: Fail |
79 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr2: Fail | 77 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi
a_expr2: Fail |
80 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Fail | 78 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr1: Fail |
81 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr2: Fail | 79 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e
xpr2: Fail |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 rasta/this_invoke: Fail | 157 rasta/this_invoke: Fail |
160 rasta/try_label: Fail | 158 rasta/try_label: Fail |
161 rasta/type_literals: Fail | 159 rasta/type_literals: Fail |
162 rasta/type_with_parse_error: Fail | 160 rasta/type_with_parse_error: Fail |
163 rasta/typedef: Fail | 161 rasta/typedef: Fail |
164 rasta/unresolved: Fail | 162 rasta/unresolved: Fail |
165 rasta/unresolved_constructor: Fail | 163 rasta/unresolved_constructor: Fail |
166 rasta/unresolved_for_in: Fail | 164 rasta/unresolved_for_in: Fail |
167 rasta/unresolved_recovery: Fail | 165 rasta/unresolved_recovery: Fail |
168 rasta/unsupported_platform_library: Fail | 166 rasta/unsupported_platform_library: Fail |
OLD | NEW |