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 named_parameters: Fail | 37 named_parameters: Fail |
38 null_aware: Fail | 38 null_aware: Fail |
39 operators: Fail | 39 operators: Fail |
40 optional: Fail | 40 optional: Fail |
41 platform: Fail | 41 platform: Fail |
42 prefer_baseclass: Fail | 42 prefer_baseclass: Fail |
43 redirecting_constructor: Fail | 43 redirecting_constructor: Fail |
44 redirecting_factory: Fail | 44 redirecting_factory: Fail |
45 statements: Fail | 45 statements: Fail |
46 stringliteral: Fail | 46 stringliteral: Fail |
47 super_rasta_copy: Fail | |
48 top_level_accessors: Fail | 47 top_level_accessors: Fail |
49 type_variable_as_super: Fail | 48 type_variable_as_super: Fail |
50 typedef: Fail | 49 typedef: Fail |
51 uninitialized_fields: Fail | 50 uninitialized_fields: Fail |
52 unused_methods: Fail | 51 unused_methods: Fail |
53 void-methods: Fail | 52 void-methods: Fail |
54 | 53 |
55 inference/constructors_too_many_positional_arguments: Fail # Issue #30040 | 54 inference/constructors_too_many_positional_arguments: Fail # Issue #30040 |
56 inference/downwards_inference_annotations_for_loop_variable: Fail # Issue #30035 | 55 inference/downwards_inference_annotations_for_loop_variable: Fail # Issue #30035 |
57 inference/downwards_inference_annotations_locals: Fail # Issue #30031 and Issue
#30035 | 56 inference/downwards_inference_annotations_locals: Fail # Issue #30031 and Issue
#30035 |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 rasta/issue_000067: Fail | 127 rasta/issue_000067: Fail |
129 rasta/issue_000068: Fail | 128 rasta/issue_000068: Fail |
130 rasta/issue_000069: Fail | 129 rasta/issue_000069: Fail |
131 rasta/issue_000070: Fail | 130 rasta/issue_000070: Fail |
132 rasta/issue_000080: Fail | 131 rasta/issue_000080: Fail |
133 rasta/issue_000081: Fail | 132 rasta/issue_000081: Fail |
134 rasta/malformed_const_constructor: Fail | 133 rasta/malformed_const_constructor: Fail |
135 rasta/malformed_function: Fail | 134 rasta/malformed_function: Fail |
136 rasta/malformed_function_type: Fail | 135 rasta/malformed_function_type: Fail |
137 rasta/mandatory_parameter_initializer: Fail | 136 rasta/mandatory_parameter_initializer: Fail |
138 rasta/mixin_library: Fail | 137 rasta/mixin_library: RuntimeError |
139 rasta/native_is_illegal: Fail | 138 rasta/native_is_illegal: Fail |
140 rasta/parser_error: Fail | 139 rasta/parser_error: Fail |
141 rasta/previsit_deferred: Fail | 140 rasta/previsit_deferred: Fail |
142 rasta/static: Fail | 141 rasta/static: Fail |
143 rasta/super: Fail | 142 rasta/super: RuntimeError |
144 rasta/super_initializer: Fail | 143 rasta/super_initializer: Fail |
145 rasta/super_mixin: Fail | |
146 rasta/super_operator: Fail | 144 rasta/super_operator: Fail |
147 rasta/supports_reflection: VerificationError | 145 rasta/supports_reflection: VerificationError |
148 rasta/switch_execution_case_t02: Fail | 146 rasta/switch_execution_case_t02: Fail |
149 rasta/switch_fall_through: Fail | 147 rasta/switch_fall_through: Fail |
150 rasta/this_invoke: Fail | 148 rasta/this_invoke: Fail |
151 rasta/try_label: Fail | 149 rasta/try_label: Fail |
152 rasta/type_literals: Fail | 150 rasta/type_literals: Fail |
153 rasta/type_with_parse_error: Fail | 151 rasta/type_with_parse_error: Fail |
154 rasta/typedef: Fail | 152 rasta/typedef: Fail |
155 rasta/unresolved: Fail | 153 rasta/unresolved: Fail |
(...skipping 14 matching lines...) Expand all Loading... |
170 regress/issue_29977: Crash # Issue 29977. | 168 regress/issue_29977: Crash # Issue 29977. |
171 regress/issue_29978: Crash # Issue 29978. | 169 regress/issue_29978: Crash # Issue 29978. |
172 regress/issue_29979: Crash # Issue 29979. | 170 regress/issue_29979: Crash # Issue 29979. |
173 regress/issue_29980: Crash # Issue 29980. | 171 regress/issue_29980: Crash # Issue 29980. |
174 regress/issue_29981: Crash # Issue 29981. | 172 regress/issue_29981: Crash # Issue 29981. |
175 regress/issue_29982: Crash # Issue 29982. | 173 regress/issue_29982: Crash # Issue 29982. |
176 regress/issue_29983: Crash # Issue 29983. | 174 regress/issue_29983: Crash # Issue 29983. |
177 regress/issue_29984: Crash # Issue 29984. | 175 regress/issue_29984: Crash # Issue 29984. |
178 regress/issue_29985: Crash # Issue 29985. | 176 regress/issue_29985: Crash # Issue 29985. |
179 regress/issue_29987: Crash # Issue 29987. | 177 regress/issue_29987: Crash # Issue 29987. |
OLD | NEW |