| 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 | 10 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 # 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. | 40 # 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. |
| 41 default_factory2_test/01: fail | 41 default_factory2_test/01: fail |
| 42 | 42 |
| 43 # TBF: It is a static warning if the function type of k' is not a subtype of the
type of k. | 43 # TBF: It is a static warning if the function type of k' is not a subtype of the
type of k. |
| 44 default_implementation2_test: fail | 44 default_implementation2_test: fail |
| 45 | 45 |
| 46 # TBD: F-bounded quantification | 46 # TBD: F-bounded quantification |
| 47 f_bounded_quantification_test/01: fail | 47 f_bounded_quantification_test/01: fail |
| 48 f_bounded_quantification_test/02: fail | 48 f_bounded_quantification_test/02: fail |
| 49 | 49 |
| 50 function_type_alias6_test/00: fail # Issue 11987 | |
| 51 function_type_alias9_test/00: crash # Issue 11987 | 50 function_type_alias9_test/00: crash # Issue 11987 |
| 51 |
| 52 list_literal_syntax_test/01: fail # Issue 12103 | 52 list_literal_syntax_test/01: fail # Issue 12103 |
| 53 list_literal_syntax_test/02: fail # Issue 12103 | 53 list_literal_syntax_test/02: fail # Issue 12103 |
| 54 list_literal_syntax_test/03: fail # Issue 12103 | 54 list_literal_syntax_test/03: fail # Issue 12103 |
| 55 malformed_test/none: fail | 55 malformed_test/none: fail |
| 56 | 56 |
| 57 # TBF: disallowed in the most recent spec | 57 # TBF: disallowed in the most recent spec |
| 58 named_parameters_aggregated_test/03: fail | 58 named_parameters_aggregated_test/03: fail |
| 59 | 59 |
| 60 # TBF: non-const superinitializer; 7.6.3 Constant Constructors: The superinitial
izer that appears, explicitly or implicitly, in the initializer list of a consta
nt constructor must specify a constant constructor of the superclass of the imme
diately enclosing class. | 60 # TBF: non-const superinitializer; 7.6.3 Constant Constructors: The superinitial
izer that appears, explicitly or implicitly, in the initializer list of a consta
nt constructor must specify a constant constructor of the superclass of the imme
diately enclosing class. |
| 61 non_const_super_negative_test: fail | 61 non_const_super_negative_test: fail |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 factory_redirection_test/09: fail | 335 factory_redirection_test/09: fail |
| 336 factory_redirection_test/10: fail | 336 factory_redirection_test/10: fail |
| 337 factory_redirection_test/11: fail | 337 factory_redirection_test/11: fail |
| 338 factory_redirection_test/12: fail | 338 factory_redirection_test/12: fail |
| 339 factory_redirection_test/13: fail | 339 factory_redirection_test/13: fail |
| 340 factory_redirection_test/14: fail | 340 factory_redirection_test/14: fail |
| 341 getters_setters2_test/03: fail | 341 getters_setters2_test/03: fail |
| 342 type_variable_bounds3_test/00: fail | 342 type_variable_bounds3_test/00: fail |
| 343 type_variable_bounds2_test/05: fail | 343 type_variable_bounds2_test/05: fail |
| 344 | 344 |
| OLD | NEW |