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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 | 62 |
63 field3a_negative_test: Fail # Issue 11124 | 63 field3a_negative_test: Fail # Issue 11124 |
64 final_syntax_test/01: Fail # Issue 11124 | 64 final_syntax_test/01: Fail # Issue 11124 |
65 final_syntax_test/04: Fail # Issue 11124 | 65 final_syntax_test/04: Fail # Issue 11124 |
66 final_syntax_test/02: Fail # Issue 11124 | 66 final_syntax_test/02: Fail # Issue 11124 |
67 final_syntax_test/03: Fail # Issue 11124 | 67 final_syntax_test/03: Fail # Issue 11124 |
68 get_set_syntax_test/none: fail # Issue 11575 | 68 get_set_syntax_test/none: fail # Issue 11575 |
69 implicit_this_test/none: fail # Issue 11575 | 69 implicit_this_test/none: fail # Issue 11575 |
70 interface_test/none: fail # Issue 11575 | 70 interface_test/none: fail # Issue 11575 |
71 syntax_test/none: fail # Issue 11575 | 71 syntax_test/none: fail # Issue 11575 |
72 cascade_test/none: fail # Issue 11577 | |
73 factory5_test/none: fail # Issue 11578 | 72 factory5_test/none: fail # Issue 11578 |
74 type_variable_bounds_test/none: fail # Issue 11578 | 73 type_variable_bounds_test/none: fail # Issue 11578 |
75 type_variable_scope_test/none: fail # Issue 11578 | 74 type_variable_scope_test/none: fail # Issue 11578 |
76 factory_implementation_test/none: fail # Issue 11578 | 75 factory_implementation_test/none: fail # Issue 11578 |
77 malbounded_redirecting_factory_test/none: fail # Issue 11578 | 76 malbounded_redirecting_factory_test/none: fail # Issue 11578 |
78 malbounded_redirecting_factory2_test/none: fail # Issue 11578 | 77 malbounded_redirecting_factory2_test/none: fail # Issue 11578 |
79 getter_no_setter_test/none: fail # Issue 11579 | 78 getter_no_setter_test/none: fail # Issue 11579 |
80 constructor3_negative_test: fail # Issue 11585 | 79 constructor3_negative_test: fail # Issue 11585 |
81 constructor_call_wrong_argument_count_negative_test: fail # Issue 11585 | 80 constructor_call_wrong_argument_count_negative_test: fail # Issue 11585 |
82 instance_call_wrong_argument_count_negative_test: fail # Issue 11585 | 81 instance_call_wrong_argument_count_negative_test: fail # Issue 11585 |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
441 initializing_formal_type_test: StaticWarning # Issue 26658 | 440 initializing_formal_type_test: StaticWarning # Issue 26658 |
442 | 441 |
443 regress_27572_test: StaticWarning # Warning about undefined method expected. | 442 regress_27572_test: StaticWarning # Warning about undefined method expected. |
444 | 443 |
445 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 | 444 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 |
446 | 445 |
447 # TODO: generalized_void_syntax_test: CompileTimeError # Issue #30177. | 446 # TODO: generalized_void_syntax_test: CompileTimeError # Issue #30177. |
448 | 447 |
449 [ $compiler == dart2analyzer && $builder_tag == strong ] | 448 [ $compiler == dart2analyzer && $builder_tag == strong ] |
450 *: Skip # Issue 28649 | 449 *: Skip # Issue 28649 |
OLD | NEW |