Chromium Code Reviews| Index: tests/language/language.status |
| diff --git a/tests/language/language.status b/tests/language/language.status |
| index c64f4c589b832c45200abdb89adca9d8b5ada805..dec5b569e1cab7eefdaa4259b31e5736cf5463fb 100644 |
| --- a/tests/language/language.status |
| +++ b/tests/language/language.status |
| @@ -56,6 +56,8 @@ type_annotation_test/09: Fail # Issue 6973 |
| type_parameter_literal_test: Fail # Issue 7551 |
| +on_catch_malformed_type_test: Fail # Issue 8356 |
| + |
| mixin_illegal_syntax_test/none: Fail |
| mixin_type_parameters_mixin_test: Fail |
| mixin_type_parameters_super_test: Fail |
| @@ -349,6 +351,8 @@ type_variable_scope_test: Fail # type arguments on redirecting factory not imple |
| many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test depends on method names. |
| overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test depends on method names. |
| +on_catch_malformed_type_test: Fail # Issue 8356 |
|
ngeoffray
2013/02/18 15:48:35
Replace with # VM issue ?
Johnni Winther
2013/02/19 07:08:54
Done.
|
| + |
| # Mixins fail on the VM. |
| mixin_illegal_syntax_test/none: Fail # VM issue |
| mixin_illegal_constructor_test/none: Fail # VM issue |