| 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 == dart2analyzer ] | 5 [ $compiler == dart2analyzer ] |
| 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 19 matching lines...) Expand all Loading... |
| 30 f_bounded_quantification_test/01: fail # Issue 12704 | 30 f_bounded_quantification_test/01: fail # Issue 12704 |
| 31 f_bounded_quantification_test/02: fail # Issue 12704 | 31 f_bounded_quantification_test/02: fail # Issue 12704 |
| 32 | 32 |
| 33 function_type_alias9_test/00: crash # Issue 11987 | 33 function_type_alias9_test/00: crash # Issue 11987 |
| 34 | 34 |
| 35 list_literal_syntax_test/01: fail # Issue 12103 | 35 list_literal_syntax_test/01: fail # Issue 12103 |
| 36 list_literal_syntax_test/02: fail # Issue 12103 | 36 list_literal_syntax_test/02: fail # Issue 12103 |
| 37 list_literal_syntax_test/03: fail # Issue 12103 | 37 list_literal_syntax_test/03: fail # Issue 12103 |
| 38 malformed_test/none: fail # Issue 12696 | 38 malformed_test/none: fail # Issue 12696 |
| 39 | 39 |
| 40 # TBF: 1is int; invalid character in number | 40 number_identifier_test/01: Fail # Issue 13015 |
| 41 number_identifier_negative_test: fail | 41 number_identifier_test/02: Fail # Issue 13015 |
| 42 | 42 |
| 43 # TBF: we should check conflicts not only for methods, but for accessors too | 43 # TBF: we should check conflicts not only for methods, but for accessors too |
| 44 override_field_test/02: fail | 44 override_field_test/02: fail |
| 45 override_field_test/03: fail | 45 override_field_test/03: fail |
| 46 method_override7_test/03: Fail # Issue 11496 | 46 method_override7_test/03: Fail # Issue 11496 |
| 47 method_override8_test/03: Fail # Issue 11496 | 47 method_override8_test/03: Fail # Issue 11496 |
| 48 | 48 |
| 49 # TBF: prefix T hidden by type variable T in 'new T.Class()' | 49 # TBF: prefix T hidden by type variable T in 'new T.Class()' |
| 50 prefix10_negative_test: fail | 50 prefix10_negative_test: fail |
| 51 | 51 |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 factory_redirection_test/09: fail | 224 factory_redirection_test/09: fail |
| 225 factory_redirection_test/10: fail | 225 factory_redirection_test/10: fail |
| 226 factory_redirection_test/11: fail | 226 factory_redirection_test/11: fail |
| 227 factory_redirection_test/12: fail | 227 factory_redirection_test/12: fail |
| 228 factory_redirection_test/13: fail | 228 factory_redirection_test/13: fail |
| 229 factory_redirection_test/14: fail | 229 factory_redirection_test/14: fail |
| 230 getters_setters2_test/03: fail | 230 getters_setters2_test/03: fail |
| 231 type_variable_bounds3_test/00: fail | 231 type_variable_bounds3_test/00: fail |
| 232 type_variable_bounds2_test/05: fail | 232 type_variable_bounds2_test/05: fail |
| 233 | 233 |
| OLD | NEW |