| 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 switch_bad_case_test/02: Fail | 6 switch_bad_case_test/02: Fail # missing error in double in switch case expr |
| 7 | |
| 8 # Missing compile-time errors for parameters marked static. | |
| 9 static_parameter_test/02: Fail | |
| 10 static_parameter_test/03: Fail | |
| 11 static_parameter_test/04: Fail | |
| 12 static_parameter_test/06: Fail | |
| 13 static_parameter_test/07: Fail | |
| 14 static_parameter_test/08: Fail | |
| 15 static_parameter_test/10: Fail | |
| 16 static_parameter_test/11: Fail | |
| 17 static_parameter_test/12: Fail | |
| 18 | 7 |
| 19 # Runtime negative test. No static errors or warnings. | 8 # Runtime negative test. No static errors or warnings. |
| 20 closure_call_wrong_argument_count_negative_test: skip | 9 closure_call_wrong_argument_count_negative_test: skip |
| 21 | 10 |
| 22 # TBD: using built-in identifers | 11 # TBD: using built-in identifers |
| 23 built_in_identifier_prefix_test: fail # Issue 12694 | 12 built_in_identifier_prefix_test: fail # Issue 12694 |
| 24 | 13 |
| 25 # TBD: these look like bad tests, no issue number | 14 # TBD: these look like bad tests, no issue number |
| 26 class_literal_test: fail | 15 class_literal_test: fail |
| 27 constructor_call_as_function_test/01: fail | 16 constructor_call_as_function_test/01: fail |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 factory_redirection_test/09: fail | 195 factory_redirection_test/09: fail |
| 207 factory_redirection_test/10: fail | 196 factory_redirection_test/10: fail |
| 208 factory_redirection_test/11: fail | 197 factory_redirection_test/11: fail |
| 209 factory_redirection_test/12: fail | 198 factory_redirection_test/12: fail |
| 210 factory_redirection_test/13: fail | 199 factory_redirection_test/13: fail |
| 211 factory_redirection_test/14: fail | 200 factory_redirection_test/14: fail |
| 212 getters_setters2_test/03: fail | 201 getters_setters2_test/03: fail |
| 213 type_variable_bounds3_test/00: fail | 202 type_variable_bounds3_test/00: fail |
| 214 type_variable_bounds2_test/05: fail | 203 type_variable_bounds2_test/05: fail |
| 215 | 204 |
| OLD | NEW |