| Index: tests/language/language_dart2js.status
|
| ===================================================================
|
| --- tests/language/language_dart2js.status (revision 12003)
|
| +++ tests/language/language_dart2js.status (working copy)
|
| @@ -53,6 +53,12 @@
|
| compile_time_constant8_test: Fail # We don't take the generic type into account yet.
|
| canonical_const_test: Fail # We don't take the generic type into account yet.
|
|
|
| +function_type_alias_test: Fail # Support for optional parameters not conform to latest spec.
|
| +function_type_alias2_test: Fail # Support for optional parameters not conform to latest spec.
|
| +named_parameters_type_test: Fail # Support for optional parameters not conform to latest spec.
|
| +positional_parameters_type_test: Fail # Support for optional parameters not conform to latest spec.
|
| +optional_named_parameters_test: Fail # Support for optional parameters not conform to latest spec.
|
| +
|
| # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked on linux.
|
| # Crash infinite loop on Mac and dart2js checked mode on linux.
|
| function_type_alias6_test: Crash, Fail
|
|
|