| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 # test issue 11963, it is fine to access any property of the dynamic variable | 136 # test issue 11963, it is fine to access any property of the dynamic variable |
| 137 prefix6_negative_test: fail | 137 prefix6_negative_test: fail |
| 138 | 138 |
| 139 # test issue 11964, Any use of a malformed type gives rise to a static warning. | 139 # test issue 11964, Any use of a malformed type gives rise to a static warning. |
| 140 prefix8_negative_test: fail | 140 prefix8_negative_test: fail |
| 141 prefix11_negative_test: fail | 141 prefix11_negative_test: fail |
| 142 | 142 |
| 143 # test issue 12156, fails only at runtime | 143 # test issue 12156, fails only at runtime |
| 144 static_call_wrong_argument_count_negative_test: fail | 144 static_call_wrong_argument_count_negative_test: fail |
| 145 | 145 |
| 146 constructor9_test/01: Fail # Issue 12157 | |
| 147 | |
| 148 throw7_test/01: Fail # Issue 12159 | 146 throw7_test/01: Fail # Issue 12159 |
| 149 | 147 |
| 150 # test issue 12160, not annotated warnings for type variables from static member | 148 # test issue 12160, not annotated warnings for type variables from static member |
| 151 type_parameter_test/none: fail | 149 type_parameter_test/none: fail |
| 152 # test issue 12161, type variable in static, malformed type, static warning | 150 # test issue 12161, type variable in static, malformed type, static warning |
| 153 type_variable_static_context_negative_test: fail | 151 type_variable_static_context_negative_test: fail |
| 154 | 152 |
| 155 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a
nything | 153 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a
nything |
| 156 type_variable_bounds2_test/00: fail # Issue 12162 | 154 type_variable_bounds2_test/00: fail # Issue 12162 |
| 157 type_variable_bounds2_test/01: fail # Issue 12162 | 155 type_variable_bounds2_test/01: fail # Issue 12162 |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 factory_redirection_test/09: fail | 195 factory_redirection_test/09: fail |
| 198 factory_redirection_test/10: fail | 196 factory_redirection_test/10: fail |
| 199 factory_redirection_test/11: fail | 197 factory_redirection_test/11: fail |
| 200 factory_redirection_test/12: fail | 198 factory_redirection_test/12: fail |
| 201 factory_redirection_test/13: fail | 199 factory_redirection_test/13: fail |
| 202 factory_redirection_test/14: fail | 200 factory_redirection_test/14: fail |
| 203 getters_setters2_test/03: fail | 201 getters_setters2_test/03: fail |
| 204 type_variable_bounds3_test/00: fail | 202 type_variable_bounds3_test/00: fail |
| 205 type_variable_bounds2_test/05: fail | 203 type_variable_bounds2_test/05: fail |
| 206 | 204 |
| OLD | NEW |