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

Unified Diff: tests/language/language_dart2js.status

Issue 10979053: Change many instance creation errors from compile-time errors to dynamic errors (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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/language.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
===================================================================
--- tests/language/language_dart2js.status (revision 12972)
+++ tests/language/language_dart2js.status (working copy)
@@ -121,7 +121,14 @@
constructor6_test: Fail # Closures inside initializers not implemented.
default_factory_library_test: Fail # lib is not a type
dynamic_test: Fail # cannot resolve type F1
-factory_redirection_test: Fail # Not implemented.
+factory_redirection_test/none: Fail # Not implemented.
+factory_redirection_test/01: Fail # Not implemented.
+factory_redirection_test/02: Fail # Not implemented.
+factory_redirection_test/03: Fail # Not implemented.
+factory_redirection_test/04: Pass # For the wrong reason. Not implemented.
+factory_redirection_test/05: Fail # Not implemented.
+factory_redirection_test/06: Fail # Not implemented.
+factory_redirection_test/07: Pass # For the wrong reason. Not implemented.
factory3_test: Fail # internal error: visitIs for type variables not implemented
function_literals2_test: Fail # Closures inside initializers not implemented.
function_syntax_test/none: Fail # Closures inside initializers not implemented.
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698