| Index: tests/language/language_dart2js.status
|
| ===================================================================
|
| --- tests/language/language_dart2js.status (revision 20492)
|
| +++ tests/language/language_dart2js.status (working copy)
|
| @@ -141,13 +141,13 @@
|
| canonical_const_test: Fail # We don't take the generic type into account yet.
|
|
|
| # Support for optional parameters not conform to latest spec.
|
| -function_type_alias_test: Fail
|
| +typedef_is_test: Fail # http://dartbug.com/9058
|
| +function_type_alias_test: Fail # http://dartbug.com/9058
|
| function_type_alias2_test: Fail
|
| named_parameters_type_test: Fail
|
| positional_parameters_type_test: Fail
|
| named_parameters_with_object_property_names_test: Fail
|
|
|
| -
|
| # Compilation errors.
|
| default_factory3_test: Fail # type arguments on redirecting factory not implemented
|
| non_parameterized_factory_test: Fail # type arguments on redirecting factory not implemented
|
|
|