| 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 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 number_identifier_test/01: Fail # Issue 13015 | |
| 41 number_identifier_test/02: Fail # Issue 13015 | |
| 42 | |
| 43 # TBF: we should check conflicts not only for methods, but for accessors too | 40 # TBF: we should check conflicts not only for methods, but for accessors too |
| 44 override_field_test/02: fail | 41 override_field_test/02: fail |
| 45 override_field_test/03: fail | 42 override_field_test/03: fail |
| 46 method_override7_test/03: Fail # Issue 11496 | 43 method_override7_test/03: Fail # Issue 11496 |
| 47 method_override8_test/03: Fail # Issue 11496 | 44 method_override8_test/03: Fail # Issue 11496 |
| 48 | 45 |
| 49 # TBF: prefix T hidden by type variable T in 'new T.Class()' | 46 # TBF: prefix T hidden by type variable T in 'new T.Class()' |
| 50 prefix10_negative_test: fail | 47 prefix10_negative_test: fail |
| 51 | 48 |
| 52 # TBF: no error if A in our library, B extends A in other library, reference B._
private from Test extends B in our library. | 49 # TBF: no error if A in our library, B extends A in other library, reference B._
private from Test extends B in our library. |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 factory_redirection_test/09: fail | 215 factory_redirection_test/09: fail |
| 219 factory_redirection_test/10: fail | 216 factory_redirection_test/10: fail |
| 220 factory_redirection_test/11: fail | 217 factory_redirection_test/11: fail |
| 221 factory_redirection_test/12: fail | 218 factory_redirection_test/12: fail |
| 222 factory_redirection_test/13: fail | 219 factory_redirection_test/13: fail |
| 223 factory_redirection_test/14: fail | 220 factory_redirection_test/14: fail |
| 224 getters_setters2_test/03: fail | 221 getters_setters2_test/03: fail |
| 225 type_variable_bounds3_test/00: fail | 222 type_variable_bounds3_test/00: fail |
| 226 type_variable_bounds2_test/05: fail | 223 type_variable_bounds2_test/05: fail |
| 227 | 224 |
| OLD | NEW |