| 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 switch_bad_case_test/02: Fail # missing error in double in switch case expr | 6 switch_bad_case_test/02: Fail # missing error in double in switch case expr |
| 7 | 7 |
| 8 # Runtime negative test. No static errors or warnings. | 8 # Runtime negative test. No static errors or warnings. |
| 9 closure_call_wrong_argument_count_negative_test: skip | 9 closure_call_wrong_argument_count_negative_test: skip |
| 10 | 10 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 57 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| 58 block_scope_test: fail | 58 block_scope_test: fail |
| 59 lazy_static3_test: fail | 59 lazy_static3_test: fail |
| 60 | 60 |
| 61 field3a_negative_test: Fail # Issue 11124 | 61 field3a_negative_test: Fail # Issue 11124 |
| 62 final_syntax_test/01: Fail # Issue 11124 | 62 final_syntax_test/01: Fail # Issue 11124 |
| 63 final_syntax_test/04: Fail # Issue 11124 | 63 final_syntax_test/04: Fail # Issue 11124 |
| 64 final_syntax_test/02: Fail # Issue 11124 | 64 final_syntax_test/02: Fail # Issue 11124 |
| 65 final_syntax_test/03: Fail # Issue 11124 | 65 final_syntax_test/03: Fail # Issue 11124 |
| 66 | 66 |
| 67 # Test issue 11123, Only static fields can be declared as 'const' | |
| 68 const_escape_frog_test: fail | |
| 69 compile_time_constant_test/none: fail | |
| 70 | |
| 71 # Test issue 11545, using not existing constructor name in annotation | 67 # Test issue 11545, using not existing constructor name in annotation |
| 72 metadata_test: fail | 68 metadata_test: fail |
| 73 | 69 |
| 74 # test issue 11575, classes with abstrac members are not marked as abstract | 70 # test issue 11575, classes with abstrac members are not marked as abstract |
| 75 abstract_factory_constructor_test/none: fail # Issue 11575 | 71 abstract_factory_constructor_test/none: fail # Issue 11575 |
| 76 get_set_syntax_test/none: fail # Issue 11575 | 72 get_set_syntax_test/none: fail # Issue 11575 |
| 77 implicit_this_test/none: fail # Issue 11575 | 73 implicit_this_test/none: fail # Issue 11575 |
| 78 interface_test/none: fail # Issue 11575 | 74 interface_test/none: fail # Issue 11575 |
| 79 syntax_test/none: fail # Issue 11575 | 75 syntax_test/none: fail # Issue 11575 |
| 80 | 76 |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 factory_redirection_test/09: fail | 197 factory_redirection_test/09: fail |
| 202 factory_redirection_test/10: fail | 198 factory_redirection_test/10: fail |
| 203 factory_redirection_test/11: fail | 199 factory_redirection_test/11: fail |
| 204 factory_redirection_test/12: fail | 200 factory_redirection_test/12: fail |
| 205 factory_redirection_test/13: fail | 201 factory_redirection_test/13: fail |
| 206 factory_redirection_test/14: fail | 202 factory_redirection_test/14: fail |
| 207 getters_setters2_test/03: fail | 203 getters_setters2_test/03: fail |
| 208 type_variable_bounds3_test/00: fail | 204 type_variable_bounds3_test/00: fail |
| 209 type_variable_bounds2_test/05: fail | 205 type_variable_bounds2_test/05: fail |
| 210 | 206 |
| OLD | NEW |