| 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 | |
| 11 #argument_definition_test/01: fail # issue 11565 (passing for the wrong reason) | |
| 12 | |
| 13 illegal_invocation_test/01: fail # Issue: 11892 | 10 illegal_invocation_test/01: fail # Issue: 11892 |
| 14 | 11 |
| 15 # TBF: m([int p = 'String']) | 12 # TBF: m([int p = 'String']) |
| 16 assign_static_type_test/06: fail | 13 assign_static_type_test/06: fail |
| 17 | 14 |
| 18 # TBD: using built-in identifers | 15 # TBD: using built-in identifers |
| 19 built_in_identifier_prefix_test: fail | 16 built_in_identifier_prefix_test: fail |
| 20 | 17 |
| 21 # TBF: (o as C) is not rolled back | 18 # TBF: (o as C) is not rolled back |
| 22 cast_test/04: fail | 19 cast_test/04: fail |
| (...skipping 26 matching lines...) Expand all Loading... |
| 49 | 46 |
| 50 function_type_alias9_test/00: crash # Issue 11987 | 47 function_type_alias9_test/00: crash # Issue 11987 |
| 51 | 48 |
| 52 list_literal_syntax_test/01: fail # Issue 12103 | 49 list_literal_syntax_test/01: fail # Issue 12103 |
| 53 list_literal_syntax_test/02: fail # Issue 12103 | 50 list_literal_syntax_test/02: fail # Issue 12103 |
| 54 list_literal_syntax_test/03: fail # Issue 12103 | 51 list_literal_syntax_test/03: fail # Issue 12103 |
| 55 malformed_test/none: fail | 52 malformed_test/none: fail |
| 56 | 53 |
| 57 # TBF: disallowed in the most recent spec | 54 # TBF: disallowed in the most recent spec |
| 58 named_parameters_aggregated_test/03: fail | 55 named_parameters_aggregated_test/03: fail |
| 56 positional_parameters_type_test: fail |
| 59 | 57 |
| 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. | 58 # 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 | 59 non_const_super_negative_test: fail |
| 62 | 60 |
| 63 # TBF: 1is int; invalid character in number | 61 # TBF: 1is int; invalid character in number |
| 64 number_identifier_negative_test: fail | 62 number_identifier_negative_test: fail |
| 65 | 63 |
| 66 # TBF: we should check conflicts not only for methods, but for accessors too | 64 # TBF: we should check conflicts not only for methods, but for accessors too |
| 67 override_field_test/01: fail | 65 override_field_test/01: fail |
| 68 override_field_test/02: fail | 66 override_field_test/02: fail |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 factory_redirection_test/09: fail | 333 factory_redirection_test/09: fail |
| 336 factory_redirection_test/10: fail | 334 factory_redirection_test/10: fail |
| 337 factory_redirection_test/11: fail | 335 factory_redirection_test/11: fail |
| 338 factory_redirection_test/12: fail | 336 factory_redirection_test/12: fail |
| 339 factory_redirection_test/13: fail | 337 factory_redirection_test/13: fail |
| 340 factory_redirection_test/14: fail | 338 factory_redirection_test/14: fail |
| 341 getters_setters2_test/03: fail | 339 getters_setters2_test/03: fail |
| 342 type_variable_bounds3_test/00: fail | 340 type_variable_bounds3_test/00: fail |
| 343 type_variable_bounds2_test/05: fail | 341 type_variable_bounds2_test/05: fail |
| 344 | 342 |
| OLD | NEW |