| 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 10 matching lines...) Expand all Loading... |
| 21 deep_nesting2_negative_test: CompileTimeError # Issue 25558 | 21 deep_nesting2_negative_test: CompileTimeError # Issue 25558 |
| 22 | 22 |
| 23 enum_syntax_test/05: Fail # Issue 21649 | 23 enum_syntax_test/05: Fail # Issue 21649 |
| 24 enum_syntax_test/06: Fail # Issue 21649 | 24 enum_syntax_test/06: Fail # Issue 21649 |
| 25 | 25 |
| 26 regress_17382_test: Skip # don't care about the static warning. | 26 regress_17382_test: Skip # don't care about the static warning. |
| 27 regress_23408_test: Skip # don't care about the static warning. | 27 regress_23408_test: Skip # don't care about the static warning. |
| 28 regress_25246_test: Skip | 28 regress_25246_test: Skip |
| 29 getter_setter_in_lib_test: Fail # Issue 23286 | 29 getter_setter_in_lib_test: Fail # Issue 23286 |
| 30 | 30 |
| 31 final_attempt_reinitialization_test/01: MissingCompileTimeError # Issue 29657 | |
| 32 final_attempt_reinitialization_test/02: MissingCompileTimeError # Issue 29657 | |
| 33 | |
| 34 override_field_test/03: Fail # Issue 29703 | 31 override_field_test/03: Fail # Issue 29703 |
| 35 method_override7_test/03: Fail # Issue 11497 | 32 method_override7_test/03: Fail # Issue 11497 |
| 36 | 33 |
| 37 external_test/21: Fail | 34 external_test/21: Fail |
| 38 external_test/24: Fail | 35 external_test/24: Fail |
| 39 external_test/25: Fail | 36 external_test/25: Fail |
| 40 constructor_duplicate_final_test/03: Fail | 37 constructor_duplicate_final_test/03: Fail |
| 41 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 | 38 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 |
| 42 | 39 |
| 43 multiline_newline_test/01: CompileTimeError # Issue 23888 | 40 multiline_newline_test/01: CompileTimeError # Issue 23888 |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 | 443 |
| 447 regress_27572_test: StaticWarning # Warning about undefined method expected. | 444 regress_27572_test: StaticWarning # Warning about undefined method expected. |
| 448 | 445 |
| 449 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 | 446 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 |
| 450 | 447 |
| 451 [ $compiler == dart2analyzer && $builder_tag == strong ] | 448 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 452 *: Skip # Issue 28649 | 449 *: Skip # Issue 28649 |
| 453 | 450 |
| 454 [ $compiler == dart2analyzer && $system != windows ] | 451 [ $compiler == dart2analyzer && $system != windows ] |
| 455 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 | 452 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 |
| OLD | NEW |