| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 static_field_test/02: fail # Issue 12541 | 188 static_field_test/02: fail # Issue 12541 |
| 189 static_field_test/03: fail # Issue 12541 | 189 static_field_test/03: fail # Issue 12541 |
| 190 static_field_test/04: fail # Issue 12541 | 190 static_field_test/04: fail # Issue 12541 |
| 191 | 191 |
| 192 # test issue 13787; duplicate exports of the same declaration is not handled | 192 # test issue 13787; duplicate exports of the same declaration is not handled |
| 193 duplicate_export_test: fail # Issue 13787 | 193 duplicate_export_test: fail # Issue 13787 |
| 194 | 194 |
| 195 # test issue 13916, Looks as no warning should be in this redirecting factory | 195 # test issue 13916, Looks as no warning should be in this redirecting factory |
| 196 redirecting_factory_infinite_steps_test/01: fail | 196 redirecting_factory_infinite_steps_test/01: fail |
| 197 | 197 |
| 198 type_variable_conflict_test/01: Fail # Issue 13703 |
| 199 type_variable_conflict_test/02: Fail # Issue 13703 |
| 200 type_variable_conflict_test/03: Fail # Issue 13703 |
| 201 type_variable_conflict_test/04: Fail # Issue 13703 |
| 202 type_variable_conflict_test/05: Fail # Issue 13703 |
| 203 type_variable_conflict_test/06: Fail # Issue 13703 |
| 204 |
| 198 [ $compiler == dartanalyzer && $checked ] | 205 [ $compiler == dartanalyzer && $checked ] |
| 199 factory1_test/00: fail | 206 factory1_test/00: fail |
| 200 factory1_test/01: fail | 207 factory1_test/01: fail |
| 201 field_type_check2_test/01: fail | 208 field_type_check2_test/01: fail |
| 202 factory_implementation_test/00: fail | 209 factory_implementation_test/00: fail |
| 203 factory_redirection_test/08: fail | 210 factory_redirection_test/08: fail |
| 204 factory_redirection_test/09: fail | 211 factory_redirection_test/09: fail |
| 205 factory_redirection_test/10: fail | 212 factory_redirection_test/10: fail |
| 206 factory_redirection_test/11: fail | 213 factory_redirection_test/11: fail |
| 207 factory_redirection_test/12: fail | 214 factory_redirection_test/12: fail |
| 208 factory_redirection_test/13: fail | 215 factory_redirection_test/13: fail |
| 209 factory_redirection_test/14: fail | 216 factory_redirection_test/14: fail |
| 210 getters_setters2_test/03: fail | 217 getters_setters2_test/03: fail |
| 211 type_variable_bounds3_test/00: fail | 218 type_variable_bounds3_test/00: fail |
| 212 type_variable_bounds2_test/05: fail | 219 type_variable_bounds2_test/05: fail |
| 213 | 220 |
| OLD | NEW |