| 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 | 30 |
| 31 list_literal_syntax_test/01: fail # Issue 12103 | 31 list_literal_syntax_test/01: fail # Issue 12103 |
| 32 list_literal_syntax_test/02: fail # Issue 12103 | 32 list_literal_syntax_test/02: fail # Issue 12103 |
| 33 list_literal_syntax_test/03: fail # Issue 12103 | 33 list_literal_syntax_test/03: fail # Issue 12103 |
| 34 malformed_test/none: fail | 34 malformed_test/none: fail |
| 35 | 35 |
| 36 # TBF: 1is int; invalid character in number | 36 # TBF: 1is int; invalid character in number |
| 37 number_identifier_negative_test: fail | 37 number_identifier_negative_test: fail |
| 38 | 38 |
| 39 # TBF: we should check conflicts not only for methods, but for accessors too | 39 # TBF: we should check conflicts not only for methods, but for accessors too |
| 40 override_field_test/01: fail | |
| 41 override_field_test/02: fail | 40 override_field_test/02: fail |
| 42 override_field_test/03: fail | 41 override_field_test/03: fail |
| 43 field_override3_test/00: Fail # Issue 11496 | |
| 44 field_override3_test/01: Fail # Issue 11496 | |
| 45 field_override3_test/03: Fail # Issue 11496 | |
| 46 getter_override_test/00: Fail # Issue 11496 | |
| 47 getter_override_test/01: Fail # Issue 11496 | |
| 48 setter_override_test/00: Fail # Issue 11496 | |
| 49 setter_override_test/03: Fail # Issue 11496 | |
| 50 method_override7_test/03: Fail # Issue 11496 | 42 method_override7_test/03: Fail # Issue 11496 |
| 51 method_override8_test/03: Fail # Issue 11496 | 43 method_override8_test/03: Fail # Issue 11496 |
| 52 | 44 |
| 53 # TBF: prefix T hidden by type variable T in 'new T.Class()' | 45 # TBF: prefix T hidden by type variable T in 'new T.Class()' |
| 54 prefix10_negative_test: fail | 46 prefix10_negative_test: fail |
| 55 | 47 |
| 56 # TBF: no error if A in our library, B extends A in other library, reference B._
private from Test extends B in our library. | 48 # TBF: no error if A in our library, B extends A in other library, reference B._
private from Test extends B in our library. |
| 57 private_member1_negative_test: fail | 49 private_member1_negative_test: fail |
| 58 private_member2_negative_test: fail | 50 private_member2_negative_test: fail |
| 59 private_member3_negative_test: fail | 51 private_member3_negative_test: fail |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 factory_redirection_test/09: fail | 272 factory_redirection_test/09: fail |
| 281 factory_redirection_test/10: fail | 273 factory_redirection_test/10: fail |
| 282 factory_redirection_test/11: fail | 274 factory_redirection_test/11: fail |
| 283 factory_redirection_test/12: fail | 275 factory_redirection_test/12: fail |
| 284 factory_redirection_test/13: fail | 276 factory_redirection_test/13: fail |
| 285 factory_redirection_test/14: fail | 277 factory_redirection_test/14: fail |
| 286 getters_setters2_test/03: fail | 278 getters_setters2_test/03: fail |
| 287 type_variable_bounds3_test/00: fail | 279 type_variable_bounds3_test/00: fail |
| 288 type_variable_bounds2_test/05: fail | 280 type_variable_bounds2_test/05: fail |
| 289 | 281 |
| OLD | NEW |