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

Unified Diff: tests/language/language.status

Issue 10377095: Implement latest rules prohibiting some self referencing typedefs. (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_alias7_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 7523)
+++ tests/language/language.status (working copy)
@@ -89,6 +89,9 @@
field3a_negative_test: Fail
field_method4_negative_test: Fail
final_syntax_test/*: Skip # can't handle base case
+function_type_alias5_test/00: Fail # Legally self referencing typedef
+function_type_alias5_test/01: Fail # Legally self referencing typedef
+function_type_alias5_test/02: Fail # Legally self referencing typedef
function_type_alias_negative_test: Fail # Bug 5231617.
generic_parameterized_extends_test: Skip # Bug 5392297
getters_setters_type3_test: Fail # Issue 2351
@@ -275,8 +278,10 @@
function_type_alias2_test: Fail
function_type_alias3_test: Fail
function_type_alias4_test: Fail
+function_type_alias5_test/00: Fail
+function_type_alias5_test/01: Fail
+function_type_alias5_test/02: Fail
function_type_alias6_test: Fail
-function_type_alias7_test: Fail
function_type_parameter2_test: Fail
function_type_parameter_test: Fail
generic_deep_test: Fail
@@ -492,8 +497,10 @@
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_alias6_test: Fail # visitIs for typedefs not implemented
-function_type_alias7_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_alias7_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698