| 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 # TBD: using built-in identifers | 9 # TBD: using built-in identifers |
| 10 built_in_identifier_prefix_test: fail # Issue 12694 | 10 built_in_identifier_prefix_test: fail # Issue 12694 |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 map_literal2_negative_test: CompileTimeError | 309 map_literal2_negative_test: CompileTimeError |
| 310 map_literal3_test: StaticWarning | 310 map_literal3_test: StaticWarning |
| 311 map_literal4_test: StaticWarning | 311 map_literal4_test: StaticWarning |
| 312 map_literal6_test: StaticWarning | 312 map_literal6_test: StaticWarning |
| 313 map_literal8_test: StaticWarning | 313 map_literal8_test: StaticWarning |
| 314 map_literal_negative_test: CompileTimeError | 314 map_literal_negative_test: CompileTimeError |
| 315 method_override4_test: StaticWarning | 315 method_override4_test: StaticWarning |
| 316 method_override5_test: StaticWarning | 316 method_override5_test: StaticWarning |
| 317 method_override6_test: StaticWarning | 317 method_override6_test: StaticWarning |
| 318 method_override_test: StaticWarning | 318 method_override_test: StaticWarning |
| 319 mixin_illegal_static_access_test: StaticWarning |
| 319 mixin_illegal_syntax_test/13: CompileTimeError | 320 mixin_illegal_syntax_test/13: CompileTimeError |
| 320 mixin_typedef_constructor_test: StaticWarning | 321 mixin_typedef_constructor_test: StaticWarning |
| 321 mixin_type_parameter2_test: StaticWarning | 322 mixin_type_parameter2_test: StaticWarning |
| 322 mixin_type_parameters_mixin_extends_test: StaticWarning | 323 mixin_type_parameters_mixin_extends_test: StaticWarning |
| 323 mixin_type_parameters_mixin_test: StaticWarning | 324 mixin_type_parameters_mixin_test: StaticWarning |
| 324 mixin_type_parameters_super_extends_test: StaticWarning | 325 mixin_type_parameters_super_extends_test: StaticWarning |
| 325 mixin_type_parameters_super_test: StaticWarning | 326 mixin_type_parameters_super_test: StaticWarning |
| 326 mixin_with_two_implicit_constructors_test: StaticWarning | 327 mixin_with_two_implicit_constructors_test: StaticWarning |
| 327 named_constructor_test/01: StaticWarning | 328 named_constructor_test/01: StaticWarning |
| 328 named_constructor_test/03: StaticWarning | 329 named_constructor_test/03: StaticWarning |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 type_variable_identifier_expression_test: StaticWarning | 446 type_variable_identifier_expression_test: StaticWarning |
| 446 type_variable_scope2_test: StaticWarning | 447 type_variable_scope2_test: StaticWarning |
| 447 unary_plus_negative_test: CompileTimeError | 448 unary_plus_negative_test: CompileTimeError |
| 448 unbound_getter_test: StaticWarning | 449 unbound_getter_test: StaticWarning |
| 449 unhandled_exception_negative_test: CompileTimeError | 450 unhandled_exception_negative_test: CompileTimeError |
| 450 unresolved_top_level_method_negative_test: CompileTimeError | 451 unresolved_top_level_method_negative_test: CompileTimeError |
| 451 vm/type_cast_vm_test: StaticWarning | 452 vm/type_cast_vm_test: StaticWarning |
| 452 vm/type_vm_test: StaticWarning | 453 vm/type_vm_test: StaticWarning |
| 453 void_type_test: StaticWarning | 454 void_type_test: StaticWarning |
| 454 | 455 |
| OLD | NEW |