| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 private_member3_negative_test: fail | 55 private_member3_negative_test: fail |
| 56 | 56 |
| 57 # TBF | 57 # TBF |
| 58 pseudo_kw_test: fail | 58 pseudo_kw_test: fail |
| 59 | 59 |
| 60 | 60 |
| 61 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 61 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| 62 block_scope_test: fail | 62 block_scope_test: fail |
| 63 lazy_static3_test: fail | 63 lazy_static3_test: fail |
| 64 | 64 |
| 65 # Test issue 11124, Uninitialized finals are warnings not errors | 65 field3a_negative_test: Fail # Issue 11124 |
| 66 field3a_negative_test: fail | 66 const_syntax_test/01: Fail # Issue 11124 |
| 67 const_syntax_test/01: fail | 67 const_syntax_test/04: Fail # Issue 11124 |
| 68 const_syntax_test/04: fail | 68 const_syntax_test/02: Fail # Issue 11124 |
| 69 const_syntax_test/02: fail | 69 const_syntax_test/03: Fail # Issue 11124 |
| 70 const_syntax_test/03: fail | 70 final_syntax_test/01: Fail # Issue 11124 |
| 71 final_syntax_test/01: fail | 71 final_syntax_test/04: Fail # Issue 11124 |
| 72 final_syntax_test/04: fail | 72 final_syntax_test/02: Fail # Issue 11124 |
| 73 final_syntax_test/02: fail | 73 final_syntax_test/03: Fail # Issue 11124 |
| 74 final_syntax_test/03: fail | |
| 75 | 74 |
| 76 # Test issue 11123, Only static fields can be declared as 'const' | 75 # Test issue 11123, Only static fields can be declared as 'const' |
| 77 const_escape_frog_test: fail | 76 const_escape_frog_test: fail |
| 78 compile_time_constant_test/none: fail | 77 compile_time_constant_test/none: fail |
| 79 | 78 |
| 80 # Test issue 11545, using not existing constructor name in annotation | 79 # Test issue 11545, using not existing constructor name in annotation |
| 81 metadata_test: fail | 80 metadata_test: fail |
| 82 | 81 |
| 83 # test issue 11575, classes with abstrac members are not marked as abstract | 82 # test issue 11575, classes with abstrac members are not marked as abstract |
| 84 abstract_factory_constructor_test/none: fail # Issue 11575 | 83 abstract_factory_constructor_test/none: fail # Issue 11575 |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 # test issue 11963, it is fine to access any property of the dynamic variable | 157 # test issue 11963, it is fine to access any property of the dynamic variable |
| 159 prefix6_negative_test: fail | 158 prefix6_negative_test: fail |
| 160 | 159 |
| 161 # test issue 11964, Any use of a malformed type gives rise to a static warning. | 160 # test issue 11964, Any use of a malformed type gives rise to a static warning. |
| 162 prefix8_negative_test: fail | 161 prefix8_negative_test: fail |
| 163 prefix11_negative_test: fail | 162 prefix11_negative_test: fail |
| 164 | 163 |
| 165 # test issue 12156, fails only at runtime | 164 # test issue 12156, fails only at runtime |
| 166 static_call_wrong_argument_count_negative_test: fail | 165 static_call_wrong_argument_count_negative_test: fail |
| 167 | 166 |
| 168 # test issue 12157, uninitializer instance variable is warning, so not negative
test | 167 static_final_field2_test/02: Fail # Issue 13018 |
| 169 static_final_field_negative_test: fail | 168 constructor9_test/01: Fail # Issue 12157 |
| 170 constructor9_test/01: fail # Issue 12157 | |
| 171 | 169 |
| 172 # test issue 12159, print(exception.message_); causes static warning, not an err
or | 170 throw7_test/01: Fail # Issue 12159 |
| 173 throw7_negative_test: fail | |
| 174 | 171 |
| 175 # test issue 12160, not annotated warnings for type variables from static member | 172 # test issue 12160, not annotated warnings for type variables from static member |
| 176 type_parameter_test/none: fail | 173 type_parameter_test/none: fail |
| 177 # test issue 12161, type variable in static, malformed type, static warning | 174 # test issue 12161, type variable in static, malformed type, static warning |
| 178 type_variable_static_context_negative_test: fail | 175 type_variable_static_context_negative_test: fail |
| 179 | 176 |
| 180 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a
nything | 177 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a
nything |
| 181 type_variable_bounds2_test/00: fail # Issue 12162 | 178 type_variable_bounds2_test/00: fail # Issue 12162 |
| 182 type_variable_bounds2_test/01: fail # Issue 12162 | 179 type_variable_bounds2_test/01: fail # Issue 12162 |
| 183 type_variable_bounds2_test/02: fail # Issue 12162 | 180 type_variable_bounds2_test/02: fail # Issue 12162 |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 factory_redirection_test/09: fail | 220 factory_redirection_test/09: fail |
| 224 factory_redirection_test/10: fail | 221 factory_redirection_test/10: fail |
| 225 factory_redirection_test/11: fail | 222 factory_redirection_test/11: fail |
| 226 factory_redirection_test/12: fail | 223 factory_redirection_test/12: fail |
| 227 factory_redirection_test/13: fail | 224 factory_redirection_test/13: fail |
| 228 factory_redirection_test/14: fail | 225 factory_redirection_test/14: fail |
| 229 getters_setters2_test/03: fail | 226 getters_setters2_test/03: fail |
| 230 type_variable_bounds3_test/00: fail | 227 type_variable_bounds3_test/00: fail |
| 231 type_variable_bounds2_test/05: fail | 228 type_variable_bounds2_test/05: fail |
| 232 | 229 |
| OLD | NEW |