| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index bbb8c4ed8eccd22490d01d466775d3589ae46caf..691cccaaa9be0a95277fc4d91697ef7121a638c4 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -19,7 +19,152 @@ closure_in_initializer_test: Fail # Issue 6422
|
| # Regular bugs which should be fixed.
|
| duplicate_export_negative_test: Fail # Issue 6134
|
|
|
| -[ $compiler == dart2dart]
|
| +[ $compiler == dart2dart && $checked ]
|
| +assign_static_type_test/01: Fail # Issue 22085
|
| +assign_static_type_test/03: Fail # Issue 22085
|
| +assign_static_type_test/04: Fail # Issue 22085
|
| +assign_static_type_test/05: Fail # Issue 22085
|
| +async_test/type-mismatch1: Pass # Issue 22085
|
| +async_test/type-mismatch2: Pass # Issue 22085
|
| +async_test/type-mismatch3: Pass # Issue 22085
|
| +async_test/type-mismatch4: Pass # Issue 22085
|
| +callable_test/00: Fail # Issue 22085
|
| +callable_test/01: Fail # Issue 22085
|
| +compile_time_constant_checked_test/01: Fail # Issue 22085
|
| +compile_time_constant_checked_test/03: Fail # Issue 22085
|
| +default_factory2_test/01: Fail # Issue 22085
|
| +factory1_test/00: Fail # Issue 22085
|
| +factory1_test/01: Fail # Issue 22085
|
| +factory_implementation_test/00: Fail # Issue 22085
|
| +factory_redirection_test/08: Fail # Issue 22085
|
| +factory_redirection_test/09: Fail # Issue 22085
|
| +factory_redirection_test/10: Fail # Issue 22085
|
| +factory_redirection_test/11: Fail # Issue 22085
|
| +factory_redirection_test/12: Fail # Issue 22085
|
| +factory_redirection_test/13: Fail # Issue 22085
|
| +factory_redirection_test/14: Fail # Issue 22085
|
| +field_override_test/02: Fail # Issue 22085
|
| +field_type_check2_test/01: Fail # Issue 22085
|
| +field_type_check_test/01: Fail # Issue 22085
|
| +function_type_call_getter2_test/00: Fail # Issue 22085
|
| +function_type_call_getter2_test/01: Fail # Issue 22085
|
| +function_type_call_getter2_test/02: Fail # Issue 22085
|
| +function_type_call_getter2_test/03: Fail # Issue 22085
|
| +function_type_call_getter2_test/04: Fail # Issue 22085
|
| +function_type_call_getter2_test/05: Fail # Issue 22085
|
| +getters_setters2_test/03: Fail # Issue 22085
|
| +malbounded_instantiation_test/02: Fail # Issue 22085
|
| +malbounded_instantiation_test/03: Fail # Issue 22085
|
| +malbounded_redirecting_factory2_test/02: Fail # Issue 22085
|
| +malbounded_redirecting_factory2_test/03: Fail # Issue 22085
|
| +malbounded_redirecting_factory2_test/04: Fail # Issue 22085
|
| +malbounded_redirecting_factory_test/02: Fail # Issue 22085
|
| +malbounded_redirecting_factory_test/03: Fail # Issue 22085
|
| +malbounded_redirecting_factory_test/04: Fail # Issue 22085
|
| +malbounded_type_test_test/01: Fail # Issue 22085
|
| +malbounded_type_test_test/03: Fail # Issue 22085
|
| +malbounded_type_test_test/04: Fail # Issue 22085
|
| +mixin_invalid_bound2_test/02: Fail # Issue 22085
|
| +mixin_invalid_bound2_test/03: Fail # Issue 22085
|
| +mixin_invalid_bound2_test/05: Fail # Issue 22085
|
| +mixin_invalid_bound2_test/06: Fail # Issue 22085
|
| +mixin_invalid_bound2_test/08: Fail # Issue 22085
|
| +mixin_invalid_bound2_test/09: Fail # Issue 22085
|
| +mixin_invalid_bound2_test/10: Fail # Issue 22085
|
| +mixin_invalid_bound2_test/11: Fail # Issue 22085
|
| +mixin_invalid_bound2_test/12: Fail # Issue 22085
|
| +mixin_invalid_bound2_test/13: Fail # Issue 22085
|
| +mixin_invalid_bound2_test/14: Fail # Issue 22085
|
| +mixin_invalid_bound_test/02: Fail # Issue 22085
|
| +mixin_invalid_bound_test/04: Fail # Issue 22085
|
| +mixin_invalid_bound_test/06: Fail # Issue 22085
|
| +mixin_invalid_bound_test/07: Fail # Issue 22085
|
| +mixin_invalid_bound_test/08: Fail # Issue 22085
|
| +mixin_invalid_bound_test/09: Fail # Issue 22085
|
| +mixin_invalid_bound_test/10: Fail # Issue 22085
|
| +redirecting_factory_infinite_steps_test/01: Fail # Issue 22085
|
| +redirecting_factory_malbounded_test/01: Fail # Issue 22085
|
| +type_parameter_test/01: Fail # Issue 22085
|
| +type_parameter_test/02: Fail # Issue 22085
|
| +type_parameter_test/03: Fail # Issue 22085
|
| +type_parameter_test/04: Fail # Issue 22085
|
| +type_parameter_test/06: Fail # Issue 22085
|
| +type_variable_bounds2_test/00: Fail # Issue 22085
|
| +type_variable_bounds2_test/02: Fail # Issue 22085
|
| +type_variable_bounds2_test/03: Fail # Issue 22085
|
| +type_variable_bounds2_test/05: Fail # Issue 22085
|
| +type_variable_bounds2_test/06: Fail # Issue 22085
|
| +type_variable_bounds3_test/00: Fail # Issue 22085
|
| +type_variable_bounds_test/01: Fail # Issue 22085
|
| +type_variable_bounds_test/02: Fail # Issue 22085
|
| +type_variable_bounds_test/04: Fail # Issue 22085
|
| +type_variable_bounds_test/05: Fail # Issue 22085
|
| +
|
| +[ $compiler == dart2dart ]
|
| +cyclic_typedef_test/01: Crash # Issue 22085
|
| +cyclic_typedef_test/02: Crash # Issue 22085
|
| +cyclic_typedef_test/03: Crash # Issue 22085
|
| +cyclic_typedef_test/04: Crash # Issue 22085
|
| +cyclic_typedef_test/05: Crash # Issue 22085
|
| +cyclic_typedef_test/06: Crash # Issue 22085
|
| +cyclic_typedef_test/07: Crash # Issue 22085
|
| +cyclic_typedef_test/08: Crash # Issue 22085
|
| +cyclic_typedef_test/09: Crash # Issue 22085
|
| +cyclic_typedef_test/10: Crash # Issue 22085
|
| +cyclic_typedef_test/11: Crash # Issue 22085
|
| +enum_syntax_test/02: Crash # Issue 22085
|
| +enum_syntax_test/03: Crash # Issue 22085
|
| +enum_syntax_test/04: Crash # Issue 22085
|
| +enum_syntax_test/05: Crash # Issue 22085
|
| +enum_syntax_test/22: Crash # Issue 22085
|
| +enum_syntax_test/30: Crash # Issue 22085
|
| +function_type_alias5_test/00: Crash # Issue 22085
|
| +function_type_alias5_test/01: Crash # Issue 22085
|
| +function_type_alias5_test/02: Crash # Issue 22085
|
| +function_type_alias6_test/00: Crash # Issue 22085
|
| +function_type_alias9_test/00: Crash # Issue 22085
|
| +internal_library_test/01: Crash # Issue 22085
|
| +malformed_inheritance_test/03: Crash # Issue 22085
|
| +malformed_inheritance_test/09: Crash # Issue 22085
|
| +malformed_inheritance_test/10: Crash # Issue 22085
|
| +mixin_cyclic_test/01: Crash # Issue 22085
|
| +mixin_illegal_cycles_test/02: Crash # Issue 22085
|
| +mixin_illegal_cycles_test/03: Crash # Issue 22085
|
| +mixin_illegal_cycles_test/04: Crash # Issue 22085
|
| +mixin_illegal_cycles_test/06: Crash # Issue 22085
|
| +mixin_invalid_inheritance1_test/01: Crash # Issue 22085
|
| +mixin_invalid_inheritance1_test/02: Crash # Issue 22085
|
| +mixin_invalid_inheritance1_test/03: Crash # Issue 22085
|
| +mixin_invalid_inheritance2_test/01: Crash # Issue 22085
|
| +mixin_invalid_inheritance2_test/02: Crash # Issue 22085
|
| +mixin_invalid_inheritance2_test/03: Crash # Issue 22085
|
| +number_identifier_test/02: Crash # Issue 22085
|
| +number_identifier_test/04: Crash # Issue 22085
|
| +string_interpolate1_negative_test: Crash # Issue 22085
|
| +string_interpolate2_negative_test: Crash # Issue 22085
|
| +string_interpolation3_negative_test: Crash # Issue 22085
|
| +string_interpolation9_test/10: Crash # Issue 22085
|
| +string_interpolation9_test/11: Crash # Issue 22085
|
| +string_interpolation9_test/12: Crash # Issue 22085
|
| +string_interpolation9_test/13: Crash # Issue 22085
|
| +string_interpolation9_test/14: Crash # Issue 22085
|
| +string_interpolation9_test/15: Crash # Issue 22085
|
| +string_interpolation9_test/16: Crash # Issue 22085
|
| +string_interpolation9_test/17: Crash # Issue 22085
|
| +string_interpolation9_test/18: Crash # Issue 22085
|
| +string_interpolation9_test/19: Crash # Issue 22085
|
| +string_interpolation9_test/1: Crash # Issue 22085
|
| +string_interpolation9_test/20: Crash # Issue 22085
|
| +string_interpolation9_test/2: Crash # Issue 22085
|
| +string_interpolation9_test/3: Crash # Issue 22085
|
| +string_interpolation9_test/4: Crash # Issue 22085
|
| +string_interpolation9_test/5: Crash # Issue 22085
|
| +string_interpolation9_test/6: Crash # Issue 22085
|
| +string_interpolation9_test/7: Crash # Issue 22085
|
| +string_interpolation9_test/8: Crash # Issue 22085
|
| +string_interpolation9_test/9: Crash # Issue 22085
|
| +
|
| +[ $compiler == dart2dart ]
|
| async_control_structures_test: CompileTimeError # Issue 22051
|
| async_test/none: CompileTimeError # Issue 22051
|
| async_test/type-mismatch1: CompileTimeError # Issue 22051
|
|
|