| 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 | 6 |
| 7 # Runtime negative test. No static errors or warnings. | 7 # Runtime negative test. No static errors or warnings. |
| 8 closure_call_wrong_argument_count_negative_test: skip | 8 closure_call_wrong_argument_count_negative_test: skip |
| 9 | 9 |
| 10 # TBD: using built-in identifers | 10 # TBD: using built-in identifers |
| 11 built_in_identifier_prefix_test: fail | 11 built_in_identifier_prefix_test: fail |
| 12 | 12 |
| 13 # TBF: (o as C) is not rolled back | |
| 14 cast_test/04: fail | |
| 15 cast_test/05: fail | |
| 16 | |
| 17 # TBF: It is a static type warning if a type parameter is a supertype of its upp
er bound. | 13 # TBF: It is a static type warning if a type parameter is a supertype of its upp
er bound. |
| 18 cyclic_type_variable_test/01: fail | 14 cyclic_type_variable_test/01: fail |
| 19 cyclic_type_variable_test/02: fail | 15 cyclic_type_variable_test/02: fail |
| 20 cyclic_type_variable_test/03: fail | 16 cyclic_type_variable_test/03: fail |
| 21 cyclic_type_variable_test/04: fail | 17 cyclic_type_variable_test/04: fail |
| 22 | 18 |
| 23 # TBF: It is a static type warning if any of the type arguments to k' are not su
btypes of the bounds of the corresponding formal type parameters of type. | 19 # TBF: It is a static type warning if any of the type arguments to k' are not su
btypes of the bounds of the corresponding formal type parameters of type. |
| 24 default_factory2_test/01: fail | 20 default_factory2_test/01: fail |
| 25 | 21 |
| 26 # TBF: It is a static warning if the function type of k' is not a subtype of the
type of k. | 22 # TBF: It is a static warning if the function type of k' is not a subtype of the
type of k. |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 factory_redirection_test/09: fail | 270 factory_redirection_test/09: fail |
| 275 factory_redirection_test/10: fail | 271 factory_redirection_test/10: fail |
| 276 factory_redirection_test/11: fail | 272 factory_redirection_test/11: fail |
| 277 factory_redirection_test/12: fail | 273 factory_redirection_test/12: fail |
| 278 factory_redirection_test/13: fail | 274 factory_redirection_test/13: fail |
| 279 factory_redirection_test/14: fail | 275 factory_redirection_test/14: fail |
| 280 getters_setters2_test/03: fail | 276 getters_setters2_test/03: fail |
| 281 type_variable_bounds3_test/00: fail | 277 type_variable_bounds3_test/00: fail |
| 282 type_variable_bounds2_test/05: fail | 278 type_variable_bounds2_test/05: fail |
| 283 | 279 |
| OLD | NEW |