| 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 | 6 |
| 7 # Runtime negative test. No static errors or warnings. | 7 # Runtime negative test. No static errors or warnings. |
| 8 closure_call_wrong_argument_count_negative_test: skip | 8 closure_call_wrong_argument_count_negative_test: skip |
| 9 | 9 |
| 10 enum_syntax_test/02: Fail # 21649 | 10 enum_syntax_test/02: Fail # 21649 |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 mixin_illegal_static_access_test: StaticWarning | 299 mixin_illegal_static_access_test: StaticWarning |
| 300 mixin_illegal_syntax_test/13: CompileTimeError | 300 mixin_illegal_syntax_test/13: CompileTimeError |
| 301 mixin_type_parameters_mixin_extends_test: StaticWarning | 301 mixin_type_parameters_mixin_extends_test: StaticWarning |
| 302 mixin_type_parameters_mixin_test: StaticWarning | 302 mixin_type_parameters_mixin_test: StaticWarning |
| 303 mixin_type_parameters_super_extends_test: StaticWarning | 303 mixin_type_parameters_super_extends_test: StaticWarning |
| 304 mixin_type_parameters_super_test: StaticWarning | 304 mixin_type_parameters_super_test: StaticWarning |
| 305 mixin_with_two_implicit_constructors_test: StaticWarning | 305 mixin_with_two_implicit_constructors_test: StaticWarning |
| 306 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot
be annotated | 306 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot
be annotated |
| 307 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot
be annotated | 307 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot
be annotated |
| 308 mixin_super_bound_test: StaticWarning # legitimate StaticWarning, cannot be anno
tated | 308 mixin_super_bound_test: StaticWarning # legitimate StaticWarning, cannot be anno
tated |
| 309 mixin_super_bound2_test: CompileTimeError # Issue 23772 | |
| 310 mixin_super_test: CompileTimeError # Issue 23772 | |
| 311 named_constructor_test/01: StaticWarning | 309 named_constructor_test/01: StaticWarning |
| 312 named_constructor_test/03: StaticWarning | 310 named_constructor_test/03: StaticWarning |
| 313 named_parameters2_test: StaticWarning | 311 named_parameters2_test: StaticWarning |
| 314 named_parameters3_test: StaticWarning | 312 named_parameters3_test: StaticWarning |
| 315 named_parameters4_test: StaticWarning | 313 named_parameters4_test: StaticWarning |
| 316 named_parameters_test/01: StaticWarning | 314 named_parameters_test/01: StaticWarning |
| 317 named_parameters_test/02: StaticWarning | 315 named_parameters_test/02: StaticWarning |
| 318 named_parameters_test/03: StaticWarning | 316 named_parameters_test/03: StaticWarning |
| 319 named_parameters_test/04: StaticWarning | 317 named_parameters_test/04: StaticWarning |
| 320 named_parameters_test/05: StaticWarning | 318 named_parameters_test/05: StaticWarning |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 # This test is expected to have warnings because of noSuchMethod overriding. | 470 # This test is expected to have warnings because of noSuchMethod overriding. |
| 473 regress_12561_test: StaticWarning | 471 regress_12561_test: StaticWarning |
| 474 | 472 |
| 475 main_not_a_function_test/01: Fail # Issue 20030 | 473 main_not_a_function_test/01: Fail # Issue 20030 |
| 476 main_test/03: Fail # Issue 20030 | 474 main_test/03: Fail # Issue 20030 |
| 477 no_main_test/01: Fail # Issue 20030 | 475 no_main_test/01: Fail # Issue 20030 |
| 478 | 476 |
| 479 # This test is expected to generate a warning, since it's | 477 # This test is expected to generate a warning, since it's |
| 480 # intentionally referring to a variable that's not in scope. | 478 # intentionally referring to a variable that's not in scope. |
| 481 transitive_private_library_access_test: StaticWarning | 479 transitive_private_library_access_test: StaticWarning |
| OLD | NEW |