| 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 == dartanalyzer ] | 5 [ $compiler == dartanalyzer ] |
| 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 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 # test issue 11124, It is warning, not error to don't initialize final field | 33 # test issue 11124, It is warning, not error to don't initialize final field |
| 34 field3a_negative_test: Fail # Issue 11124 | 34 field3a_negative_test: Fail # Issue 11124 |
| 35 final_syntax_test/01: Fail # Issue 11124 | 35 final_syntax_test/01: Fail # Issue 11124 |
| 36 final_syntax_test/04: Fail # Issue 11124 | 36 final_syntax_test/04: Fail # Issue 11124 |
| 37 final_syntax_test/02: Fail # Issue 11124 | 37 final_syntax_test/02: Fail # Issue 11124 |
| 38 final_syntax_test/03: Fail # Issue 11124 | 38 final_syntax_test/03: Fail # Issue 11124 |
| 39 | 39 |
| 40 # Test issue 11545, using not existing constructor name in annotation | 40 # Test issue 11545, using not existing constructor name in annotation |
| 41 metadata_test: fail | 41 metadata_test: fail |
| 42 | 42 |
| 43 # test issue 11575, classes with abstrac members are not marked as abstract | 43 # test issue 11575, classes with abstract members are not marked as abstract |
| 44 get_set_syntax_test/none: fail # Issue 11575 | 44 get_set_syntax_test/none: fail # Issue 11575 |
| 45 implicit_this_test/none: fail # Issue 11575 | 45 implicit_this_test/none: fail # Issue 11575 |
| 46 interface_test/none: fail # Issue 11575 | 46 interface_test/none: fail # Issue 11575 |
| 47 syntax_test/none: fail # Issue 11575 | 47 syntax_test/none: fail # Issue 11575 |
| 48 | 48 |
| 49 # test issue 11576 | 49 # test issue 11576 |
| 50 bad_constructor_test/none: fail # Issue 11576 | 50 bad_constructor_test/none: fail # Issue 11576 |
| 51 | 51 |
| 52 # test issue 11577, has return type for []= | 52 # test issue 11577, has return type for []= |
| 53 cascade_test/none: fail # Issue 11577 | 53 cascade_test/none: fail # Issue 11577 |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 | 150 |
| 151 # test issue 14736, It is a static warning if a class C declares an instance met
hod named n and has a setter named n=. | 151 # test issue 14736, It is a static warning if a class C declares an instance met
hod named n and has a setter named n=. |
| 152 setter4_test: StaticWarning | 152 setter4_test: StaticWarning |
| 153 | 153 |
| 154 # test issue 15467 | 154 # test issue 15467 |
| 155 proxy_test/05: StaticWarning # Issue 15467 | 155 proxy_test/05: StaticWarning # Issue 15467 |
| 156 proxy_test/06: StaticWarning # Issue 15467 | 156 proxy_test/06: StaticWarning # Issue 15467 |
| 157 proxy3_test/03: StaticWarning # Issue 15467 | 157 proxy3_test/03: StaticWarning # Issue 15467 |
| 158 proxy3_test/04: StaticWarning # Issue 15467 | 158 proxy3_test/04: StaticWarning # Issue 15467 |
| 159 | 159 |
| 160 # test issue 18230 |
| 161 factory_redirection_test/02: StaticWarning # Issue 18230 |
| 162 factory_redirection_test/08: StaticWarning # Issue 18230 |
| 163 factory_redirection_test/09: StaticWarning # Issue 18230 |
| 164 factory_redirection_test/10: StaticWarning # Issue 18230 |
| 165 factory_redirection_test/11: StaticWarning # Issue 18230 |
| 166 factory_redirection_test/12: StaticWarning # Issue 18230 |
| 167 factory_redirection_test/13: StaticWarning # Issue 18230 |
| 168 factory_redirection_test/14: StaticWarning # Issue 18230 |
| 169 factory_redirection_test/none: StaticWarning # Issue 18230 |
| 170 |
| 160 # analyzer does not handle @proxy and noSuchMethod correctly | 171 # analyzer does not handle @proxy and noSuchMethod correctly |
| 161 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 | 172 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 |
| 162 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 | 173 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 |
| 163 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 | 174 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 |
| 164 | 175 |
| 165 # analyzer issue 17983 | 176 # analyzer issue 17983 |
| 166 override_inheritance_generic_test/08: MissingStaticWarning # Issue 17983 | 177 override_inheritance_generic_test/08: MissingStaticWarning # Issue 17983 |
| 167 override_inheritance_field_test/32: MissingStaticWarning # Issue 17983 | 178 override_inheritance_field_test/32: MissingStaticWarning # Issue 17983 |
| 168 override_inheritance_field_test/09: MissingStaticWarning # Issue 17983 | 179 override_inheritance_field_test/09: MissingStaticWarning # Issue 17983 |
| 169 override_inheritance_abstract_test/27: StaticWarning # Issue 17983 | 180 override_inheritance_abstract_test/27: StaticWarning # Issue 17983 |
| 170 | 181 |
| 171 # missing warning for override | 182 # missing warning for override |
| 172 override_inheritance_generic_test/04: MissingStaticWarning # Issue 16135 | |
| 173 override_inheritance_generic_test/06: MissingStaticWarning # Issue 16135 | |
| 174 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135 | 183 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135 |
| 175 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135 | 184 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135 |
| 176 | 185 |
| 177 # flaky override tests | 186 # flaky override tests |
| 178 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498 | 187 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498 |
| 179 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498 | 188 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498 |
| 180 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498 | 189 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498 |
| 181 | 190 |
| 182 # missing warning for assignment to method | 191 # missing warning for assignment to method |
| 183 assign_top_method_test/01: MissingStaticWarning # Issue 16672 | 192 assign_top_method_test/01: MissingStaticWarning # Issue 16672 |
| 184 | 193 |
| 185 # missing warning for assignment to type variable | |
| 186 checked_setter3_test/01: MissingStaticWarning # Issue 16673 | |
| 187 checked_setter3_test/02: MissingStaticWarning # Issue 16673 | |
| 188 | |
| 189 abstract_object_method_test: StaticWarning | 194 abstract_object_method_test: StaticWarning |
| 190 application_negative_test: CompileTimeError | 195 application_negative_test: CompileTimeError |
| 191 bad_constructor_test/05: CompileTimeError | 196 bad_constructor_test/05: CompileTimeError |
| 192 bad_initializer1_negative_test: CompileTimeError | 197 bad_initializer1_negative_test: CompileTimeError |
| 193 bad_named_constructor_negative_test: CompileTimeError | 198 bad_named_constructor_negative_test: CompileTimeError |
| 194 body_less_constructor_wrong_arg_negative_test: CompileTimeError | 199 body_less_constructor_wrong_arg_negative_test: CompileTimeError |
| 195 const_counter_negative_test: CompileTimeError | 200 const_counter_negative_test: CompileTimeError |
| 196 const_optional_args_negative_test: CompileTimeError | 201 const_optional_args_negative_test: CompileTimeError |
| 197 constructor_redirect1_negative_test: CompileTimeError | 202 constructor_redirect1_negative_test: CompileTimeError |
| 198 constructor_redirect2_negative_test: CompileTimeError | 203 constructor_redirect2_negative_test: CompileTimeError |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 list_literal1_test/01: CompileTimeError # Issue 16391 | 451 list_literal1_test/01: CompileTimeError # Issue 16391 |
| 447 map_literal1_test/01: CompileTimeError # Issue 16391 | 452 map_literal1_test/01: CompileTimeError # Issue 16391 |
| 448 | 453 |
| 449 # Issue 17522 | 454 # Issue 17522 |
| 450 deferred_constraints_type_annotation_test/*: Pass, Fail | 455 deferred_constraints_type_annotation_test/*: Pass, Fail |
| 451 deferred_constraints_constants_test/*: Pass, Fail | 456 deferred_constraints_constants_test/*: Pass, Fail |
| 452 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail | 457 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail |
| 453 deferred_constraints_constants_old_syntax_test/*: Pass, Fail | 458 deferred_constraints_constants_old_syntax_test/*: Pass, Fail |
| 454 deferred_shadow_load_library_test: Fail | 459 deferred_shadow_load_library_test: Fail |
| 455 deferred_closurize_load_library_test: Fail | 460 deferred_closurize_load_library_test: Fail |
| 461 |
| 462 # Issues to be fixed now that type parameters have been fixed |
| 463 # (issues 14221, 15553) |
| 464 const_constructor2_test/01: StaticWarning |
| 465 const_constructor2_test/02: StaticWarning |
| 466 const_constructor2_test/03: StaticWarning |
| 467 const_constructor2_test/04: StaticWarning |
| 468 const_constructor2_test/05: StaticWarning |
| 469 const_constructor2_test/06: StaticWarning |
| 470 const_constructor2_test/07: StaticWarning |
| 471 const_constructor2_test/08: StaticWarning |
| 472 const_constructor2_test/09: StaticWarning |
| 473 const_constructor2_test/10: StaticWarning |
| 474 const_constructor2_test/11: StaticWarning |
| 475 const_constructor2_test/12: StaticWarning |
| 476 const_constructor2_test/19: StaticWarning |
| 477 const_constructor2_test/20: StaticWarning |
| 478 const_constructor2_test/21: StaticWarning |
| 479 const_constructor2_test/22: StaticWarning |
| 480 const_constructor2_test/23: StaticWarning |
| 481 const_constructor2_test/24: StaticWarning |
| 482 const_constructor2_test/none: StaticWarning |
| 483 factory1_test/00: StaticWarning |
| 484 factory1_test/01: StaticWarning |
| 485 factory1_test/none: StaticWarning |
| 486 generic_closure_test: StaticWarning |
| 487 local_function2_test: StaticWarning |
| 488 null_test/none: StaticWarning |
| 489 redirecting_factory_long_test: StaticWarning |
| 490 type_parameter_literal_test: StaticWarning |
| 491 mirrors/new_instance_with_type_arguments_test: StaticWarning |
| OLD | NEW |