| 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 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 f_bounded_quantification_test/01: fail | 35 f_bounded_quantification_test/01: fail |
| 36 f_bounded_quantification_test/02: fail | 36 f_bounded_quantification_test/02: fail |
| 37 | 37 |
| 38 function_type_alias9_test/00: crash # Issue 11987 | 38 function_type_alias9_test/00: crash # Issue 11987 |
| 39 | 39 |
| 40 list_literal_syntax_test/01: fail # Issue 12103 | 40 list_literal_syntax_test/01: fail # Issue 12103 |
| 41 list_literal_syntax_test/02: fail # Issue 12103 | 41 list_literal_syntax_test/02: fail # Issue 12103 |
| 42 list_literal_syntax_test/03: fail # Issue 12103 | 42 list_literal_syntax_test/03: fail # Issue 12103 |
| 43 malformed_test/none: fail | 43 malformed_test/none: fail |
| 44 | 44 |
| 45 # TBF: '(bool) -> void' is not a subtype of type '([bool]) ->', and rule for ass
igning function types is not the same as for interface types | |
| 46 positional_parameters_type_test: fail | |
| 47 | |
| 48 # 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. | 45 # 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. |
| 49 non_const_super_negative_test: fail | 46 non_const_super_negative_test: fail |
| 50 | 47 |
| 51 # TBF: 1is int; invalid character in number | 48 # TBF: 1is int; invalid character in number |
| 52 number_identifier_negative_test: fail | 49 number_identifier_negative_test: fail |
| 53 | 50 |
| 54 # TBF: we should check conflicts not only for methods, but for accessors too | 51 # TBF: we should check conflicts not only for methods, but for accessors too |
| 55 override_field_test/01: fail | 52 override_field_test/01: fail |
| 56 override_field_test/02: fail | 53 override_field_test/02: fail |
| 57 override_field_test/03: fail | 54 override_field_test/03: fail |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 factory_redirection_test/09: fail | 288 factory_redirection_test/09: fail |
| 292 factory_redirection_test/10: fail | 289 factory_redirection_test/10: fail |
| 293 factory_redirection_test/11: fail | 290 factory_redirection_test/11: fail |
| 294 factory_redirection_test/12: fail | 291 factory_redirection_test/12: fail |
| 295 factory_redirection_test/13: fail | 292 factory_redirection_test/13: fail |
| 296 factory_redirection_test/14: fail | 293 factory_redirection_test/14: fail |
| 297 getters_setters2_test/03: fail | 294 getters_setters2_test/03: fail |
| 298 type_variable_bounds3_test/00: fail | 295 type_variable_bounds3_test/00: fail |
| 299 type_variable_bounds2_test/05: fail | 296 type_variable_bounds2_test/05: fail |
| 300 | 297 |
| OLD | NEW |