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: CompileTimeError # Issue 29657 | 31 final_attempt_reinitialization_test: Skip # Issue 29657 |
32 | 32 |
33 override_field_test/03: Fail # Issue 29703 | 33 override_field_test/03: Fail # Issue 29703 |
34 method_override7_test/03: Fail # Issue 11497 | 34 method_override7_test/03: Fail # Issue 11497 |
35 | 35 |
36 external_test/21: Fail | 36 external_test/21: Fail |
37 external_test/24: Fail | 37 external_test/24: Fail |
38 external_test/25: Fail | 38 external_test/25: Fail |
39 constructor_duplicate_final_test/03: Fail | 39 constructor_duplicate_final_test/03: Fail |
40 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 | 40 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 |
41 | 41 |
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 | 445 |
446 regress_27572_test: StaticWarning # Warning about undefined method expected. | 446 regress_27572_test: StaticWarning # Warning about undefined method expected. |
447 | 447 |
448 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 | 448 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 |
449 | 449 |
450 [ $compiler == dart2analyzer && $builder_tag == strong ] | 450 [ $compiler == dart2analyzer && $builder_tag == strong ] |
451 *: Skip # Issue 28649 | 451 *: Skip # Issue 28649 |
452 | 452 |
453 [ $compiler == dart2analyzer && $system != windows ] | 453 [ $compiler == dart2analyzer && $system != windows ] |
454 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 | 454 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 |
OLD | NEW |