| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 | 65 |
| 66 multiline_newline_test/01: CompileTimeError # Issue 23888 | 66 multiline_newline_test/01: CompileTimeError # Issue 23888 |
| 67 multiline_newline_test/02: CompileTimeError # Issue 23888 | 67 multiline_newline_test/02: CompileTimeError # Issue 23888 |
| 68 multiline_newline_test/03: CompileTimeError # Issue 23888 | 68 multiline_newline_test/03: CompileTimeError # Issue 23888 |
| 69 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 | 69 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 |
| 70 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 | 70 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 |
| 71 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 | 71 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 |
| 72 | 72 |
| 73 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161 | 73 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161 |
| 74 | 74 |
| 75 null_is_bottom_type_test/01: StaticWarning # Issue 28027 | |
| 76 null_is_bottom_type_test/03: StaticWarning # Issue 28027 | |
| 77 null_is_bottom_type_test/06: StaticWarning # Issue 28027 | |
| 78 null_is_bottom_type_test/08: StaticWarning # Issue 28027 | |
| 79 null_is_bottom_type_test/10: StaticWarning # Issue 28027 | |
| 80 null_is_bottom_type_test/11: StaticWarning # Issue 28027 | |
| 81 null_is_bottom_type_test/14: StaticWarning # Issue 28027 | |
| 82 null_is_bottom_type_test/15: StaticWarning # Issue 28027 | |
| 83 | |
| 84 generic_function_typedef_test: Crash # Issue 27969 | 75 generic_function_typedef_test: Crash # Issue 27969 |
| 85 generic_function_typedef2_test: Crash # Issue 27969 | 76 generic_function_typedef2_test: Crash # Issue 27969 |
| 86 generalized_function_type_test: Crash # Issue 27969 | 77 generalized_function_type_test: Crash # Issue 27969 |
| 87 | 78 |
| 88 # Please add new failing tests before this line. | 79 # Please add new failing tests before this line. |
| 89 # Section below is for invalid tests. | 80 # Section below is for invalid tests. |
| 90 # | 81 # |
| 91 # | 82 # |
| 92 | 83 |
| 93 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 84 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
| (...skipping 439 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. | 524 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n
ot implement Iterable in for-in. |
| 534 | 525 |
| 535 # Experimental feature: Syntactic support for generic methods. | 526 # Experimental feature: Syntactic support for generic methods. |
| 536 generic_methods_type_expression_test: StaticWarning # Issue 25868 | 527 generic_methods_type_expression_test: StaticWarning # Issue 25868 |
| 537 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 | 528 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 |
| 538 | 529 |
| 539 # Experimental feature: Use initializing formals in initializers and constructor
body. | 530 # Experimental feature: Use initializing formals in initializers and constructor
body. |
| 540 initializing_formal_type_test: StaticWarning # Issue 26658 | 531 initializing_formal_type_test: StaticWarning # Issue 26658 |
| 541 | 532 |
| 542 regress_27572_test: StaticWarning # Warning about undefined method expected. | 533 regress_27572_test: StaticWarning # Warning about undefined method expected. |
| OLD | NEW |