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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 bad_initializer2_negative_test: fail # Issue 14880 | 58 bad_initializer2_negative_test: fail # Issue 14880 |
59 field3a_negative_test: Fail # Issue 11124 | 59 field3a_negative_test: Fail # Issue 11124 |
60 final_syntax_test/01: Fail # Issue 11124 | 60 final_syntax_test/01: Fail # Issue 11124 |
61 final_syntax_test/04: Fail # Issue 11124 | 61 final_syntax_test/04: Fail # Issue 11124 |
62 final_syntax_test/02: Fail # Issue 11124 | 62 final_syntax_test/02: Fail # Issue 11124 |
63 final_syntax_test/03: Fail # Issue 11124 | 63 final_syntax_test/03: Fail # Issue 11124 |
64 metadata_test: fail # Issue 11545 | |
65 get_set_syntax_test/none: fail # Issue 11575 | 64 get_set_syntax_test/none: fail # Issue 11575 |
66 implicit_this_test/none: fail # Issue 11575 | 65 implicit_this_test/none: fail # Issue 11575 |
67 interface_test/none: fail # Issue 11575 | 66 interface_test/none: fail # Issue 11575 |
68 syntax_test/none: fail # Issue 11575 | 67 syntax_test/none: fail # Issue 11575 |
69 cascade_test/none: fail # Issue 11577 | 68 cascade_test/none: fail # Issue 11577 |
70 factory5_test/none: fail # Issue 11578 | 69 factory5_test/none: fail # Issue 11578 |
71 type_variable_bounds_test/none: fail # Issue 11578 | 70 type_variable_bounds_test/none: fail # Issue 11578 |
72 type_variable_scope_test/none: fail # Issue 11578 | 71 type_variable_scope_test/none: fail # Issue 11578 |
73 factory_implementation_test/none: fail # Issue 11578 | 72 factory_implementation_test/none: fail # Issue 11578 |
74 malbounded_redirecting_factory_test/none: fail # Issue 11578 | 73 malbounded_redirecting_factory_test/none: fail # Issue 11578 |
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 | 443 |
445 regress_27572_test: StaticWarning # Warning about undefined method expected. | 444 regress_27572_test: StaticWarning # Warning about undefined method expected. |
446 | 445 |
447 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 | 446 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 |
448 | 447 |
449 [ $compiler == dart2analyzer && $builder_tag == strong ] | 448 [ $compiler == dart2analyzer && $builder_tag == strong ] |
450 *: Skip # Issue 28649 | 449 *: Skip # Issue 28649 |
451 | 450 |
452 [ $compiler == dart2analyzer && $system != windows ] | 451 [ $compiler == dart2analyzer && $system != windows ] |
453 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 | 452 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 |
OLD | NEW |