| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |
| 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. | 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. |
| 53 private_member1_negative_test: fail | 53 private_member1_negative_test: fail |
| 54 private_member2_negative_test: fail | 54 private_member2_negative_test: fail |
| 55 private_member3_negative_test: fail | 55 private_member3_negative_test: fail |
| 56 | 56 |
| 57 # TBF | 57 built_in_identifier_test/none: Fail # Issue XXX |
| 58 pseudo_kw_test: fail | |
| 59 | 58 |
| 60 | 59 |
| 61 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 60 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| 62 block_scope_test: fail | 61 block_scope_test: fail |
| 63 lazy_static3_test: fail | 62 lazy_static3_test: fail |
| 64 | 63 |
| 65 # Test issue 11124, Uninitialized finals are warnings not errors | 64 # Test issue 11124, Uninitialized finals are warnings not errors |
| 66 field3a_negative_test: fail | 65 field3a_negative_test: fail |
| 67 const_syntax_test/01: fail | 66 const_syntax_test/01: fail |
| 68 const_syntax_test/04: fail | 67 const_syntax_test/04: fail |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 factory_redirection_test/09: fail | 222 factory_redirection_test/09: fail |
| 224 factory_redirection_test/10: fail | 223 factory_redirection_test/10: fail |
| 225 factory_redirection_test/11: fail | 224 factory_redirection_test/11: fail |
| 226 factory_redirection_test/12: fail | 225 factory_redirection_test/12: fail |
| 227 factory_redirection_test/13: fail | 226 factory_redirection_test/13: fail |
| 228 factory_redirection_test/14: fail | 227 factory_redirection_test/14: fail |
| 229 getters_setters2_test/03: fail | 228 getters_setters2_test/03: fail |
| 230 type_variable_bounds3_test/00: fail | 229 type_variable_bounds3_test/00: fail |
| 231 type_variable_bounds2_test/05: fail | 230 type_variable_bounds2_test/05: fail |
| 232 | 231 |
| OLD | NEW |