| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 14915)
|
| +++ tests/language/language.status (working copy)
|
| @@ -65,14 +65,8 @@
|
| [ $compiler == none && $mode == debug ]
|
| gc_test: Skip # Takes too long.
|
|
|
| -
|
| -[ $compiler == none && $checked ]
|
| -redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6596
|
| -
|
| -
|
| [ $compiler == none && $unchecked ]
|
|
|
| -
|
| # Only checked mode reports an error on type assignment
|
| # problems in compile time constants.
|
| compile_time_constant_checked_test/02: Fail, OK
|
| @@ -533,8 +527,8 @@
|
| # Bug in dart2js frontent: does not support this feature.
|
| switch_label_test: Fail
|
| # Common with language_dart2js.
|
| -factory_redirection_test/none: Fail # Not implemented.
|
| factory_redirection_test/0*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented.
|
| +factory_redirection_test/1*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented.
|
| function_type_alias5_test/00: Fail
|
| function_type_alias5_test/01: Fail
|
| function_type_alias5_test/02: Fail
|
|
|