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 file. | 3 # BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 # Sections in this file should contain "$compiler == dart2analyzer". | 5 # Sections in this file should contain "$compiler == dart2analyzer". |
6 | 6 |
7 # Analyzer only implements Dart 2.0 static type checking with "--strong". | 7 # Analyzer only implements Dart 2.0 static type checking with "--strong". |
8 [ $compiler == dart2analyzer && ! $strong && ! $checked ] | 8 [ $compiler == dart2analyzer && ! $strong && ! $checked ] |
9 abstract_beats_arguments_test: MissingCompileTimeError | 9 abstract_beats_arguments_test: MissingCompileTimeError |
10 abstract_exact_selector_test/01: MissingCompileTimeError | 10 abstract_exact_selector_test/01: MissingCompileTimeError |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 generic_methods_dynamic_test/01: MissingCompileTimeError | 74 generic_methods_dynamic_test/01: MissingCompileTimeError |
75 generic_methods_dynamic_test/03: MissingCompileTimeError | 75 generic_methods_dynamic_test/03: MissingCompileTimeError |
76 generic_methods_local_variable_declaration_test: StaticWarning | 76 generic_methods_local_variable_declaration_test: StaticWarning |
77 generic_methods_overriding_test/01: MissingCompileTimeError | 77 generic_methods_overriding_test/01: MissingCompileTimeError |
78 generic_methods_overriding_test/03: MissingCompileTimeError | 78 generic_methods_overriding_test/03: MissingCompileTimeError |
79 generic_methods_overriding_test/06: StaticWarning | 79 generic_methods_overriding_test/06: StaticWarning |
80 generic_methods_recursive_bound_test/02: MissingCompileTimeError | 80 generic_methods_recursive_bound_test/02: MissingCompileTimeError |
81 generic_methods_shadowing_test: StaticWarning | 81 generic_methods_shadowing_test: StaticWarning |
82 generic_methods_simple_is_expression_test: StaticWarning | 82 generic_methods_simple_is_expression_test: StaticWarning |
83 generic_tearoff_test: CompileTimeError | 83 generic_tearoff_test: CompileTimeError |
| 84 getter_no_setter2_test/00: MissingCompileTimeError |
| 85 getter_no_setter2_test/01: MissingCompileTimeError |
| 86 getter_no_setter2_test/03: MissingCompileTimeError |
| 87 getter_no_setter_test/00: MissingCompileTimeError |
| 88 getter_no_setter_test/01: MissingCompileTimeError |
| 89 getter_no_setter_test/03: MissingCompileTimeError |
| 90 getter_override_test/03: MissingCompileTimeError |
| 91 getters_setters2_test/02: MissingCompileTimeError |
84 | 92 |
85 [ $compiler == dart2analyzer && ! $strong && $checked ] | 93 [ $compiler == dart2analyzer && ! $strong && $checked ] |
86 abstract_beats_arguments_test: MissingCompileTimeError | 94 abstract_beats_arguments_test: MissingCompileTimeError |
87 abstract_exact_selector_test/01: MissingCompileTimeError | 95 abstract_exact_selector_test/01: MissingCompileTimeError |
88 abstract_factory_constructor_test/00: MissingCompileTimeError | 96 abstract_factory_constructor_test/00: MissingCompileTimeError |
89 abstract_getter_test/01: MissingCompileTimeError | 97 abstract_getter_test/01: MissingCompileTimeError |
90 abstract_syntax_test/00: MissingCompileTimeError | 98 abstract_syntax_test/00: MissingCompileTimeError |
91 assign_static_type_test/01: MissingCompileTimeError | 99 assign_static_type_test/01: MissingCompileTimeError |
92 assign_static_type_test/03: MissingCompileTimeError | 100 assign_static_type_test/03: MissingCompileTimeError |
93 assign_static_type_test/04: MissingCompileTimeError | 101 assign_static_type_test/04: MissingCompileTimeError |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 generic_methods_overriding_test/01: MissingCompileTimeError | 162 generic_methods_overriding_test/01: MissingCompileTimeError |
155 generic_methods_overriding_test/03: MissingCompileTimeError | 163 generic_methods_overriding_test/03: MissingCompileTimeError |
156 generic_methods_overriding_test/06: StaticWarning | 164 generic_methods_overriding_test/06: StaticWarning |
157 generic_methods_recursive_bound_test/02: MissingCompileTimeError | 165 generic_methods_recursive_bound_test/02: MissingCompileTimeError |
158 generic_methods_shadowing_test: StaticWarning | 166 generic_methods_shadowing_test: StaticWarning |
159 generic_methods_simple_is_expression_test: StaticWarning | 167 generic_methods_simple_is_expression_test: StaticWarning |
160 generic_tearoff_test: CompileTimeError | 168 generic_tearoff_test: CompileTimeError |
161 generic_tearoff_test: CompileTimeError | 169 generic_tearoff_test: CompileTimeError |
162 generic_test: CompileTimeError | 170 generic_test: CompileTimeError |
163 generics_test: CompileTimeError | 171 generics_test: CompileTimeError |
| 172 getter_no_setter2_test/00: MissingCompileTimeError |
| 173 getter_no_setter2_test/01: MissingCompileTimeError |
| 174 getter_no_setter2_test/03: MissingCompileTimeError |
| 175 getter_no_setter_test/00: MissingCompileTimeError |
| 176 getter_no_setter_test/01: MissingCompileTimeError |
| 177 getter_no_setter_test/03: MissingCompileTimeError |
| 178 getter_override_test/03: MissingCompileTimeError |
| 179 getters_setters2_test/02: MissingCompileTimeError |
164 | 180 |
165 [ $compiler == dart2analyzer ] | 181 [ $compiler == dart2analyzer ] |
166 async_return_types_test/nestedFuture: MissingCompileTimeError | 182 async_return_types_test/nestedFuture: MissingCompileTimeError |
167 bad_initializer1_negative_test: CompileTimeError # Issue 14529 | 183 bad_initializer1_negative_test: CompileTimeError # Issue 14529 |
168 bad_initializer2_negative_test: fail # Issue 14880 | 184 bad_initializer2_negative_test: fail # Issue 14880 |
169 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 | 185 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 |
170 bit_operations_test/01: MissingCompileTimeError | 186 bit_operations_test/01: MissingCompileTimeError |
171 bit_operations_test/02: MissingCompileTimeError | 187 bit_operations_test/02: MissingCompileTimeError |
172 bit_operations_test/03: MissingCompileTimeError | 188 bit_operations_test/03: MissingCompileTimeError |
173 bit_operations_test/04: MissingCompileTimeError | 189 bit_operations_test/04: MissingCompileTimeError |
174 black_listed_test/none: fail # Issue 14228 | 190 black_listed_test/none: fail # Issue 14228 |
175 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 | 191 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 |
176 built_in_identifier_prefix_test: CompileTimeError | 192 built_in_identifier_prefix_test: CompileTimeError |
177 cascade_test/none: fail # Issue 11577 | 193 cascade_test/none: fail # Issue 11577 |
178 closure_call_wrong_argument_count_negative_test: skip | 194 closure_call_wrong_argument_count_negative_test: skip |
179 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 | 195 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 |
180 generic_local_functions_test: CompileTimeError # Issue 28515 | 196 generic_local_functions_test: CompileTimeError # Issue 28515 |
181 get_set_syntax_test/none: fail # Issue 11575 | 197 get_set_syntax_test/none: fail # Issue 11575 |
182 generic_list_checked_test: StaticWarning | 198 generic_list_checked_test: StaticWarning |
183 generics_test: StaticWarning | 199 generics_test: StaticWarning |
184 generic_test: StaticWarning | 200 generic_test: StaticWarning |
| 201 getter_setter_in_lib_test: Fail # Issue 23286 |
| 202 getter_setter_in_lib_test: Fail # Issue 23286 |
| 203 getter_declaration_negative_test: CompileTimeError |
185 | 204 |
186 [ $strong && $compiler == dart2analyzer ] | 205 [ $strong && $compiler == dart2analyzer ] |
187 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | 206 accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
188 accessor_conflict_export_test: CompileTimeError # Issue 25626 | 207 accessor_conflict_export_test: CompileTimeError # Issue 25626 |
189 accessor_conflict_import2_test: CompileTimeError # Issue 25626 | 208 accessor_conflict_import2_test: CompileTimeError # Issue 25626 |
190 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 | 209 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 |
191 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 | 210 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 |
192 accessor_conflict_import_test: CompileTimeError # Issue 25626 | 211 accessor_conflict_import_test: CompileTimeError # Issue 25626 |
193 async_return_types_test/nestedFuture: MissingCompileTimeError | 212 async_return_types_test/nestedFuture: MissingCompileTimeError |
194 bit_operations_test/01: MissingStaticWarning # Issue 28823 | 213 bit_operations_test/01: MissingStaticWarning # Issue 28823 |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 assertion_initializer_test: CompileTimeError | 327 assertion_initializer_test: CompileTimeError |
309 | 328 |
310 [ $compiler == dart2analyzer && $strong ] | 329 [ $compiler == dart2analyzer && $strong ] |
311 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 | 330 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 |
312 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 | 331 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 |
313 generic_methods_shadowing_test: CompileTimeError # Issue 29070 | 332 generic_methods_shadowing_test: CompileTimeError # Issue 29070 |
314 generic_methods_closure_test: CompileTimeError # Issue 29070 | 333 generic_methods_closure_test: CompileTimeError # Issue 29070 |
315 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 | 334 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 |
316 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 | 335 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 |
317 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t
ype parameter in "is" test. | 336 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t
ype parameter in "is" test. |
OLD | NEW |