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 regress_26668_test: Fail # Issue 26678 | 7 regress_26668_test: Fail # Issue 26678 |
8 regress_27617_test/1: MissingCompileTimeError | 8 regress_27617_test/1: MissingCompileTimeError |
9 | 9 |
10 # Runtime negative test. No static errors or warnings. | 10 # Runtime negative test. No static errors or warnings. |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 | 47 |
48 null_is_bottom_type_test/01: StaticWarning # Issue 28027 | 48 null_is_bottom_type_test/01: StaticWarning # Issue 28027 |
49 null_is_bottom_type_test/03: StaticWarning # Issue 28027 | 49 null_is_bottom_type_test/03: StaticWarning # Issue 28027 |
50 null_is_bottom_type_test/06: StaticWarning # Issue 28027 | 50 null_is_bottom_type_test/06: StaticWarning # Issue 28027 |
51 null_is_bottom_type_test/08: StaticWarning # Issue 28027 | 51 null_is_bottom_type_test/08: StaticWarning # Issue 28027 |
52 null_is_bottom_type_test/10: StaticWarning # Issue 28027 | 52 null_is_bottom_type_test/10: StaticWarning # Issue 28027 |
53 null_is_bottom_type_test/11: StaticWarning # Issue 28027 | 53 null_is_bottom_type_test/11: StaticWarning # Issue 28027 |
54 null_is_bottom_type_test/14: StaticWarning # Issue 28027 | 54 null_is_bottom_type_test/14: StaticWarning # Issue 28027 |
55 null_is_bottom_type_test/15: StaticWarning # Issue 28027 | 55 null_is_bottom_type_test/15: StaticWarning # Issue 28027 |
56 | 56 |
| 57 generic_function_typedef_test: Fail # Issue 27969 |
| 58 generic_function_typedef2_test/none: Fail # Issue 27969 |
| 59 generic_function_typedef2_test/04: Fail # Issue 27969 |
| 60 generalized_function_type_test: Fail # Issue 27969 |
| 61 |
57 # Please add new failing tests before this line. | 62 # Please add new failing tests before this line. |
58 # Section below is for invalid tests. | 63 # Section below is for invalid tests. |
59 # | 64 # |
60 # | 65 # |
61 | 66 |
62 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 67 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
63 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied | 68 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied |
64 | 69 |
65 # test issue 11124, It is warning, not error to don't initialize final field | 70 # test issue 11124, It is warning, not error to don't initialize final field |
66 field3a_negative_test: Fail # Issue 11124 | 71 field3a_negative_test: Fail # Issue 11124 |
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n
ot implement Iterable in for-in. | 507 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n
ot implement Iterable in for-in. |
503 | 508 |
504 # Experimental feature: Syntactic support for generic methods. | 509 # Experimental feature: Syntactic support for generic methods. |
505 generic_methods_type_expression_test: StaticWarning # Issue 25868 | 510 generic_methods_type_expression_test: StaticWarning # Issue 25868 |
506 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 | 511 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 |
507 | 512 |
508 # Experimental feature: Use initializing formals in initializers and constructor
body. | 513 # Experimental feature: Use initializing formals in initializers and constructor
body. |
509 initializing_formal_type_test: StaticWarning # Issue 26658 | 514 initializing_formal_type_test: StaticWarning # Issue 26658 |
510 | 515 |
511 regress_27572_test: StaticWarning # Warning about undefined method expected. | 516 regress_27572_test: StaticWarning # Warning about undefined method expected. |
OLD | NEW |