| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 7399)
|
| +++ tests/language/language.status (working copy)
|
| @@ -270,11 +270,12 @@
|
| for2_test: Fail
|
| function_syntax_test: Fail
|
| function_test: Fail
|
| -function_type_alias_negative_test: Fail
|
| +function_malformed_result_type_test: Fail
|
| function_type_alias_test: Fail
|
| function_type_alias2_test: Fail
|
| function_type_alias3_test: Fail
|
| function_type_alias4_test: Fail
|
| +function_type_alias6_test: Fail
|
| function_type_parameter2_test: Fail
|
| function_type_parameter_test: Fail
|
| generic_deep_test: Fail
|
| @@ -490,6 +491,7 @@
|
| 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_alias6_test: Fail # visitIs for typedefs not implemented
|
| function_type_alias_test: Fail # cannot resolve type Fun
|
| function_type_parameter2_test: Fail # Internal Error: expected optional parameters
|
| function_type_parameter_test: Fail # Internal Error: expected optional parameters
|
|
|