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

Unified Diff: tests/language/language.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/factory_redirection_test.dart ('k') | tests/language/language_dart2js.status » ('j') | 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 12972)
+++ tests/language/language.status (working copy)
@@ -156,6 +156,8 @@
disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support.
duplicate_implements_test/03: Fail, OK # we are going to remove interfaces
duplicate_implements_test/04: Fail, OK # we are going to remove interfaces
+factory_redirection_test/01: Crash # Not implemented.
+factory_redirection_test/04: Fail # Not implemented.
factory5_test/00: Fail # issue 3079
field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
field7_negative_test: Fail, OK # language changed, test issue 5249
@@ -403,7 +405,14 @@
# Bug in dart2js frontent: does not support this feature.
switch_label_test: Fail
# Common with language_dart2js.
-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.
function_type_alias5_test/00: Fail
function_type_alias5_test/01: Fail
function_type_alias5_test/02: Fail
« no previous file with comments | « tests/language/factory_redirection_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698