| 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 26 matching lines...) Expand all Loading... |
| 37 external_test/25: Fail | 37 external_test/25: Fail |
| 38 constructor_duplicate_final_test/03: Fail | 38 constructor_duplicate_final_test/03: Fail |
| 39 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 | 39 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 |
| 40 | 40 |
| 41 multiline_newline_test/01: CompileTimeError # Issue 23888 | 41 multiline_newline_test/01: CompileTimeError # Issue 23888 |
| 42 multiline_newline_test/02: CompileTimeError # Issue 23888 | 42 multiline_newline_test/02: CompileTimeError # Issue 23888 |
| 43 multiline_newline_test/03: CompileTimeError # Issue 23888 | 43 multiline_newline_test/03: CompileTimeError # Issue 23888 |
| 44 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 | 44 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 |
| 45 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 | 45 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 |
| 46 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 | 46 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 |
| 47 multiline_newline_test/01r: CompileTimeError # Issue 23888 |
| 48 multiline_newline_test/02r: CompileTimeError # Issue 23888 |
| 49 multiline_newline_test/03r: CompileTimeError # Issue 23888 |
| 50 multiline_newline_test/04r: MissingCompileTimeError # Issue 23888 |
| 51 multiline_newline_test/05r: MissingCompileTimeError # Issue 23888 |
| 52 multiline_newline_test/06r: MissingCompileTimeError # Issue 23888 |
| 47 | 53 |
| 48 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161 | 54 const_for_in_variable_test/01: MissingCompileTimeError # Issue 25161 |
| 49 | 55 |
| 50 # Please add new failing tests before this line. | 56 # Please add new failing tests before this line. |
| 51 # Section below is for invalid tests. | 57 # Section below is for invalid tests. |
| 52 # | 58 # |
| 53 # | 59 # |
| 54 | 60 |
| 55 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 61 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
| 56 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied | 62 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied |
| (...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 # Experimental feature: Use initializing formals in initializers and constructor
body. | 499 # Experimental feature: Use initializing formals in initializers and constructor
body. |
| 494 initializing_formal_type_test: StaticWarning # Issue 26658 | 500 initializing_formal_type_test: StaticWarning # Issue 26658 |
| 495 | 501 |
| 496 regress_27572_test: StaticWarning # Warning about undefined method expected. | 502 regress_27572_test: StaticWarning # Warning about undefined method expected. |
| 497 | 503 |
| 498 [ $compiler == dart2analyzer && $builder_tag == strong ] | 504 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 499 *: Skip # Issue 28649 | 505 *: Skip # Issue 28649 |
| 500 | 506 |
| 501 [ $compiler == dart2analyzer && $system != windows ] | 507 [ $compiler == dart2analyzer && $system != windows ] |
| 502 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 | 508 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 |
| OLD | NEW |