| 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 12 matching lines...) Expand all Loading... |
| 23 | 23 |
| 24 built_in_identifier_test/none: Fail # Issue 13023 | 24 built_in_identifier_test/none: Fail # Issue 13023 |
| 25 | 25 |
| 26 | 26 |
| 27 # Please add new failing tests before this line. | 27 # Please add new failing tests before this line. |
| 28 # Section below is for invalid tests. | 28 # Section below is for invalid tests. |
| 29 # | 29 # |
| 30 # | 30 # |
| 31 | 31 |
| 32 | 32 |
| 33 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | |
| 34 block_scope_test: fail | |
| 35 lazy_static3_test: fail | |
| 36 | |
| 37 # test issue 11124, It is warning, not error to don't initialize final field | 33 # test issue 11124, It is warning, not error to don't initialize final field |
| 38 field3a_negative_test: Fail # Issue 11124 | 34 field3a_negative_test: Fail # Issue 11124 |
| 39 final_syntax_test/01: Fail # Issue 11124 | 35 final_syntax_test/01: Fail # Issue 11124 |
| 40 final_syntax_test/04: Fail # Issue 11124 | 36 final_syntax_test/04: Fail # Issue 11124 |
| 41 final_syntax_test/02: Fail # Issue 11124 | 37 final_syntax_test/02: Fail # Issue 11124 |
| 42 final_syntax_test/03: Fail # Issue 11124 | 38 final_syntax_test/03: Fail # Issue 11124 |
| 43 | 39 |
| 44 # Test issue 11545, using not existing constructor name in annotation | 40 # Test issue 11545, using not existing constructor name in annotation |
| 45 metadata_test: fail | 41 metadata_test: fail |
| 46 | 42 |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 mixin_illegal_syntax_test/none: fail | 178 mixin_illegal_syntax_test/none: fail |
| 183 | 179 |
| 184 | 180 |
| 185 abstract_exact_selector_test: StaticWarning | 181 abstract_exact_selector_test: StaticWarning |
| 186 abstract_getter_test: StaticWarning | 182 abstract_getter_test: StaticWarning |
| 187 abstract_object_method_test: StaticWarning | 183 abstract_object_method_test: StaticWarning |
| 188 abstract_runtime_error_test: StaticWarning | 184 abstract_runtime_error_test: StaticWarning |
| 189 application_negative_test: CompileTimeError | 185 application_negative_test: CompileTimeError |
| 190 bad_constructor_test/05: CompileTimeError | 186 bad_constructor_test/05: CompileTimeError |
| 191 bad_initializer1_negative_test: CompileTimeError | 187 bad_initializer1_negative_test: CompileTimeError |
| 192 bad_initializer2_negative_test: CompileTimeError | |
| 193 bad_named_constructor_negative_test: CompileTimeError | 188 bad_named_constructor_negative_test: CompileTimeError |
| 194 bad_named_parameters2_test: StaticWarning | 189 bad_named_parameters2_test: StaticWarning |
| 195 bad_named_parameters_test: StaticWarning | 190 bad_named_parameters_test: StaticWarning |
| 196 bit_operations_test: StaticWarning | 191 bit_operations_test: StaticWarning |
| 197 body_less_constructor_wrong_arg_negative_test: CompileTimeError | 192 body_less_constructor_wrong_arg_negative_test: CompileTimeError |
| 198 built_in_identifier_test/01: CompileTimeError | 193 built_in_identifier_test/01: CompileTimeError |
| 199 call_constructor_on_unresolvable_class_test/04: StaticWarning | 194 call_constructor_on_unresolvable_class_test/04: StaticWarning |
| 200 call_constructor_on_unresolvable_class_test/05: StaticWarning | 195 call_constructor_on_unresolvable_class_test/05: StaticWarning |
| 201 call_constructor_on_unresolvable_class_test/06: StaticWarning | 196 call_constructor_on_unresolvable_class_test/06: StaticWarning |
| 202 call_nonexistent_constructor_test: StaticWarning | 197 call_nonexistent_constructor_test: StaticWarning |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 type_variable_identifier_expression_test: StaticWarning | 463 type_variable_identifier_expression_test: StaticWarning |
| 469 type_variable_scope2_test: StaticWarning | 464 type_variable_scope2_test: StaticWarning |
| 470 unary_plus_negative_test: CompileTimeError | 465 unary_plus_negative_test: CompileTimeError |
| 471 unbound_getter_test: StaticWarning | 466 unbound_getter_test: StaticWarning |
| 472 unhandled_exception_negative_test: CompileTimeError | 467 unhandled_exception_negative_test: CompileTimeError |
| 473 unresolved_top_level_method_negative_test: CompileTimeError | 468 unresolved_top_level_method_negative_test: CompileTimeError |
| 474 vm/type_cast_vm_test: StaticWarning | 469 vm/type_cast_vm_test: StaticWarning |
| 475 vm/type_vm_test: StaticWarning | 470 vm/type_vm_test: StaticWarning |
| 476 void_type_test: StaticWarning | 471 void_type_test: StaticWarning |
| 477 | 472 |
| OLD | NEW |