| 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 11 matching lines...) Expand all Loading... |
| 22 | 22 |
| 23 built_in_identifier_test/none: Fail # Issue 13023 | 23 built_in_identifier_test/none: Fail # Issue 13023 |
| 24 | 24 |
| 25 export_double_same_main_test: Fail # Issue 14772 | 25 export_double_same_main_test: Fail # Issue 14772 |
| 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 ref_before_declaration_test/07: fail # please triage |
| 33 ref_before_declaration_test/none: fail # please triage |
| 32 | 34 |
| 33 # test issue 11124, It is warning, not error to don't initialize final field | 35 # test issue 11124, It is warning, not error to don't initialize final field |
| 34 field3a_negative_test: Fail # Issue 11124 | 36 field3a_negative_test: Fail # Issue 11124 |
| 35 final_syntax_test/01: Fail # Issue 11124 | 37 final_syntax_test/01: Fail # Issue 11124 |
| 36 final_syntax_test/04: Fail # Issue 11124 | 38 final_syntax_test/04: Fail # Issue 11124 |
| 37 final_syntax_test/02: Fail # Issue 11124 | 39 final_syntax_test/02: Fail # Issue 11124 |
| 38 final_syntax_test/03: Fail # Issue 11124 | 40 final_syntax_test/03: Fail # Issue 11124 |
| 39 | 41 |
| 40 # Test issue 11545, using not existing constructor name in annotation | 42 # Test issue 11545, using not existing constructor name in annotation |
| 41 metadata_test: fail | 43 metadata_test: fail |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 type_variable_identifier_expression_test: StaticWarning | 448 type_variable_identifier_expression_test: StaticWarning |
| 447 type_variable_scope2_test: StaticWarning | 449 type_variable_scope2_test: StaticWarning |
| 448 unary_plus_negative_test: CompileTimeError | 450 unary_plus_negative_test: CompileTimeError |
| 449 unbound_getter_test: StaticWarning | 451 unbound_getter_test: StaticWarning |
| 450 unhandled_exception_negative_test: CompileTimeError | 452 unhandled_exception_negative_test: CompileTimeError |
| 451 unresolved_top_level_method_negative_test: CompileTimeError | 453 unresolved_top_level_method_negative_test: CompileTimeError |
| 452 vm/type_cast_vm_test: StaticWarning | 454 vm/type_cast_vm_test: StaticWarning |
| 453 vm/type_vm_test: StaticWarning | 455 vm/type_vm_test: StaticWarning |
| 454 void_type_test: StaticWarning | 456 void_type_test: StaticWarning |
| 455 | 457 |
| OLD | NEW |