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 async_return_types_test/wrongTypeParameter: MissingStaticWarning # Issue 22410 | 6 async_return_types_test/wrongTypeParameter: MissingStaticWarning # Issue 22410 |
7 async_return_types_test/wrongReturnType: MissingStaticWarning # Issue 22410 | 7 async_return_types_test/wrongReturnType: MissingStaticWarning # Issue 22410 |
8 async_or_generator_return_type_stacktrace_test/01: MissingStaticWarning # Issue
22410 | 8 async_or_generator_return_type_stacktrace_test/01: MissingStaticWarning # Issue
22410 |
9 async_or_generator_return_type_stacktrace_test/02: MissingStaticWarning # Issue
22410 | 9 async_or_generator_return_type_stacktrace_test/02: MissingStaticWarning # Issue
22410 |
10 async_return_types_test/nestedFuture: MissingStaticWarning # Issue 22410 | 10 async_return_types_test/nestedFuture: MissingStaticWarning # Issue 22410 |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 enum_syntax_test/03: Fail # 21649 | 56 enum_syntax_test/03: Fail # 21649 |
57 enum_syntax_test/04: Fail # 21649 | 57 enum_syntax_test/04: Fail # 21649 |
58 enum_syntax_test/05: Fail # 21649 | 58 enum_syntax_test/05: Fail # 21649 |
59 enum_syntax_test/06: Fail # 21649 | 59 enum_syntax_test/06: Fail # 21649 |
60 | 60 |
61 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) | 61 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) |
62 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 | 62 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 |
63 | 63 |
64 # TBF: we should check conflicts not only for methods, but for accessors too | 64 # TBF: we should check conflicts not only for methods, but for accessors too |
65 override_field_test/03: fail | 65 override_field_test/03: fail |
66 method_override7_test/03: Fail # Issue 11496 | 66 method_override7_test/03: Fail # Issue 11497 |
67 | 67 |
68 external_test/21: Fail | 68 external_test/21: Fail |
69 external_test/24: Fail | 69 external_test/24: Fail |
70 external_test/25: Fail | 70 external_test/25: Fail |
71 constructor_duplicate_final_test/03: Fail | 71 constructor_duplicate_final_test/03: Fail |
72 identical_const_test: Fail # Issue 21177 | 72 identical_const_test: Fail # Issue 21177 |
73 super_bound_closure_test/01: MissingStaticWarning # Issue 18914 | 73 super_bound_closure_test/01: MissingStaticWarning # Issue 18914 |
74 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 19576 | 74 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 19576 |
75 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 19576 | 75 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 19576 |
76 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 19576 | 76 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 19576 |
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 type_parameter_test/05: MissingCompileTimeError # Issue 16391 | 599 type_parameter_test/05: MissingCompileTimeError # Issue 16391 |
600 | 600 |
601 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292 | 601 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292 |
602 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292 | 602 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292 |
603 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292 | 603 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292 |
604 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292 | 604 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292 |
605 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292 | 605 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292 |
606 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292 | 606 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292 |
607 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292 | 607 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292 |
608 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292 | 608 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292 |
OLD | NEW |