| 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 == dart2analyzer ] | 5 [ $compiler == dart2analyzer ] |
| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 # test issue 11963, it is fine to access any property of the dynamic variable | 130 # test issue 11963, it is fine to access any property of the dynamic variable |
| 131 prefix6_negative_test: fail | 131 prefix6_negative_test: fail |
| 132 | 132 |
| 133 # test issue 11964, Any use of a malformed type gives rise to a static warning. | 133 # test issue 11964, Any use of a malformed type gives rise to a static warning. |
| 134 prefix8_negative_test: fail | 134 prefix8_negative_test: fail |
| 135 prefix11_negative_test: fail | 135 prefix11_negative_test: fail |
| 136 | 136 |
| 137 # test issue 12156, fails only at runtime | 137 # test issue 12156, fails only at runtime |
| 138 static_call_wrong_argument_count_negative_test: fail | 138 static_call_wrong_argument_count_negative_test: fail |
| 139 | 139 |
| 140 throw7_test/01: Fail # Issue 12159 | |
| 141 | |
| 142 # test issue 12160, not annotated warnings for type variables from static member | 140 # test issue 12160, not annotated warnings for type variables from static member |
| 143 type_parameter_test/none: fail | 141 type_parameter_test/none: fail |
| 144 # test issue 12161, type variable in static, malformed type, static warning | 142 # test issue 12161, type variable in static, malformed type, static warning |
| 145 type_variable_static_context_negative_test: fail | 143 type_variable_static_context_negative_test: fail |
| 146 | 144 |
| 147 # test issue 12163, unresolved identifier is static warning in static context | 145 # test issue 12163, unresolved identifier is static warning in static context |
| 148 unresolved_in_factory_negative_test: fail # Issue 12163 | 146 unresolved_in_factory_negative_test: fail # Issue 12163 |
| 149 unresolved_top_level_var_negative_test: fail # Issue 12163 | 147 unresolved_top_level_var_negative_test: fail # Issue 12163 |
| 150 | 148 |
| 151 # test issue 12191, ambiguous import is always warning now | 149 # test issue 12191, ambiguous import is always warning now |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 factory_redirection_test/09: fail | 203 factory_redirection_test/09: fail |
| 206 factory_redirection_test/10: fail | 204 factory_redirection_test/10: fail |
| 207 factory_redirection_test/11: fail | 205 factory_redirection_test/11: fail |
| 208 factory_redirection_test/12: fail | 206 factory_redirection_test/12: fail |
| 209 factory_redirection_test/13: fail | 207 factory_redirection_test/13: fail |
| 210 factory_redirection_test/14: fail | 208 factory_redirection_test/14: fail |
| 211 getters_setters2_test/03: fail | 209 getters_setters2_test/03: fail |
| 212 type_variable_bounds3_test/00: fail | 210 type_variable_bounds3_test/00: fail |
| 213 type_variable_bounds2_test/05: fail | 211 type_variable_bounds2_test/05: fail |
| 214 | 212 |
| OLD | NEW |