| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 3530a23354f4101993ecf558ec83e0e178b72038..414bf5bc1dcdab86674720fb465d57887f85687c 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -137,6 +137,19 @@ prefix_core_test: Fail # Issue 2264.
|
| *: Skip
|
|
|
| [ $compiler == dart2dart ]
|
| +# Tests that crash after reverting resolution of type variables in default clause.
|
| +# https://chromiumcodereview.appspot.com/10824062/
|
| +default_factory2_test/01: Crash
|
| +default_factory3_test: Crash
|
| +factory2_test: Crash
|
| +function_type_alias6_test: Crash
|
| +type_variable_scope_test/00: Crash
|
| +type_variable_scope_test/01: Crash
|
| +type_variable_scope_test/02: Crash
|
| +type_variable_scope_test/03: Crash
|
| +type_variable_scope_test/04: Crash
|
| +type_variable_scope_test/05: Crash
|
| +type_variable_scope_test/none: Crash
|
| # Passes VMOptions, should be supported in test framework.
|
| assertion_test: Fail
|
| bootstrap_test: Fail
|
| @@ -190,7 +203,6 @@ cyclic_type_variable_test/02: Fail
|
| cyclic_type_variable_test/03: Fail
|
| cyclic_type_variable_test/04: Fail
|
| cyclic_type_variable_test/none: Fail
|
| -default_factory2_test/01: Fail
|
| final_syntax_test/03: Fail
|
| final_syntax_test/04: Fail
|
| # Call operator is not supported by dart2js frontend.
|
| @@ -240,7 +252,7 @@ super_first_constructor_test: Fail
|
| # Should be triaged.
|
| condition_bailout_test: Fail
|
| const_test: Fail
|
| -default_factory3_test: Fail # Depends on empty class processing.
|
| +# default_factory3_test: Fail # Depends on empty class processing.
|
| dynamic_test: Fail # Depends on empty class processing.
|
| empty_body_member_negative_test: Fail
|
| factory4_test: Fail
|
| @@ -258,7 +270,6 @@ field_override_test/01: Fail
|
| field_override_test/02: Fail
|
| field_override_test/none: Fail
|
| function_literals_test: Fail
|
| -function_type_alias6_test: Fail
|
| generic_instanceof3_test: Fail
|
| getters_setters2_test/03: Fail
|
| implicit_this_test/01: Fail
|
| @@ -326,9 +337,3 @@ type_variable_bounds2_test/none: Fail
|
| type_variable_bounds_test/02: Fail
|
| type_variable_bounds_test/04: Fail
|
| type_variable_bounds_test/05: Fail
|
| -type_variable_scope_test/00: Fail
|
| -type_variable_scope_test/01: Fail
|
| -type_variable_scope_test/02: Fail
|
| -type_variable_scope_test/03: Fail
|
| -type_variable_scope_test/04: Fail
|
| -type_variable_scope_test/05: Fail
|
|
|