| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 static_field_test/01: fail # Issue 12541 | 181 static_field_test/01: fail # Issue 12541 |
| 182 static_field_test/02: fail # Issue 12541 | 182 static_field_test/02: fail # Issue 12541 |
| 183 static_field_test/03: fail # Issue 12541 | 183 static_field_test/03: fail # Issue 12541 |
| 184 static_field_test/04: fail # Issue 12541 | 184 static_field_test/04: fail # Issue 12541 |
| 185 | 185 |
| 186 # test issue 13787; duplicate exports of the same declaration is not handled | 186 # test issue 13787; duplicate exports of the same declaration is not handled |
| 187 duplicate_export_test: fail # Issue 13787 | 187 duplicate_export_test: fail # Issue 13787 |
| 188 | 188 |
| 189 implicit_setter_test/01: Fail # Issue 13918 | 189 implicit_setter_test/01: Fail # Issue 13918 |
| 190 | 190 |
| 191 type_promotion_closure_test/none: Fail # Issue 13807 |
| 192 type_promotion_functions_test/none: Fail # Issue 13807 |
| 193 type_promotion_local_test/none: Fail # Issue 13807 |
| 194 type_promotion_logical_and_test/none: Fail # Issue 13807 |
| 195 type_promotion_multiple_test/none: Fail # Issue 13807 |
| 196 type_promotion_parameter_test/none: Fail # Issue 13807 |
| 197 |
| 191 [ $compiler == dartanalyzer && $checked ] | 198 [ $compiler == dartanalyzer && $checked ] |
| 192 factory1_test/00: fail | 199 factory1_test/00: fail |
| 193 factory1_test/01: fail | 200 factory1_test/01: fail |
| 194 field_type_check2_test/01: fail | 201 field_type_check2_test/01: fail |
| 195 factory_implementation_test/00: fail | 202 factory_implementation_test/00: fail |
| 196 factory_redirection_test/08: fail | 203 factory_redirection_test/08: fail |
| 197 factory_redirection_test/09: fail | 204 factory_redirection_test/09: fail |
| 198 factory_redirection_test/10: fail | 205 factory_redirection_test/10: fail |
| 199 factory_redirection_test/11: fail | 206 factory_redirection_test/11: fail |
| 200 factory_redirection_test/12: fail | 207 factory_redirection_test/12: fail |
| 201 factory_redirection_test/13: fail | 208 factory_redirection_test/13: fail |
| 202 factory_redirection_test/14: fail | 209 factory_redirection_test/14: fail |
| 203 getters_setters2_test/03: fail | 210 getters_setters2_test/03: fail |
| 204 type_variable_bounds3_test/00: fail | 211 type_variable_bounds3_test/00: fail |
| 205 type_variable_bounds2_test/05: fail | 212 type_variable_bounds2_test/05: fail |
| 206 | 213 |
| OLD | NEW |