| 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 |
| 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 export_double_same_main_test: Fail # Issue 14772 | |
| 25 | |
| 26 # Please add new failing tests before this line. | 24 # Please add new failing tests before this line. |
| 27 # Section below is for invalid tests. | 25 # Section below is for invalid tests. |
| 28 # | 26 # |
| 29 # | 27 # |
| 30 | 28 |
| 31 ref_before_declaration_test/07: fail # please triage | 29 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
| 32 ref_before_declaration_test/none: fail # please triage | 30 bad_initializer2_negative_test: fail # tester issue 14880, Analyzer reports comp
ile-time error, but test runner is not satisfied |
| 33 | 31 |
| 34 # test issue 11124, It is warning, not error to don't initialize final field | 32 # test issue 11124, It is warning, not error to don't initialize final field |
| 35 field3a_negative_test: Fail # Issue 11124 | 33 field3a_negative_test: Fail # Issue 11124 |
| 36 final_syntax_test/01: Fail # Issue 11124 | 34 final_syntax_test/01: Fail # Issue 11124 |
| 37 final_syntax_test/04: Fail # Issue 11124 | 35 final_syntax_test/04: Fail # Issue 11124 |
| 38 final_syntax_test/02: Fail # Issue 11124 | 36 final_syntax_test/02: Fail # Issue 11124 |
| 39 final_syntax_test/03: Fail # Issue 11124 | 37 final_syntax_test/03: Fail # Issue 11124 |
| 40 | 38 |
| 41 # Test issue 11545, using not existing constructor name in annotation | 39 # Test issue 11545, using not existing constructor name in annotation |
| 42 metadata_test: fail | 40 metadata_test: fail |
| (...skipping 21 matching lines...) Expand all Loading... |
| 64 getter_no_setter_test/none: fail | 62 getter_no_setter_test/none: fail |
| 65 | 63 |
| 66 # test issue 11584, positional arguments cannot be used for named parameters | 64 # test issue 11584, positional arguments cannot be used for named parameters |
| 67 compile_time_constant_e_test: fail | 65 compile_time_constant_e_test: fail |
| 68 | 66 |
| 69 # test issue 11585, static warning, not negative test | 67 # test issue 11585, static warning, not negative test |
| 70 constructor3_negative_test: fail | 68 constructor3_negative_test: fail |
| 71 constructor_call_wrong_argument_count_negative_test: fail | 69 constructor_call_wrong_argument_count_negative_test: fail |
| 72 instance_call_wrong_argument_count_negative_test: fail | 70 instance_call_wrong_argument_count_negative_test: fail |
| 73 | 71 |
| 74 # test issue 11589, export D from 2 export directives | |
| 75 export_cyclic_test: fail | |
| 76 | |
| 77 # test issue 11590, runtime only negative test | 72 # test issue 11590, runtime only negative test |
| 78 field_method4_negative_test: fail | 73 field_method4_negative_test: fail |
| 79 | 74 |
| 80 # test issue 11592, Function type alias (typedef) is not a constant | 75 # test issue 11592, Function type alias (typedef) is not a constant |
| 81 first_class_types_constants_test: fail | 76 first_class_types_constants_test: fail |
| 82 | 77 |
| 83 # test issue 11594, Reference to a not resolve identifier is static warning | 78 # test issue 11594, Reference to a not resolve identifier is static warning |
| 84 import_combinators_negative_test: fail | 79 import_combinators_negative_test: fail |
| 85 interface_static_non_final_fields_negative_test: fail | 80 interface_static_non_final_fields_negative_test: fail |
| 86 | 81 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 | 118 |
| 124 # test issue 12539, rules for finals were loosened, contradiction in spec was fi
xed | 119 # test issue 12539, rules for finals were loosened, contradiction in spec was fi
xed |
| 125 const_syntax_test/09: fail # Issue 12539 | 120 const_syntax_test/09: fail # Issue 12539 |
| 126 | 121 |
| 127 # test issue 12541; there shouldn't be a static warning | 122 # test issue 12541; there shouldn't be a static warning |
| 128 static_field_test/01: fail # Issue 12541 | 123 static_field_test/01: fail # Issue 12541 |
| 129 static_field_test/02: fail # Issue 12541 | 124 static_field_test/02: fail # Issue 12541 |
| 130 static_field_test/03: fail # Issue 12541 | 125 static_field_test/03: fail # Issue 12541 |
| 131 static_field_test/04: fail # Issue 12541 | 126 static_field_test/04: fail # Issue 12541 |
| 132 | 127 |
| 133 # test issue 13787; duplicate exports of the same declaration is not handled | |
| 134 duplicate_export_test: fail # Issue 13787 | |
| 135 | |
| 136 # test issue 13916, Looks as no warning should be in this redirecting factory | 128 # test issue 13916, Looks as no warning should be in this redirecting factory |
| 137 redirecting_factory_infinite_steps_test/01: fail | 129 redirecting_factory_infinite_steps_test/01: fail |
| 138 | 130 |
| 139 # test issue 14471, has (legitimate) static warning; but not annotated | 131 # test issue 14471, has (legitimate) static warning; but not annotated |
| 140 redirecting_factory_default_values_test/none: StaticWarning # Test issue 14471;
has (legitimate) static warning; but not annotated | 132 redirecting_factory_default_values_test/none: StaticWarning # Test issue 14471;
has (legitimate) static warning; but not annotated |
| 141 | 133 |
| 142 # 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. | 134 # 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. |
| 143 default_factory2_test/none: fail | 135 default_factory2_test/none: fail |
| 144 | 136 |
| 145 # test issue 14021, it is warning, not an error to reference private (undefined)
identifier | 137 # test issue 14021, it is warning, not an error to reference private (undefined)
identifier |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 type_variable_identifier_expression_test: StaticWarning | 434 type_variable_identifier_expression_test: StaticWarning |
| 443 type_variable_scope2_test: StaticWarning | 435 type_variable_scope2_test: StaticWarning |
| 444 unary_plus_negative_test: CompileTimeError | 436 unary_plus_negative_test: CompileTimeError |
| 445 unbound_getter_test: StaticWarning | 437 unbound_getter_test: StaticWarning |
| 446 unhandled_exception_negative_test: CompileTimeError | 438 unhandled_exception_negative_test: CompileTimeError |
| 447 unresolved_top_level_method_negative_test: CompileTimeError | 439 unresolved_top_level_method_negative_test: CompileTimeError |
| 448 vm/type_cast_vm_test: StaticWarning | 440 vm/type_cast_vm_test: StaticWarning |
| 449 vm/type_vm_test: StaticWarning | 441 vm/type_vm_test: StaticWarning |
| 450 void_type_test: StaticWarning | 442 void_type_test: StaticWarning |
| 451 | 443 |
| OLD | NEW |