| 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 27 matching lines...) Expand all Loading... |
| 38 | 38 |
| 39 multiline_newline_test/01: CompileTimeError # Issue 23888 | 39 multiline_newline_test/01: CompileTimeError # Issue 23888 |
| 40 multiline_newline_test/02: CompileTimeError # Issue 23888 | 40 multiline_newline_test/02: CompileTimeError # Issue 23888 |
| 41 multiline_newline_test/03: CompileTimeError # Issue 23888 | 41 multiline_newline_test/03: CompileTimeError # Issue 23888 |
| 42 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 | 42 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 |
| 43 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 | 43 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 |
| 44 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 | 44 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 |
| 45 | 45 |
| 46 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161 | 46 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161 |
| 47 | 47 |
| 48 null_is_bottom_type_test/01: StaticWarning # Issue 28027 |
| 49 null_is_bottom_type_test/03: StaticWarning # Issue 28027 |
| 50 null_is_bottom_type_test/06: StaticWarning # Issue 28027 |
| 51 null_is_bottom_type_test/08: StaticWarning # Issue 28027 |
| 52 null_is_bottom_type_test/10: StaticWarning # Issue 28027 |
| 53 null_is_bottom_type_test/11: StaticWarning # Issue 28027 |
| 54 null_is_bottom_type_test/14: StaticWarning # Issue 28027 |
| 55 null_is_bottom_type_test/15: StaticWarning # Issue 28027 |
| 56 |
| 48 # Please add new failing tests before this line. | 57 # Please add new failing tests before this line. |
| 49 # Section below is for invalid tests. | 58 # Section below is for invalid tests. |
| 50 # | 59 # |
| 51 # | 60 # |
| 52 | 61 |
| 53 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 62 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
| 54 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied | 63 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied |
| 55 | 64 |
| 56 # test issue 11124, It is warning, not error to don't initialize final field | 65 # test issue 11124, It is warning, not error to don't initialize final field |
| 57 field3a_negative_test: Fail # Issue 11124 | 66 field3a_negative_test: Fail # Issue 11124 |
| (...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n
ot implement Iterable in for-in. | 502 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n
ot implement Iterable in for-in. |
| 494 | 503 |
| 495 # Experimental feature: Syntactic support for generic methods. | 504 # Experimental feature: Syntactic support for generic methods. |
| 496 generic_methods_type_expression_test: StaticWarning # Issue 25868 | 505 generic_methods_type_expression_test: StaticWarning # Issue 25868 |
| 497 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 | 506 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 |
| 498 | 507 |
| 499 # Experimental feature: Use initializing formals in initializers and constructor
body. | 508 # Experimental feature: Use initializing formals in initializers and constructor
body. |
| 500 initializing_formal_type_test: StaticWarning # Issue 26658 | 509 initializing_formal_type_test: StaticWarning # Issue 26658 |
| 501 | 510 |
| 502 regress_27572_test: StaticWarning # Warning about undefined method expected. | 511 regress_27572_test: StaticWarning # Warning about undefined method expected. |
| OLD | NEW |