| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 super_rasta_copy: Fail | 48 super_rasta_copy: Fail |
| 49 top_level_accessors: Fail | 49 top_level_accessors: Fail |
| 50 type_variable_as_super: Fail | 50 type_variable_as_super: Fail |
| 51 typedef: Fail | 51 typedef: Fail |
| 52 uninitialized_fields: Fail | 52 uninitialized_fields: Fail |
| 53 unused_methods: Fail | 53 unused_methods: Fail |
| 54 void-methods: Fail | 54 void-methods: Fail |
| 55 | 55 |
| 56 inference/constructors_too_many_positional_arguments: Fail | 56 inference/constructors_too_many_positional_arguments: Fail |
| 57 inference/downwards_inference_annotations: Fail | 57 inference/downwards_inference_annotations: Fail |
| 58 inference/downwards_inference_initializing_formal_default_formal: Fail | |
| 59 inference/downwards_inference_on_function_of_t_using_the_t: Fail | 58 inference/downwards_inference_on_function_of_t_using_the_t: Fail |
| 60 inference/downwards_inference_on_generic_function_expressions: Fail | 59 inference/downwards_inference_on_generic_function_expressions: Fail |
| 61 inference/downwards_inference_on_list_literals_infer_downwards: Fail | |
| 62 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex
t: Fail | 60 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex
t: Fail |
| 63 inference/downwards_inference_on_map_literals: Fail | |
| 64 inference/future_then_conditional: Fail | 61 inference/future_then_conditional: Fail |
| 65 inference/future_then_conditional_2: Fail | 62 inference/future_then_conditional_2: Fail |
| 66 inference/future_then_conditional_3: Fail | 63 inference/future_then_conditional_3: Fail |
| 67 inference/future_then_conditional_4: Fail | 64 inference/future_then_conditional_4: Fail |
| 68 inference/future_then_conditional_5: Fail | 65 inference/future_then_conditional_5: Fail |
| 69 inference/future_then_conditional_6: Fail | 66 inference/future_then_conditional_6: Fail |
| 70 inference/future_then_explicit_future: Fail | 67 inference/future_then_explicit_future: Fail |
| 71 inference/future_union_downwards_generic_method_with_future_return: Fail | 68 inference/future_union_downwards_generic_method_with_future_return: Fail |
| 72 inference/future_union_upwards_generic_methods: Fail | 69 inference/future_union_upwards_generic_methods: Fail |
| 73 inference/generic_functions_return_typedef: Fail | 70 inference/generic_functions_return_typedef: Fail |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 rasta/this_invoke: Fail | 192 rasta/this_invoke: Fail |
| 196 rasta/try_label: Fail | 193 rasta/try_label: Fail |
| 197 rasta/type_literals: Fail | 194 rasta/type_literals: Fail |
| 198 rasta/type_with_parse_error: Fail | 195 rasta/type_with_parse_error: Fail |
| 199 rasta/typedef: Fail | 196 rasta/typedef: Fail |
| 200 rasta/unresolved: Fail | 197 rasta/unresolved: Fail |
| 201 rasta/unresolved_constructor: Fail | 198 rasta/unresolved_constructor: Fail |
| 202 rasta/unresolved_for_in: Fail | 199 rasta/unresolved_for_in: Fail |
| 203 rasta/unresolved_recovery: Fail | 200 rasta/unresolved_recovery: Fail |
| 204 rasta/unsupported_platform_library: Fail | 201 rasta/unsupported_platform_library: Fail |
| OLD | NEW |