Chromium Code Reviews| Index: tests/language/language.status |
| diff --git a/tests/language/language.status b/tests/language/language.status |
| index 3260576db10b192aff8c5f92c92662b6d4120dba..81546c0f54248d7a3ebcdfea6780607efba8c87d 100644 |
| --- a/tests/language/language.status |
| +++ b/tests/language/language.status |
| @@ -141,19 +141,20 @@ prefix_core_test: Fail # Issue 2264. |
| *: Skip |
| [ $compiler == dart2dart ] |
| +# Broken after usage visitor. |
| +double_int_addition_test: Fail |
|
Anton Muhin
2012/08/07 12:32:11
why?
|
| +naming_test: Fail |
| # 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 |
| +default_factory2_test/01: Fail |
| +default_factory3_test: Fail |
| 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 |
| +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 |
| # Passes VMOptions, should be supported in test framework. |
| assertion_test: Fail |
| bootstrap_test: Fail |