Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: tests/language/language.status

Issue 10388019: Allow self referencing typedefs (issue 2490). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/language/function_type_alias_negative_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tests/language/function_type_alias_negative_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698