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 enum_syntax_test/02: Fail # 21649 | 10 enum_syntax_test/02: Fail # 21649 |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 | 132 |
133 # test issue 14021, it is warning, not an error to reference private (undefined)
identifier | 133 # test issue 14021, it is warning, not an error to reference private (undefined)
identifier |
134 private_member1_negative_test: fail | 134 private_member1_negative_test: fail |
135 private_member2_negative_test: fail | 135 private_member2_negative_test: fail |
136 private_member3_negative_test: fail | 136 private_member3_negative_test: fail |
137 | 137 |
138 # test issue 14079 | 138 # test issue 14079 |
139 malformed_test/none: fail # test issue 14079, legit warnings for malformed type | 139 malformed_test/none: fail # test issue 14079, legit warnings for malformed type |
140 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst
antiate malformed type | 140 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst
antiate malformed type |
141 malformed_test/06: fail # test issue 14079, it is not error, but warning to use
malformed type in "try-on" clause | 141 malformed_test/06: fail # test issue 14079, it is not error, but warning to use
malformed type in "try-on" clause |
| 142 regress_22438_test: fail # test issue 14079, it is not error, but warning to use
malformed type in "try-on" clause |
142 | 143 |
143 # test issue 14228 | 144 # test issue 14228 |
144 black_listed_test/none: fail # test issue 14228, warnings are required but not e
xpected | 145 black_listed_test/none: fail # test issue 14228, warnings are required but not e
xpected |
145 | 146 |
146 # test issue 14410, "typedef C = " is now really illegal syntax | 147 # test issue 14410, "typedef C = " is now really illegal syntax |
147 mixin_illegal_syntax_test/none: fail | 148 mixin_illegal_syntax_test/none: fail |
148 | 149 |
149 # test issue 14736, It is a static warning if a class C declares an instance met
hod named n and has a setter named n=. | 150 # test issue 14736, It is a static warning if a class C declares an instance met
hod named n and has a setter named n=. |
150 setter4_test: StaticWarning | 151 setter4_test: StaticWarning |
151 | 152 |
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 | 451 |
451 # This test uses "const Symbol('_setAt')" | 452 # This test uses "const Symbol('_setAt')" |
452 vm/reflect_core_vm_test: CompileTimeError | 453 vm/reflect_core_vm_test: CompileTimeError |
453 | 454 |
454 # This test is expected to have warnings because of noSuchMethod overriding. | 455 # This test is expected to have warnings because of noSuchMethod overriding. |
455 regress_12561_test: StaticWarning | 456 regress_12561_test: StaticWarning |
456 | 457 |
457 main_not_a_function_test/01: Fail # Issue 20030 | 458 main_not_a_function_test/01: Fail # Issue 20030 |
458 main_test/03: Fail # Issue 20030 | 459 main_test/03: Fail # Issue 20030 |
459 no_main_test/01: Fail # Issue 20030 | 460 no_main_test/01: Fail # Issue 20030 |
OLD | NEW |