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

Unified Diff: tests/language/language.status

Issue 11404004: Fix result type checking of redirecting factory in checked mode (issue 6596). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 14915)
+++ tests/language/language.status (working copy)
@@ -65,14 +65,8 @@
[ $compiler == none && $mode == debug ]
gc_test: Skip # Takes too long.
-
-[ $compiler == none && $checked ]
-redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6596
-
-
[ $compiler == none && $unchecked ]
-
# Only checked mode reports an error on type assignment
# problems in compile time constants.
compile_time_constant_checked_test/02: Fail, OK
@@ -533,8 +527,8 @@
# Bug in dart2js frontent: does not support this feature.
switch_label_test: Fail
# Common with language_dart2js.
-factory_redirection_test/none: Fail # Not implemented.
factory_redirection_test/0*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented.
+factory_redirection_test/1*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented.
function_type_alias5_test/00: Fail
function_type_alias5_test/01: Fail
function_type_alias5_test/02: Fail

Powered by Google App Engine
This is Rietveld 408576698