| 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 | 6 |
| 7 # Runtime negative test. No static errors or warnings. | 7 # Runtime negative test. No static errors or warnings. |
| 8 closure_call_wrong_argument_count_negative_test: skip | 8 closure_call_wrong_argument_count_negative_test: skip |
| 9 | 9 |
| 10 # TBD: using built-in identifers | 10 # TBD: using built-in identifers |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 private_member2_negative_test: fail | 51 private_member2_negative_test: fail |
| 52 private_member3_negative_test: fail | 52 private_member3_negative_test: fail |
| 53 | 53 |
| 54 built_in_identifier_test/none: Fail # Issue 13023 | 54 built_in_identifier_test/none: Fail # Issue 13023 |
| 55 | 55 |
| 56 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 56 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| 57 block_scope_test: fail | 57 block_scope_test: fail |
| 58 lazy_static3_test: fail | 58 lazy_static3_test: fail |
| 59 | 59 |
| 60 field3a_negative_test: Fail # Issue 11124 | 60 field3a_negative_test: Fail # Issue 11124 |
| 61 const_syntax_test/01: Fail # Issue 11124 | |
| 62 const_syntax_test/04: Fail # Issue 11124 | |
| 63 const_syntax_test/02: Fail # Issue 11124 | |
| 64 const_syntax_test/03: Fail # Issue 11124 | |
| 65 final_syntax_test/01: Fail # Issue 11124 | 61 final_syntax_test/01: Fail # Issue 11124 |
| 66 final_syntax_test/04: Fail # Issue 11124 | 62 final_syntax_test/04: Fail # Issue 11124 |
| 67 final_syntax_test/02: Fail # Issue 11124 | 63 final_syntax_test/02: Fail # Issue 11124 |
| 68 final_syntax_test/03: Fail # Issue 11124 | 64 final_syntax_test/03: Fail # Issue 11124 |
| 69 | 65 |
| 70 # Test issue 11123, Only static fields can be declared as 'const' | 66 # Test issue 11123, Only static fields can be declared as 'const' |
| 71 const_escape_frog_test: fail | 67 const_escape_frog_test: fail |
| 72 compile_time_constant_test/none: fail | 68 compile_time_constant_test/none: fail |
| 73 | 69 |
| 74 # Test issue 11545, using not existing constructor name in annotation | 70 # Test issue 11545, using not existing constructor name in annotation |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 # test issue 11963, it is fine to access any property of the dynamic variable | 144 # test issue 11963, it is fine to access any property of the dynamic variable |
| 149 prefix6_negative_test: fail | 145 prefix6_negative_test: fail |
| 150 | 146 |
| 151 # test issue 11964, Any use of a malformed type gives rise to a static warning. | 147 # test issue 11964, Any use of a malformed type gives rise to a static warning. |
| 152 prefix8_negative_test: fail | 148 prefix8_negative_test: fail |
| 153 prefix11_negative_test: fail | 149 prefix11_negative_test: fail |
| 154 | 150 |
| 155 # test issue 12156, fails only at runtime | 151 # test issue 12156, fails only at runtime |
| 156 static_call_wrong_argument_count_negative_test: fail | 152 static_call_wrong_argument_count_negative_test: fail |
| 157 | 153 |
| 158 static_final_field2_test/02: Fail # Issue 13018 | |
| 159 constructor9_test/01: Fail # Issue 12157 | 154 constructor9_test/01: Fail # Issue 12157 |
| 160 | 155 |
| 161 throw7_test/01: Fail # Issue 12159 | 156 throw7_test/01: Fail # Issue 12159 |
| 162 | 157 |
| 163 # test issue 12160, not annotated warnings for type variables from static member | 158 # test issue 12160, not annotated warnings for type variables from static member |
| 164 type_parameter_test/none: fail | 159 type_parameter_test/none: fail |
| 165 # test issue 12161, type variable in static, malformed type, static warning | 160 # test issue 12161, type variable in static, malformed type, static warning |
| 166 type_variable_static_context_negative_test: fail | 161 type_variable_static_context_negative_test: fail |
| 167 | 162 |
| 168 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a
nything | 163 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a
nything |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 factory_redirection_test/09: fail | 203 factory_redirection_test/09: fail |
| 209 factory_redirection_test/10: fail | 204 factory_redirection_test/10: fail |
| 210 factory_redirection_test/11: fail | 205 factory_redirection_test/11: fail |
| 211 factory_redirection_test/12: fail | 206 factory_redirection_test/12: fail |
| 212 factory_redirection_test/13: fail | 207 factory_redirection_test/13: fail |
| 213 factory_redirection_test/14: fail | 208 factory_redirection_test/14: fail |
| 214 getters_setters2_test/03: fail | 209 getters_setters2_test/03: fail |
| 215 type_variable_bounds3_test/00: fail | 210 type_variable_bounds3_test/00: fail |
| 216 type_variable_bounds2_test/05: fail | 211 type_variable_bounds2_test/05: fail |
| 217 | 212 |
| OLD | NEW |