| 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/local_constructor_from_arguments: Fail |
| 60 inference/type_promotion_stopped_by_access_in_a_closure: Fail |
| 61 inference/type_promotion_stopped_by_mutation_in_a_closure: Fail |
| 62 |
| 59 rasta/abstract_constructor: Fail | 63 rasta/abstract_constructor: Fail |
| 60 rasta/bad_constructor_redirection: Fail | 64 rasta/bad_constructor_redirection: Fail |
| 61 rasta/bad_continue: Fail | 65 rasta/bad_continue: Fail |
| 62 rasta/bad_default_constructor: Fail | 66 rasta/bad_default_constructor: Fail |
| 63 rasta/bad_explicit_super_constructor: Fail | 67 rasta/bad_explicit_super_constructor: Fail |
| 64 rasta/bad_implicit_super_constructor: Fail | 68 rasta/bad_implicit_super_constructor: Fail |
| 65 rasta/bad_interpolation: Fail | 69 rasta/bad_interpolation: Fail |
| 66 rasta/bad_redirection: Fail | 70 rasta/bad_redirection: Fail |
| 67 rasta/bad_setter_initializer: Fail | 71 rasta/bad_setter_initializer: Fail |
| 68 rasta/bad_unicode: Fail | 72 rasta/bad_unicode: Fail |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 rasta/this_invoke: Fail | 139 rasta/this_invoke: Fail |
| 136 rasta/try_label: Fail | 140 rasta/try_label: Fail |
| 137 rasta/type_literals: VerificationError | 141 rasta/type_literals: VerificationError |
| 138 rasta/type_with_parse_error: Fail | 142 rasta/type_with_parse_error: Fail |
| 139 rasta/typedef: VerificationError | 143 rasta/typedef: VerificationError |
| 140 rasta/unresolved: Fail | 144 rasta/unresolved: Fail |
| 141 rasta/unresolved_constructor: Fail | 145 rasta/unresolved_constructor: Fail |
| 142 rasta/unresolved_for_in: Fail | 146 rasta/unresolved_for_in: Fail |
| 143 rasta/unresolved_recovery: Fail | 147 rasta/unresolved_recovery: Fail |
| 144 rasta/unsupported_platform_library: Fail | 148 rasta/unsupported_platform_library: Fail |
| OLD | NEW |