| 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 inference/infer_local_function_return_type: RuntimeError | 9 inference/infer_local_function_return_type: RuntimeError |
| 10 | 10 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 uninitialized_fields: Fail | 54 uninitialized_fields: Fail |
| 55 unused_methods: Fail | 55 unused_methods: Fail |
| 56 void-methods: Fail | 56 void-methods: Fail |
| 57 | 57 |
| 58 inference/constructors_too_many_positional_arguments: Fail | 58 inference/constructors_too_many_positional_arguments: Fail |
| 59 inference/downwards_inference_annotations: Fail | 59 inference/downwards_inference_annotations: Fail |
| 60 inference/downwards_inference_on_function_of_t_using_the_t: Fail | 60 inference/downwards_inference_on_function_of_t_using_the_t: Fail |
| 61 inference/future_then_explicit_future: Fail | 61 inference/future_then_explicit_future: Fail |
| 62 inference/generic_functions_return_typedef: Fail | 62 inference/generic_functions_return_typedef: Fail |
| 63 inference/generic_methods_infer_js_builtin: Fail | 63 inference/generic_methods_infer_js_builtin: Fail |
| 64 inference/infer_consts_transitively_2: Fail | |
| 65 inference/infer_consts_transitively_2_a: Fail | |
| 66 inference/infer_correctly_on_multiple_variables_declared_together: Fail | 64 inference/infer_correctly_on_multiple_variables_declared_together: Fail |
| 67 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Fail | 65 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Fail |
| 68 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail | 66 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail |
| 69 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail | 67 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail |
| 70 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Fail | 68 inference/infer_types_on_generic_instantiations_in_library_cycle: Fail |
| 71 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Fail | |
| 72 inference/infer_from_variables_in_non_cycle_imports_with_flag: Fail | |
| 73 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Fail | |
| 74 inference/infer_statics_transitively: Fail | |
| 75 inference/infer_statics_transitively3: Fail | |
| 76 inference/infer_statics_transitively_a: Fail | |
| 77 inference/infer_types_on_loop_indices_for_each_loop: Fail | 69 inference/infer_types_on_loop_indices_for_each_loop: Fail |
| 78 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail | 70 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail |
| 79 inference/inferred_type_cascade: Fail | 71 inference/inferred_type_cascade: Fail |
| 80 inference/lambda_does_not_have_propagated_type_hint: Fail | 72 inference/lambda_does_not_have_propagated_type_hint: Fail |
| 81 inference/list_literals_can_infer_null_top_level: Fail | 73 inference/list_literals_can_infer_null_top_level: Fail |
| 82 inference/map_literals_can_infer_null_top_level: Fail | 74 inference/map_literals_can_infer_null_top_level: Fail |
| 83 inference/null_coalescing_operator: Fail | 75 inference/null_coalescing_operator: Fail |
| 84 inference/null_coalescing_operator_2: Fail | 76 inference/null_coalescing_operator_2: Fail |
| 85 inference/property_set: Fail | 77 inference/property_set: Fail |
| 86 inference/property_set_bad_setter: Crash | 78 inference/property_set_bad_setter: Crash |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 rasta/this_invoke: Fail | 164 rasta/this_invoke: Fail |
| 173 rasta/try_label: Fail | 165 rasta/try_label: Fail |
| 174 rasta/type_literals: Fail | 166 rasta/type_literals: Fail |
| 175 rasta/type_with_parse_error: Fail | 167 rasta/type_with_parse_error: Fail |
| 176 rasta/typedef: Fail | 168 rasta/typedef: Fail |
| 177 rasta/unresolved: Fail | 169 rasta/unresolved: Fail |
| 178 rasta/unresolved_constructor: Fail | 170 rasta/unresolved_constructor: Fail |
| 179 rasta/unresolved_for_in: Fail | 171 rasta/unresolved_for_in: Fail |
| 180 rasta/unresolved_recovery: Fail | 172 rasta/unresolved_recovery: Fail |
| 181 rasta/unsupported_platform_library: Fail | 173 rasta/unsupported_platform_library: Fail |
| OLD | NEW |