| 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 # 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 |
| 11 | 11 |
| 12 # TBD: these look like bad tests, no issue number | 12 # TBD: these look like bad tests, no issue number |
| 13 class_literal_test: fail | 13 class_literal_test: fail |
| 14 constructor_call_as_function_test/01: fail | 14 constructor_call_as_function_test/01: fail |
| 15 | 15 |
| 16 function_type_alias9_test/00: crash # Issue 11987 | 16 function_type_alias9_test/00: crash # Issue 11987 |
| 17 | 17 |
| 18 # TBF: we should check conflicts not only for methods, but for accessors too | 18 # TBF: we should check conflicts not only for methods, but for accessors too |
| 19 override_field_test/02: fail | 19 override_field_test/02: fail |
| 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 method_override8_test/03: Fail # Issue 11496 | 22 method_override8_test/03: Fail # Issue 11496 |
| 23 | 23 |
| 24 built_in_identifier_test/none: Fail # Issue 13023 | 24 built_in_identifier_test/none: Fail # Issue 13023 |
| 25 | 25 |
| 26 # Invalid constant redirecting factories should cause compile-time error. | |
| 27 const_types_test/23: Fail # Issue 14306 | |
| 28 const_types_test/24: Fail # Issue 14306 | |
| 29 const_types_test/25: Fail # Issue 14306 | |
| 30 const_types_test/26: Fail # Issue 14306 | |
| 31 const_types_test/27: Fail # Issue 14306 | |
| 32 const_types_test/28: Fail # Issue 14306 | |
| 33 const_types_test/29: Fail # Issue 14306 | |
| 34 const_types_test/30: Fail # Issue 14306 | |
| 35 const_types_test/41: Fail # Issue 14306 | |
| 36 | 26 |
| 37 # Please add new failing tests before this line. | 27 # Please add new failing tests before this line. |
| 38 # Section below is for invalid tests. | 28 # Section below is for invalid tests. |
| 39 # | 29 # |
| 40 # | 30 # |
| 41 | 31 |
| 42 | 32 |
| 43 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 33 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| 44 block_scope_test: fail | 34 block_scope_test: fail |
| 45 lazy_static3_test: fail | 35 lazy_static3_test: fail |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 static_field_test/02: fail # Issue 12541 | 132 static_field_test/02: fail # Issue 12541 |
| 143 static_field_test/03: fail # Issue 12541 | 133 static_field_test/03: fail # Issue 12541 |
| 144 static_field_test/04: fail # Issue 12541 | 134 static_field_test/04: fail # Issue 12541 |
| 145 | 135 |
| 146 # test issue 13787; duplicate exports of the same declaration is not handled | 136 # test issue 13787; duplicate exports of the same declaration is not handled |
| 147 duplicate_export_test: fail # Issue 13787 | 137 duplicate_export_test: fail # Issue 13787 |
| 148 | 138 |
| 149 # test issue 13916, Looks as no warning should be in this redirecting factory | 139 # test issue 13916, Looks as no warning should be in this redirecting factory |
| 150 redirecting_factory_infinite_steps_test/01: fail | 140 redirecting_factory_infinite_steps_test/01: fail |
| 151 | 141 |
| 142 # test issue , disallow default values in redirecting factories |
| 143 redirecting_factory_default_values_test/none: fail # Issue 14471 |
| 144 |
| 152 # test issue 13956, It is a static type warning if any of the type arguments to
k' are not subtypes of the bounds of the corresponding formal type parameters of
type. | 145 # test issue 13956, It is a static type warning if any of the type arguments to
k' are not subtypes of the bounds of the corresponding formal type parameters of
type. |
| 153 default_factory2_test/none: fail | 146 default_factory2_test/none: fail |
| 154 | 147 |
| 155 # test issue 14021, it is warning, not an error to reference private (undefined)
identifier | 148 # test issue 14021, it is warning, not an error to reference private (undefined)
identifier |
| 156 private_member1_negative_test: fail | 149 private_member1_negative_test: fail |
| 157 private_member2_negative_test: fail | 150 private_member2_negative_test: fail |
| 158 private_member3_negative_test: fail | 151 private_member3_negative_test: fail |
| 159 | 152 |
| 160 # test issue 14079 | 153 # test issue 14079 |
| 161 malformed_test/none: fail # test issue 14079, legit warnings for malformed type | 154 malformed_test/none: fail # test issue 14079, legit warnings for malformed type |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 type_variable_bounds3_test/00: StaticWarning | 467 type_variable_bounds3_test/00: StaticWarning |
| 475 type_variable_identifier_expression_test: StaticWarning | 468 type_variable_identifier_expression_test: StaticWarning |
| 476 type_variable_scope2_test: StaticWarning | 469 type_variable_scope2_test: StaticWarning |
| 477 unary_plus_negative_test: CompileTimeError | 470 unary_plus_negative_test: CompileTimeError |
| 478 unbound_getter_test: StaticWarning | 471 unbound_getter_test: StaticWarning |
| 479 unhandled_exception_negative_test: CompileTimeError | 472 unhandled_exception_negative_test: CompileTimeError |
| 480 unresolved_top_level_method_negative_test: CompileTimeError | 473 unresolved_top_level_method_negative_test: CompileTimeError |
| 481 vm/type_cast_vm_test: StaticWarning | 474 vm/type_cast_vm_test: StaticWarning |
| 482 vm/type_vm_test: StaticWarning | 475 vm/type_vm_test: StaticWarning |
| 483 void_type_test: StaticWarning | 476 void_type_test: StaticWarning |
| 477 |
| OLD | NEW |