| 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; how
ever there is contradiction - Object has ==, and double - not | |
| 7 | |
| 8 # Runtime negative test. No static errors or warnings. | 6 # Runtime negative test. No static errors or warnings. |
| 9 closure_call_wrong_argument_count_negative_test: skip | 7 closure_call_wrong_argument_count_negative_test: skip |
| 10 | 8 |
| 11 # TBD: using built-in identifers | 9 # TBD: using built-in identifers |
| 12 built_in_identifier_prefix_test: fail # Issue 12694 | 10 built_in_identifier_prefix_test: fail # Issue 12694 |
| 13 | 11 |
| 14 # TBD: these look like bad tests, no issue number | 12 # TBD: these look like bad tests, no issue number |
| 15 class_literal_test: fail | 13 class_literal_test: fail |
| 16 constructor_call_as_function_test/01: fail | 14 constructor_call_as_function_test/01: fail |
| 17 | 15 |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 factory_redirection_test/09: fail | 194 factory_redirection_test/09: fail |
| 197 factory_redirection_test/10: fail | 195 factory_redirection_test/10: fail |
| 198 factory_redirection_test/11: fail | 196 factory_redirection_test/11: fail |
| 199 factory_redirection_test/12: fail | 197 factory_redirection_test/12: fail |
| 200 factory_redirection_test/13: fail | 198 factory_redirection_test/13: fail |
| 201 factory_redirection_test/14: fail | 199 factory_redirection_test/14: fail |
| 202 getters_setters2_test/03: fail | 200 getters_setters2_test/03: fail |
| 203 type_variable_bounds3_test/00: fail | 201 type_variable_bounds3_test/00: fail |
| 204 type_variable_bounds2_test/05: fail | 202 type_variable_bounds2_test/05: fail |
| 205 | 203 |
| OLD | NEW |