| 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 # Doesn't yet implement `covariant` keyword. | 10 # Doesn't yet implement `covariant` keyword. |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 | 74 |
| 75 null_is_bottom_type_test/01: StaticWarning # Issue 28027 | 75 null_is_bottom_type_test/01: StaticWarning # Issue 28027 |
| 76 null_is_bottom_type_test/03: StaticWarning # Issue 28027 | 76 null_is_bottom_type_test/03: StaticWarning # Issue 28027 |
| 77 null_is_bottom_type_test/06: StaticWarning # Issue 28027 | 77 null_is_bottom_type_test/06: StaticWarning # Issue 28027 |
| 78 null_is_bottom_type_test/08: StaticWarning # Issue 28027 | 78 null_is_bottom_type_test/08: StaticWarning # Issue 28027 |
| 79 null_is_bottom_type_test/10: StaticWarning # Issue 28027 | 79 null_is_bottom_type_test/10: StaticWarning # Issue 28027 |
| 80 null_is_bottom_type_test/11: StaticWarning # Issue 28027 | 80 null_is_bottom_type_test/11: StaticWarning # Issue 28027 |
| 81 null_is_bottom_type_test/14: StaticWarning # Issue 28027 | 81 null_is_bottom_type_test/14: StaticWarning # Issue 28027 |
| 82 null_is_bottom_type_test/15: StaticWarning # Issue 28027 | 82 null_is_bottom_type_test/15: StaticWarning # Issue 28027 |
| 83 | 83 |
| 84 generic_function_typedef_test: Crash # Issue 27969 | |
| 85 generic_function_typedef2_test: Crash # Issue 27969 | |
| 86 generalized_function_type_test: Crash # Issue 27969 | |
| 87 | |
| 88 # Please add new failing tests before this line. | 84 # Please add new failing tests before this line. |
| 89 # Section below is for invalid tests. | 85 # Section below is for invalid tests. |
| 90 # | 86 # |
| 91 # | 87 # |
| 92 | 88 |
| 93 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 89 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
| 94 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied | 90 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied |
| 95 | 91 |
| 96 # test issue 11124, It is warning, not error to don't initialize final field | 92 # test issue 11124, It is warning, not error to don't initialize final field |
| 97 field3a_negative_test: Fail # Issue 11124 | 93 field3a_negative_test: Fail # Issue 11124 |
| (...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n
ot implement Iterable in for-in. | 529 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n
ot implement Iterable in for-in. |
| 534 | 530 |
| 535 # Experimental feature: Syntactic support for generic methods. | 531 # Experimental feature: Syntactic support for generic methods. |
| 536 generic_methods_type_expression_test: StaticWarning # Issue 25868 | 532 generic_methods_type_expression_test: StaticWarning # Issue 25868 |
| 537 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 | 533 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 |
| 538 | 534 |
| 539 # Experimental feature: Use initializing formals in initializers and constructor
body. | 535 # Experimental feature: Use initializing formals in initializers and constructor
body. |
| 540 initializing_formal_type_test: StaticWarning # Issue 26658 | 536 initializing_formal_type_test: StaticWarning # Issue 26658 |
| 541 | 537 |
| 542 regress_27572_test: StaticWarning # Warning about undefined method expected. | 538 regress_27572_test: StaticWarning # Warning about undefined method expected. |
| OLD | NEW |