| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 12972)
|
| +++ tests/language/language.status (working copy)
|
| @@ -156,6 +156,8 @@
|
| disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support.
|
| duplicate_implements_test/03: Fail, OK # we are going to remove interfaces
|
| duplicate_implements_test/04: Fail, OK # we are going to remove interfaces
|
| +factory_redirection_test/01: Crash # Not implemented.
|
| +factory_redirection_test/04: Fail # Not implemented.
|
| factory5_test/00: Fail # issue 3079
|
| field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
|
| field7_negative_test: Fail, OK # language changed, test issue 5249
|
| @@ -403,7 +405,14 @@
|
| # Bug in dart2js frontent: does not support this feature.
|
| switch_label_test: Fail
|
| # Common with language_dart2js.
|
| -factory_redirection_test: Fail # Not implemented.
|
| +factory_redirection_test/none: Fail # Not implemented.
|
| +factory_redirection_test/01: Fail # Not implemented.
|
| +factory_redirection_test/02: Fail # Not implemented.
|
| +factory_redirection_test/03: Fail # Not implemented.
|
| +factory_redirection_test/04: Pass # For the wrong reason. Not implemented.
|
| +factory_redirection_test/05: Fail # Not implemented.
|
| +factory_redirection_test/06: Fail # Not implemented.
|
| +factory_redirection_test/07: Pass # For the wrong reason. Not implemented.
|
| function_type_alias5_test/00: Fail
|
| function_type_alias5_test/01: Fail
|
| function_type_alias5_test/02: Fail
|
|
|