| 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 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 | 7 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 |
| 8 generic_local_functions_test: CompileTimeError # Issue 28515 | 8 generic_local_functions_test: CompileTimeError # Issue 28515 |
| 9 | 9 |
| 10 regress_26668_test: Fail # Issue 26678 | 10 regress_26668_test: Fail # Issue 26678 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 multiline_newline_test/02: CompileTimeError # Issue 23888 | 43 multiline_newline_test/02: CompileTimeError # Issue 23888 |
| 44 multiline_newline_test/03: CompileTimeError # Issue 23888 | 44 multiline_newline_test/03: CompileTimeError # Issue 23888 |
| 45 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 | 45 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 |
| 46 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 | 46 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 |
| 47 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 | 47 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 |
| 48 | 48 |
| 49 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161 | 49 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161 |
| 50 | 50 |
| 51 generic_function_typedef_test: Crash # Issue 27969 | 51 generic_function_typedef_test: Crash # Issue 27969 |
| 52 generic_function_typedef2_test: Crash # Issue 27969 | 52 generic_function_typedef2_test: Crash # Issue 27969 |
| 53 function_type/function_type*: Crash # Issue 27969 | 53 generalized_function_type_test: Crash # Issue 27969 |
| 54 | 54 |
| 55 # Please add new failing tests before this line. | 55 # Please add new failing tests before this line. |
| 56 # Section below is for invalid tests. | 56 # Section below is for invalid tests. |
| 57 # | 57 # |
| 58 # | 58 # |
| 59 | 59 |
| 60 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 60 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
| 61 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied | 61 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied |
| 62 | 62 |
| 63 # test issue 11124, It is warning, not error to don't initialize final field | 63 # test issue 11124, It is warning, not error to don't initialize final field |
| (...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 # Experimental feature: Use initializing formals in initializers and constructor
body. | 498 # Experimental feature: Use initializing formals in initializers and constructor
body. |
| 499 initializing_formal_type_test: StaticWarning # Issue 26658 | 499 initializing_formal_type_test: StaticWarning # Issue 26658 |
| 500 | 500 |
| 501 regress_27572_test: StaticWarning # Warning about undefined method expected. | 501 regress_27572_test: StaticWarning # Warning about undefined method expected. |
| 502 | 502 |
| 503 [ $compiler == dart2analyzer && $builder_tag == strong ] | 503 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 504 *: Skip # Issue 28649 | 504 *: Skip # Issue 28649 |
| 505 | 505 |
| 506 [ $compiler == dart2analyzer && $system != windows ] | 506 [ $compiler == dart2analyzer && $system != windows ] |
| 507 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 | 507 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 |
| OLD | NEW |