| Index: dart/tests/language/language.status
|
| diff --git a/dart/tests/language/language.status b/dart/tests/language/language.status
|
| index 63b3801735fa83043b6bd9330dd72ce242fa598d..3e2cedbd4a5c0e9ce327ce2cd715856f6b221b05 100644
|
| --- a/dart/tests/language/language.status
|
| +++ b/dart/tests/language/language.status
|
| @@ -157,59 +157,9 @@ string_escape1_negative_test: Skip
|
| *: Skip
|
|
|
| [ $compiler == dart2dart ]
|
| -call_through_getter_test: Fail # TODO(ahe): I'm working on this.
|
| -call_through_null_getter_test: Fail # TODO(ahe): I'm working on this.
|
| -cascade_precedence_test: Fail # TODO(ahe): I'm working on this.
|
| -compound_assignment_operator_test: Fail # TODO(ahe): I'm working on this.
|
| -const_test: Fail # TODO(ahe): I'm working on this.
|
| -field_test: Fail # TODO(ahe): I'm working on this.
|
| -getter_closure_execution_order_test: Fail # TODO(ahe): I'm working on this.
|
| -getter_no_setter_test/00: Fail # TODO(ahe): I'm working on this.
|
| -getter_no_setter_test/none: Fail # TODO(ahe): I'm working on this.
|
| -getter_setter_in_lib_test: Fail # TODO(ahe): I'm working on this.
|
| -getters_setters2_test/01: Fail # TODO(ahe): I'm working on this.
|
| -getters_setters2_test/02: Fail # TODO(ahe): I'm working on this.
|
| -getters_setters2_test/03: Fail # TODO(ahe): I'm working on this.
|
| -getters_setters2_test/none: Fail # TODO(ahe): I'm working on this.
|
| -getters_setters_type2_test: Fail # TODO(ahe): I'm working on this.
|
| -getters_setters_type3_test: Fail # TODO(ahe): I'm working on this.
|
| -getters_setters_type_test/01: Fail # TODO(ahe): I'm working on this.
|
| -getters_setters_type_test/none: Fail # TODO(ahe): I'm working on this.
|
| -implicit_this_test/01: Fail # TODO(ahe): I'm working on this.
|
| -implicit_this_test/02: Fail # TODO(ahe): I'm working on this.
|
| -implicit_this_test/03: Fail # TODO(ahe): I'm working on this.
|
| -implicit_this_test/04: Fail # TODO(ahe): I'm working on this.
|
| -implicit_this_test/none: Fail # TODO(ahe): I'm working on this.
|
| -incr_op_test: Fail # TODO(ahe): I'm working on this.
|
| -instance_compound_assignment_operator_test: Fail # TODO(ahe): I'm working on this.
|
| -interface_inherit_field_test: Fail # TODO(ahe): I'm working on this.
|
| -map_literal2_test: Fail # TODO(ahe): I'm working on this.
|
| -naming3_test: Fail # TODO(ahe): I'm working on this.
|
| -naming_test: Fail # TODO(ahe): I'm working on this.
|
| -optimized_setter_test: Fail # TODO(ahe): I'm working on this.
|
| -parameter_initializer_test: Fail # TODO(ahe): I'm working on this.
|
| -prefix21_test: Fail # TODO(ahe): I'm working on this.
|
| -property_field_override_test: Fail # TODO(ahe): I'm working on this.
|
| -resolution_test: Fail # TODO(ahe): I'm working on this.
|
| -setter0_test: Fail # TODO(ahe): I'm working on this.
|
| -setter1_test: Fail # TODO(ahe): I'm working on this.
|
| -setter_no_getter_call_test/none: Fail # TODO(ahe): I'm working on this.
|
| -side_effect_throw_test: Fail # TODO(ahe): I'm working on this.
|
| -skip_expression_test: Fail # TODO(ahe): I'm working on this.
|
| -static_implicit_closure_test: Fail # TODO(ahe): I'm working on this.
|
| -static_implicit_closure_test: Fail # TODO(ahe): I'm working on this.
|
| -super_field_test: Fail # TODO(ahe): I'm working on this.
|
| -super_setter_test: Fail # TODO(ahe): I'm working on this.
|
| -top_level_func_test: Fail # TODO(ahe): I'm working on this.
|
| -top_level_in_initializer_test: Fail # TODO(ahe): I'm working on this.
|
| -top_level_prefixed_declaration_test: Fail # TODO(ahe): I'm working on this.
|
| -type_variable_scope_test/00: Fail # TODO(ahe): I'm working on this.
|
| -type_variable_scope_test/01: Fail # TODO(ahe): I'm working on this.
|
| -type_variable_scope_test/02: Fail # TODO(ahe): I'm working on this.
|
| -type_variable_scope_test/03: Fail # TODO(ahe): I'm working on this.
|
| -type_variable_scope_test/04: Fail # TODO(ahe): I'm working on this.
|
| -type_variable_scope_test/05: Fail # TODO(ahe): I'm working on this.
|
| -type_variable_scope_test/none: Fail # TODO(ahe): I'm working on this.
|
| +implicit_this_test/03: Fail # TODO(ahe): Handle abstract getters.
|
| +implicit_this_test/04: Fail # TODO(ahe): Handle abstract getters.
|
| +property_field_override_test: Fail # TODO(ahe): Handle abstract getters.
|
|
|
| const_var_test: Fail # Map literals take 2 type arguments.
|
| map_literal3_test: Fail # Map literals take 2 type arguments.
|
| @@ -309,5 +259,3 @@ super_first_constructor_test: Fail
|
| disable_privacy_test: Fail, Ok
|
| # This test hard codes name of file being run and precise position.
|
| generic_test: Fail, Ok
|
| -top_level_getter_arrow_syntax_test: Fail # TODO(ahe): I'm working on this.
|
| -getters_setters_test: Fail # TODO(ahe): I'm working on this.
|
|
|