| 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 deep_nesting1_negative_test: Crash # Issue 25558 | 10 deep_nesting1_negative_test: Crash # Issue 25558 |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 mixin_illegal_static_access_test: StaticWarning | 300 mixin_illegal_static_access_test: StaticWarning |
| 301 mixin_illegal_syntax_test/13: CompileTimeError | 301 mixin_illegal_syntax_test/13: CompileTimeError |
| 302 mixin_type_parameters_mixin_extends_test: StaticWarning | 302 mixin_type_parameters_mixin_extends_test: StaticWarning |
| 303 mixin_type_parameters_mixin_test: StaticWarning | 303 mixin_type_parameters_mixin_test: StaticWarning |
| 304 mixin_type_parameters_super_extends_test: StaticWarning | 304 mixin_type_parameters_super_extends_test: StaticWarning |
| 305 mixin_type_parameters_super_test: StaticWarning | 305 mixin_type_parameters_super_test: StaticWarning |
| 306 mixin_with_two_implicit_constructors_test: StaticWarning | 306 mixin_with_two_implicit_constructors_test: StaticWarning |
| 307 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot
be annotated | 307 mixin_invalid_bound_test/none: StaticWarning # legitimate StaticWarning, cannot
be annotated |
| 308 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot
be annotated | 308 mixin_invalid_bound2_test/none: StaticWarning # legitimate StaticWarning, cannot
be annotated |
| 309 mixin_super_bound_test: StaticWarning # legitimate StaticWarning, cannot be anno
tated | 309 mixin_super_bound_test: StaticWarning # legitimate StaticWarning, cannot be anno
tated |
| 310 mixin_super_bound2_test: CompileTimeError # Issue 24478 | |
| 311 mixin_super_test: CompileTimeError # Issue 24478 | |
| 312 mixin_super_2_test: CompileTimeError # Issue 24478 | |
| 313 mixin_super_use_test: CompileTimeError # Issue 24478 | |
| 314 mixin_superclass_test: CompileTimeError # Issue 24478 | |
| 315 named_constructor_test/01: StaticWarning | 310 named_constructor_test/01: StaticWarning |
| 316 named_constructor_test/03: StaticWarning | 311 named_constructor_test/03: StaticWarning |
| 317 named_parameters2_test: StaticWarning | 312 named_parameters2_test: StaticWarning |
| 318 named_parameters3_test: StaticWarning | 313 named_parameters3_test: StaticWarning |
| 319 named_parameters4_test: StaticWarning | 314 named_parameters4_test: StaticWarning |
| 320 named_parameters_test/01: StaticWarning | 315 named_parameters_test/01: StaticWarning |
| 321 named_parameters_test/02: StaticWarning | 316 named_parameters_test/02: StaticWarning |
| 322 named_parameters_test/03: StaticWarning | 317 named_parameters_test/03: StaticWarning |
| 323 named_parameters_test/04: StaticWarning | 318 named_parameters_test/04: StaticWarning |
| 324 named_parameters_test/05: StaticWarning | 319 named_parameters_test/05: StaticWarning |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 | 474 |
| 480 main_not_a_function_test/01: Fail # Issue 20030 | 475 main_not_a_function_test/01: Fail # Issue 20030 |
| 481 main_test/03: Fail # Issue 20030 | 476 main_test/03: Fail # Issue 20030 |
| 482 no_main_test/01: Fail # Issue 20030 | 477 no_main_test/01: Fail # Issue 20030 |
| 483 | 478 |
| 484 # This test is expected to generate a warning, since it's | 479 # This test is expected to generate a warning, since it's |
| 485 # intentionally referring to a variable that's not in scope. | 480 # intentionally referring to a variable that's not in scope. |
| 486 transitive_private_library_access_test: StaticWarning | 481 transitive_private_library_access_test: StaticWarning |
| 487 | 482 |
| 488 conflicting_type_variable_and_setter_test: CompileTimeError # Issue 25525 | 483 conflicting_type_variable_and_setter_test: CompileTimeError # Issue 25525 |
| OLD | NEW |