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 switch_bad_case_test/02: Fail # missing error in double in switch case expr | 6 switch_bad_case_test/02: Fail # missing error in double in switch case expr; how
ever there is contradiction - Object has ==, and double - not |
7 | 7 |
8 # Runtime negative test. No static errors or warnings. | 8 # Runtime negative test. No static errors or warnings. |
9 closure_call_wrong_argument_count_negative_test: skip | 9 closure_call_wrong_argument_count_negative_test: skip |
10 | 10 |
11 # TBD: using built-in identifers | 11 # TBD: using built-in identifers |
12 built_in_identifier_prefix_test: fail # Issue 12694 | 12 built_in_identifier_prefix_test: fail # Issue 12694 |
13 | 13 |
14 # TBD: these look like bad tests, no issue number | 14 # TBD: these look like bad tests, no issue number |
15 class_literal_test: fail | 15 class_literal_test: fail |
16 constructor_call_as_function_test/01: fail | 16 constructor_call_as_function_test/01: fail |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 # TBF: no error if A in our library, B extends A in other library, reference B._
private from Test extends B in our library. | 50 # TBF: no error if A in our library, B extends A in other library, reference B._
private from Test extends B in our library. |
51 private_member1_negative_test: fail | 51 private_member1_negative_test: fail |
52 private_member2_negative_test: fail | 52 private_member2_negative_test: fail |
53 private_member3_negative_test: fail | 53 private_member3_negative_test: fail |
54 | 54 |
55 built_in_identifier_test/none: Fail # Issue 13023 | 55 built_in_identifier_test/none: Fail # Issue 13023 |
56 | 56 |
57 # TBF: I think _this_ test is incorrect, but we DO have problem bug with type va
riable subtype check | 57 # TBF: I think _this_ test is incorrect, but we DO have problem bug with type va
riable subtype check |
58 redirecting_factory_malbounded_test/01: fail | 58 redirecting_factory_malbounded_test/01: fail |
59 | 59 |
60 # TBT: https://code.google.com/p/dart/issues/detail?id=13918 | |
61 implicit_setter_test/01: Fail # Issue 13918 | |
62 implicit_setter_test/02: Fail # Issue 13918 | |
63 | |
64 | 60 |
65 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 61 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
66 block_scope_test: fail | 62 block_scope_test: fail |
67 lazy_static3_test: fail | 63 lazy_static3_test: fail |
68 | 64 |
69 # test issue 11124, It is warning, not error to don't initialize final field | 65 # test issue 11124, It is warning, not error to don't initialize final field |
70 field3a_negative_test: Fail # Issue 11124 | 66 field3a_negative_test: Fail # Issue 11124 |
71 final_syntax_test/01: Fail # Issue 11124 | 67 final_syntax_test/01: Fail # Issue 11124 |
72 final_syntax_test/04: Fail # Issue 11124 | 68 final_syntax_test/04: Fail # Issue 11124 |
73 final_syntax_test/02: Fail # Issue 11124 | 69 final_syntax_test/02: Fail # Issue 11124 |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 factory_redirection_test/09: fail | 200 factory_redirection_test/09: fail |
205 factory_redirection_test/10: fail | 201 factory_redirection_test/10: fail |
206 factory_redirection_test/11: fail | 202 factory_redirection_test/11: fail |
207 factory_redirection_test/12: fail | 203 factory_redirection_test/12: fail |
208 factory_redirection_test/13: fail | 204 factory_redirection_test/13: fail |
209 factory_redirection_test/14: fail | 205 factory_redirection_test/14: fail |
210 getters_setters2_test/03: fail | 206 getters_setters2_test/03: fail |
211 type_variable_bounds3_test/00: fail | 207 type_variable_bounds3_test/00: fail |
212 type_variable_bounds2_test/05: fail | 208 type_variable_bounds2_test/05: fail |
213 | 209 |
OLD | NEW |