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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 prefix10_negative_test: fail | 54 prefix10_negative_test: fail |
55 | 55 |
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. | 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. |
57 private_member1_negative_test: fail | 57 private_member1_negative_test: fail |
58 private_member2_negative_test: fail | 58 private_member2_negative_test: fail |
59 private_member3_negative_test: fail | 59 private_member3_negative_test: fail |
60 | 60 |
61 # TBF | 61 # TBF |
62 pseudo_kw_test: fail | 62 pseudo_kw_test: fail |
63 | 63 |
64 | 64 # TBF |
| 65 null_test/03: Fail # Issue 12484 |
65 | 66 |
66 | 67 |
67 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 68 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
68 block_scope_test: fail | 69 block_scope_test: fail |
69 lazy_static3_test: fail | 70 lazy_static3_test: fail |
70 | 71 |
71 # test issue 10890; on-catch UnknownType is a static warning, not error | 72 # test issue 10890; on-catch UnknownType is a static warning, not error |
72 try_catch_on_syntax_test/01: fail | 73 try_catch_on_syntax_test/01: fail |
73 | 74 |
74 # test issue 10899; it is static warning, not error, to call methods of class li
teral | 75 # test issue 10899; it is static warning, not error, to call methods of class li
teral |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 factory_redirection_test/09: fail | 280 factory_redirection_test/09: fail |
280 factory_redirection_test/10: fail | 281 factory_redirection_test/10: fail |
281 factory_redirection_test/11: fail | 282 factory_redirection_test/11: fail |
282 factory_redirection_test/12: fail | 283 factory_redirection_test/12: fail |
283 factory_redirection_test/13: fail | 284 factory_redirection_test/13: fail |
284 factory_redirection_test/14: fail | 285 factory_redirection_test/14: fail |
285 getters_setters2_test/03: fail | 286 getters_setters2_test/03: fail |
286 type_variable_bounds3_test/00: fail | 287 type_variable_bounds3_test/00: fail |
287 type_variable_bounds2_test/05: fail | 288 type_variable_bounds2_test/05: fail |
288 | 289 |
OLD | NEW |