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_return_types_test/nestedFuture: MissingStaticWarning # Issue 22410 | 8 async_return_types_test/nestedFuture: MissingStaticWarning # Issue 22410 |
9 await_backwards_compatibility_test/none: CompileTimeError # Issue 22052 | 9 await_backwards_compatibility_test/none: CompileTimeError # Issue 22052 |
10 await_test: CompileTimeError # Issue 22052 | 10 await_test: CompileTimeError # Issue 22052 |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 external_test/25: Fail | 56 external_test/25: Fail |
57 constructor_duplicate_final_test/03: Fail | 57 constructor_duplicate_final_test/03: Fail |
58 identical_const_test: Fail # Issue 21177 | 58 identical_const_test: Fail # Issue 21177 |
59 super_bound_closure_test/01: MissingStaticWarning # Issue 18914 | 59 super_bound_closure_test/01: MissingStaticWarning # Issue 18914 |
60 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 19576 | 60 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 19576 |
61 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 19576 | 61 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 19576 |
62 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 19576 | 62 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 19576 |
63 mixin_super_constructor_named_test/01: MissingCompileTimeError # Issue 19576 | 63 mixin_super_constructor_named_test/01: MissingCompileTimeError # Issue 19576 |
64 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # Issue 195
76 | 64 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # Issue 195
76 |
65 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 | 65 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 |
66 reify_typevar_static_test/01: MissingCompileTimeError # Issue 21565 | |
67 | 66 |
68 # Please add new failing tests before this line. | 67 # Please add new failing tests before this line. |
69 # Section below is for invalid tests. | 68 # Section below is for invalid tests. |
70 # | 69 # |
71 # | 70 # |
72 | 71 |
73 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 72 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
74 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied | 73 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied |
75 | 74 |
76 # test issue 11124, It is warning, not error to don't initialize final field | 75 # test issue 11124, It is warning, not error to don't initialize final field |
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 | 529 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 |
531 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 | 530 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 |
532 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 | 531 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 |
533 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 | 532 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 |
534 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 | 533 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 |
535 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 | 534 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 |
536 const_init2_test/02: MissingCompileTimeError # Issue 16391 | 535 const_init2_test/02: MissingCompileTimeError # Issue 16391 |
537 malformed2_test/01: MissingCompileTimeError # Issue 16391 | 536 malformed2_test/01: MissingCompileTimeError # Issue 16391 |
538 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639
1 | 537 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639
1 |
539 type_parameter_test/05: MissingCompileTimeError # Issue 16391 | 538 type_parameter_test/05: MissingCompileTimeError # Issue 16391 |
OLD | NEW |