| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 constructor_duplicate_final_test/03: Fail | 69 constructor_duplicate_final_test/03: Fail |
| 70 identical_const_test: Fail # Issue 21177 | 70 identical_const_test: Fail # Issue 21177 |
| 71 super_bound_closure_test/01: MissingStaticWarning # Issue 18914 | 71 super_bound_closure_test/01: MissingStaticWarning # Issue 18914 |
| 72 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 19576 | 72 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 19576 |
| 73 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 19576 | 73 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 19576 |
| 74 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 19576 | 74 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 19576 |
| 75 mixin_super_constructor_named_test/01: MissingCompileTimeError # Issue 19576 | 75 mixin_super_constructor_named_test/01: MissingCompileTimeError # Issue 19576 |
| 76 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # Issue 195
76 | 76 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # Issue 195
76 |
| 77 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 | 77 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 |
| 78 | 78 |
| 79 multiline_newline_test/01: CompileTimeError # Issue 23888 |
| 80 multiline_newline_test/02: CompileTimeError # Issue 23888 |
| 81 multiline_newline_test/03: CompileTimeError # Issue 23888 |
| 82 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 |
| 83 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 |
| 84 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 |
| 85 |
| 79 # Please add new failing tests before this line. | 86 # Please add new failing tests before this line. |
| 80 # Section below is for invalid tests. | 87 # Section below is for invalid tests. |
| 81 # | 88 # |
| 82 # | 89 # |
| 83 | 90 |
| 84 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 91 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
| 85 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied | 92 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied |
| 86 | 93 |
| 87 # test issue 11124, It is warning, not error to don't initialize final field | 94 # test issue 11124, It is warning, not error to don't initialize final field |
| 88 field3a_negative_test: Fail # Issue 11124 | 95 field3a_negative_test: Fail # Issue 11124 |
| (...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 type_parameter_test/05: MissingCompileTimeError # Issue 16391 | 592 type_parameter_test/05: MissingCompileTimeError # Issue 16391 |
| 586 | 593 |
| 587 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292 | 594 compile_time_constant_checked5_test/03: MissingCompileTimeError # Issue 23292 |
| 588 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292 | 595 compile_time_constant_checked5_test/04: MissingCompileTimeError # Issue 23292 |
| 589 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292 | 596 compile_time_constant_checked5_test/08: MissingCompileTimeError # Issue 23292 |
| 590 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292 | 597 compile_time_constant_checked5_test/09: MissingCompileTimeError # Issue 23292 |
| 591 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292 | 598 compile_time_constant_checked5_test/13: MissingCompileTimeError # Issue 23292 |
| 592 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292 | 599 compile_time_constant_checked5_test/14: MissingCompileTimeError # Issue 23292 |
| 593 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292 | 600 compile_time_constant_checked5_test/18: MissingCompileTimeError # Issue 23292 |
| 594 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292 | 601 compile_time_constant_checked5_test/19: MissingCompileTimeError # Issue 23292 |
| OLD | NEW |