| 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 26 matching lines...) Expand all Loading... |
| 37 mixin: Fail | 37 mixin: Fail |
| 38 named_parameters: Fail | 38 named_parameters: Fail |
| 39 null_aware: Fail | 39 null_aware: Fail |
| 40 operators: Fail | 40 operators: Fail |
| 41 optional: Fail | 41 optional: Fail |
| 42 platform: Fail | 42 platform: Fail |
| 43 prefer_baseclass: Fail | 43 prefer_baseclass: Fail |
| 44 redirecting_constructor: Fail | 44 redirecting_constructor: Fail |
| 45 redirecting_factory: Fail | 45 redirecting_factory: Fail |
| 46 statements: Fail | 46 statements: Fail |
| 47 store_load: Fail | |
| 48 stringliteral: Fail | 47 stringliteral: Fail |
| 49 super_rasta_copy: Fail | 48 super_rasta_copy: Fail |
| 50 top_level_accessors: Fail | 49 top_level_accessors: Fail |
| 51 type_variable_as_super: Fail | 50 type_variable_as_super: Fail |
| 52 typedef: Fail | 51 typedef: Fail |
| 53 uninitialized_fields: Fail | 52 uninitialized_fields: Fail |
| 54 unused_methods: Fail | 53 unused_methods: Fail |
| 55 void-methods: Fail | 54 void-methods: Fail |
| 56 | 55 |
| 57 inference/constructors_too_many_positional_arguments: Fail | 56 inference/constructors_too_many_positional_arguments: Fail |
| 58 inference/downwards_inference_annotations: Fail | 57 inference/downwards_inference_annotations: Fail |
| 59 inference/downwards_inference_initializing_formal_default_formal: Fail | 58 inference/downwards_inference_initializing_formal_default_formal: Fail |
| 60 inference/downwards_inference_inside_top_level: Fail | |
| 61 inference/downwards_inference_on_function_expressions: Fail | 59 inference/downwards_inference_on_function_expressions: Fail |
| 62 inference/downwards_inference_on_function_of_t_using_the_t: Fail | 60 inference/downwards_inference_on_function_of_t_using_the_t: Fail |
| 63 inference/downwards_inference_on_generic_function_expressions: Fail | 61 inference/downwards_inference_on_generic_function_expressions: Fail |
| 64 inference/downwards_inference_on_list_literals_infer_downwards: Fail | 62 inference/downwards_inference_on_list_literals_infer_downwards: Fail |
| 65 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex
t: Fail | 63 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex
t: Fail |
| 66 inference/downwards_inference_on_map_literals: Fail | 64 inference/downwards_inference_on_map_literals: Fail |
| 67 inference/future_then_conditional: Fail | 65 inference/future_then_conditional: Fail |
| 68 inference/future_then_conditional_2: Fail | 66 inference/future_then_conditional_2: Fail |
| 69 inference/future_then_conditional_3: Fail | 67 inference/future_then_conditional_3: Fail |
| 70 inference/future_then_conditional_4: Fail | 68 inference/future_then_conditional_4: Fail |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 rasta/this_invoke: Fail | 199 rasta/this_invoke: Fail |
| 202 rasta/try_label: Fail | 200 rasta/try_label: Fail |
| 203 rasta/type_literals: Fail | 201 rasta/type_literals: Fail |
| 204 rasta/type_with_parse_error: Fail | 202 rasta/type_with_parse_error: Fail |
| 205 rasta/typedef: Fail | 203 rasta/typedef: Fail |
| 206 rasta/unresolved: Fail | 204 rasta/unresolved: Fail |
| 207 rasta/unresolved_constructor: Fail | 205 rasta/unresolved_constructor: Fail |
| 208 rasta/unresolved_for_in: Fail | 206 rasta/unresolved_for_in: Fail |
| 209 rasta/unresolved_recovery: Fail | 207 rasta/unresolved_recovery: Fail |
| 210 rasta/unsupported_platform_library: Fail | 208 rasta/unsupported_platform_library: Fail |
| OLD | NEW |