| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index 356649c4a1396ccf3bec414c62b96df107dfc18a..67a08481fefdcad8e8bf946ea0879f97baabb00b 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -140,7 +140,6 @@ compile_time_constant8_test: Fail # We don't take the generic type into account
|
| 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
|
| function_type_alias2_test: Fail
|
| named_parameters_type_test: Fail
|
| positional_parameters_type_test: Fail
|
| @@ -154,19 +153,16 @@ non_parameterized_factory2_test: Fail # type arguments on redirecting factory no
|
| const_var_test: Fail # Map literals take 2 type arguments.
|
| map_literal3_test: Fail # Map literals take 2 type arguments.
|
| ct_const_test: Fail # We don't take the generic type into account yet.
|
| -dynamic_test: Fail # cannot resolve type F1
|
| constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal
|
| factory2_test: Fail # internal error: visitIs for type variables not implemented
|
| factory3_test: Fail # internal error: visitIs for type variables not implemented
|
| factory5_test: Fail # internal error: visitIs for type variables not implemented
|
| function_type_alias2_test: Fail # cannot resolve type f1
|
| -function_type_alias3_test: Fail # cannot resolve type F
|
| function_type_alias4_test: Fail # cannot resolve type F
|
| function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
|
| function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
|
| function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
|
| function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
|
| -function_type_alias_test: Fail # cannot resolve type Fun
|
| generic_test: Fail # cannot resolve type T
|
| get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
| get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
|
|