OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $compiler == dart2analyzer ] | 5 [ $compiler == dart2analyzer ] |
6 # Runtime negative test. No static errors or warnings. | 6 # Runtime negative test. No static errors or warnings. |
7 closure_call_wrong_argument_count_negative_test: skip | 7 closure_call_wrong_argument_count_negative_test: skip |
8 | 8 |
9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) | 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) |
10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 | 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 |
11 | 11 |
12 # Issue 15315 | 12 # Issue 15315 |
13 class_literal_test/01: CompileTimeError | 13 class_literal_test/01: CompileTimeError |
14 class_literal_test/03: CompileTimeError | 14 class_literal_test/03: CompileTimeError |
15 class_literal_test/07: CompileTimeError | 15 class_literal_test/07: CompileTimeError |
16 constructor_call_as_function_test/01: fail | 16 constructor_call_as_function_test/01: fail |
17 call_type_literal_test/01: fail | 17 call_type_literal_test/01: fail |
18 | 18 |
19 # TBF: we should check conflicts not only for methods, but for accessors too | 19 # TBF: we should check conflicts not only for methods, but for accessors too |
20 override_field_test/03: fail | 20 override_field_test/03: fail |
21 method_override7_test/03: Fail # Issue 11496 | 21 method_override7_test/03: Fail # Issue 11496 |
22 | 22 |
23 assignable_expression_test/02: Fail # Issue 15471 | |
24 assignable_expression_test/12: Fail # Issue 15471 | |
25 assignable_expression_test/22: Fail # Issue 15471 | |
26 assignable_expression_test/32: Fail # Issue 15471 | |
27 assignable_expression_test/42: Fail # Issue 15471 | |
28 | |
29 unicode_bom_test: Fail # Issue 16314 | |
30 | |
31 type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compil
e-time error in checked mode, because of constants. | 23 type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compil
e-time error in checked mode, because of constants. |
32 | 24 |
33 # Please add new failing tests before this line. | 25 # Please add new failing tests before this line. |
34 # Section below is for invalid tests. | 26 # Section below is for invalid tests. |
35 # | 27 # |
36 # | 28 # |
37 | 29 |
38 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 30 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
39 bad_initializer2_negative_test: fail # tester issue 14880, Analyzer reports comp
ile-time error, but test runner is not satisfied | 31 bad_initializer2_negative_test: fail # tester issue 14880, Analyzer reports comp
ile-time error, but test runner is not satisfied |
40 | 32 |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 least_upper_bound_expansive_test/06: MissingStaticWarning # Issue 15060 | 166 least_upper_bound_expansive_test/06: MissingStaticWarning # Issue 15060 |
175 least_upper_bound_expansive_test/08: MissingStaticWarning # Issue 15060 | 167 least_upper_bound_expansive_test/08: MissingStaticWarning # Issue 15060 |
176 least_upper_bound_expansive_test/10: MissingStaticWarning # Issue 15060 | 168 least_upper_bound_expansive_test/10: MissingStaticWarning # Issue 15060 |
177 least_upper_bound_expansive_test/11: MissingStaticWarning # Issue 15060 | 169 least_upper_bound_expansive_test/11: MissingStaticWarning # Issue 15060 |
178 least_upper_bound_expansive_test/12: MissingStaticWarning # Issue 15060 | 170 least_upper_bound_expansive_test/12: MissingStaticWarning # Issue 15060 |
179 | 171 |
180 # test issue 15467 | 172 # test issue 15467 |
181 proxy_test/05: StaticWarning # Issue 15467 | 173 proxy_test/05: StaticWarning # Issue 15467 |
182 proxy_test/06: StaticWarning # Issue 15467 | 174 proxy_test/06: StaticWarning # Issue 15467 |
183 | 175 |
184 # test issue 15714 | |
185 typevariable_substitution2_test/01: StaticWarning # Issue 15714 | |
186 | |
187 # analyzer does not handle @proxy and noSuchMethod correctly | 176 # analyzer does not handle @proxy and noSuchMethod correctly |
188 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 | 177 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 |
189 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 | 178 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 |
190 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 | 179 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 |
191 | 180 |
192 # missing warning for unimplemented getter/setter | 181 # missing warning for unimplemented getter/setter |
193 override_inheritance_abstract_test/13: MissingStaticWarning # Issue 16133 | 182 override_inheritance_abstract_test/13: MissingStaticWarning # Issue 16133 |
194 override_inheritance_abstract_test/26: MissingStaticWarning # Issue 16133 | 183 override_inheritance_abstract_test/26: MissingStaticWarning # Issue 16133 |
195 | 184 |
196 # unexpected warning for override | 185 # unexpected warning for override |
197 override_inheritance_abstract_test/27: StaticWarning # Issue 16134 | 186 override_inheritance_abstract_test/27: StaticWarning # Issue 16134 |
198 override_inheritance_generic_test/03: StaticWarning # Issue 16134 | 187 override_inheritance_generic_test/03: StaticWarning # Issue 16134 |
199 | 188 |
200 # missing warning for override | 189 # missing warning for override |
201 override_inheritance_field_test/10: MissingStaticWarning # Issue 16135 | |
202 override_inheritance_generic_test/04: MissingStaticWarning # Issue 16135 | 190 override_inheritance_generic_test/04: MissingStaticWarning # Issue 16135 |
203 override_inheritance_generic_test/06: MissingStaticWarning # Issue 16135 | 191 override_inheritance_generic_test/06: MissingStaticWarning # Issue 16135 |
204 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135 | 192 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135 |
205 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135 | 193 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135 |
206 | 194 |
207 # missing compile-time error for getter/member override | 195 # missing compile-time error for getter/member override |
208 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16136 | 196 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16136 |
209 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16136 | 197 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16136 |
210 | 198 |
211 # flaky override tests | 199 # flaky override tests |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
335 map_literal4_test: StaticWarning | 323 map_literal4_test: StaticWarning |
336 map_literal6_test: StaticWarning | 324 map_literal6_test: StaticWarning |
337 map_literal8_test: StaticWarning | 325 map_literal8_test: StaticWarning |
338 map_literal_negative_test: CompileTimeError | 326 map_literal_negative_test: CompileTimeError |
339 method_override4_test: StaticWarning | 327 method_override4_test: StaticWarning |
340 method_override5_test: StaticWarning | 328 method_override5_test: StaticWarning |
341 method_override6_test: StaticWarning | 329 method_override6_test: StaticWarning |
342 method_override_test: StaticWarning | 330 method_override_test: StaticWarning |
343 mixin_illegal_static_access_test: StaticWarning | 331 mixin_illegal_static_access_test: StaticWarning |
344 mixin_illegal_syntax_test/13: CompileTimeError | 332 mixin_illegal_syntax_test/13: CompileTimeError |
345 mixin_typedef_constructor_test: StaticWarning | |
346 mixin_type_parameter2_test: StaticWarning | |
347 mixin_type_parameters_mixin_extends_test: StaticWarning | 333 mixin_type_parameters_mixin_extends_test: StaticWarning |
348 mixin_type_parameters_mixin_test: StaticWarning | 334 mixin_type_parameters_mixin_test: StaticWarning |
349 mixin_type_parameters_super_extends_test: StaticWarning | 335 mixin_type_parameters_super_extends_test: StaticWarning |
350 mixin_type_parameters_super_test: StaticWarning | 336 mixin_type_parameters_super_test: StaticWarning |
351 mixin_with_two_implicit_constructors_test: StaticWarning | 337 mixin_with_two_implicit_constructors_test: StaticWarning |
352 mixin_bound_test: StaticWarning | |
353 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot
be annotated | 338 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot
be annotated |
354 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot
be annotated | 339 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot
be annotated |
355 named_constructor_test/01: StaticWarning | 340 named_constructor_test/01: StaticWarning |
356 named_constructor_test/03: StaticWarning | 341 named_constructor_test/03: StaticWarning |
357 named_parameters2_test: StaticWarning | 342 named_parameters2_test: StaticWarning |
358 named_parameters3_test: StaticWarning | 343 named_parameters3_test: StaticWarning |
359 named_parameters4_test: StaticWarning | 344 named_parameters4_test: StaticWarning |
360 named_parameters_test/01: StaticWarning | 345 named_parameters_test/01: StaticWarning |
361 named_parameters_test/02: StaticWarning | 346 named_parameters_test/02: StaticWarning |
362 named_parameters_test/03: StaticWarning | 347 named_parameters_test/03: StaticWarning |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 type_variable_conflict2_test/06: MissingCompileTimeError | 461 type_variable_conflict2_test/06: MissingCompileTimeError |
477 type_variable_conflict2_test/08: MissingCompileTimeError | 462 type_variable_conflict2_test/08: MissingCompileTimeError |
478 type_variable_conflict2_test/10: MissingCompileTimeError | 463 type_variable_conflict2_test/10: MissingCompileTimeError |
479 unary_plus_negative_test: CompileTimeError | 464 unary_plus_negative_test: CompileTimeError |
480 unbound_getter_test: StaticWarning | 465 unbound_getter_test: StaticWarning |
481 unhandled_exception_negative_test: CompileTimeError | 466 unhandled_exception_negative_test: CompileTimeError |
482 unresolved_top_level_method_negative_test: CompileTimeError | 467 unresolved_top_level_method_negative_test: CompileTimeError |
483 vm/type_cast_vm_test: StaticWarning | 468 vm/type_cast_vm_test: StaticWarning |
484 vm/type_vm_test: StaticWarning | 469 vm/type_vm_test: StaticWarning |
485 void_type_test: StaticWarning | 470 void_type_test: StaticWarning |
486 | |
OLD | NEW |