| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 store_load: Fail | 49 store_load: Fail |
| 50 stringliteral: Fail | 50 stringliteral: Fail |
| 51 super_rasta_copy: Fail | 51 super_rasta_copy: Fail |
| 52 top_level_accessors: Fail | 52 top_level_accessors: Fail |
| 53 type_variable_as_super: Fail | 53 type_variable_as_super: Fail |
| 54 typedef: Fail | 54 typedef: Fail |
| 55 uninitialized_fields: Fail | 55 uninitialized_fields: Fail |
| 56 unused_methods: Fail | 56 unused_methods: Fail |
| 57 void-methods: Fail | 57 void-methods: Fail |
| 58 | 58 |
| 59 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Fa
il | |
| 60 inference/block_bodied_lambdas_infer_bottom_sync: Fail | |
| 61 inference/block_bodied_lambdas_sync_star: Fail | 59 inference/block_bodied_lambdas_sync_star: Fail |
| 62 inference/circular_reference_via_closures: Fail | 60 inference/circular_reference_via_closures: Fail |
| 63 inference/circular_reference_via_closures_initializer_types: Fail | 61 inference/circular_reference_via_closures_initializer_types: Fail |
| 64 inference/constructors_infer_from_arguments: Fail | 62 inference/constructors_infer_from_arguments: Fail |
| 65 inference/constructors_infer_from_arguments_const: Fail | 63 inference/constructors_infer_from_arguments_const: Fail |
| 66 inference/constructors_infer_from_arguments_const_with_upper_bound: Fail | 64 inference/constructors_infer_from_arguments_const_with_upper_bound: Fail |
| 67 inference/constructors_infer_from_arguments_factory: Fail | 65 inference/constructors_infer_from_arguments_factory: Fail |
| 68 inference/constructors_infer_from_arguments_factory_calls_constructor: Fail | 66 inference/constructors_infer_from_arguments_factory_calls_constructor: Fail |
| 69 inference/constructors_infer_from_arguments_named_factory: Fail | 67 inference/constructors_infer_from_arguments_named_factory: Fail |
| 70 inference/constructors_infer_from_arguments_redirecting: Fail | 68 inference/constructors_infer_from_arguments_redirecting: Fail |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 rasta/this_invoke: Fail | 259 rasta/this_invoke: Fail |
| 262 rasta/try_label: Fail | 260 rasta/try_label: Fail |
| 263 rasta/type_literals: VerificationError | 261 rasta/type_literals: VerificationError |
| 264 rasta/type_with_parse_error: Fail | 262 rasta/type_with_parse_error: Fail |
| 265 rasta/typedef: VerificationError | 263 rasta/typedef: VerificationError |
| 266 rasta/unresolved: Fail | 264 rasta/unresolved: Fail |
| 267 rasta/unresolved_constructor: Fail | 265 rasta/unresolved_constructor: Fail |
| 268 rasta/unresolved_for_in: Fail | 266 rasta/unresolved_for_in: Fail |
| 269 rasta/unresolved_recovery: Fail | 267 rasta/unresolved_recovery: Fail |
| 270 rasta/unsupported_platform_library: Fail | 268 rasta/unsupported_platform_library: Fail |
| OLD | NEW |