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

Unified Diff: tests/language/language_dart2js.status

Issue 103913005: Introduce class TypeRef in the VM to fully support recursive types. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years 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') | tests/lib/lib.status » ('j') | 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 31085)
+++ tests/language/language_dart2js.status (working copy)
@@ -82,6 +82,7 @@
issue13474_test: RuntimeError, OK
[ $compiler == dart2js && $minified ]
+cyclic_type_test: Fail # Issue 12605.
f_bounded_quantification4_test: Fail # Issue 12605.
f_bounded_quantification5_test: Fail # Issue 12605.
mixin_generic_test: Fail # Issue 12605.
@@ -198,7 +199,6 @@
[ $compiler == dart2dart ]
regress_13494_test: Fail # Issue 13494
malformed_test/none: CompileTimeError # Issue 12695
-mixin_regress_13688_test: RuntimeError # Issue 15244
mixin_super_constructor_named_test: Fail # Issue 12631
mixin_super_constructor_positionals_test: Fail # Issue 12631
@@ -266,7 +266,6 @@
constructor5_test: Fail
constructor6_test: Fail
closure_in_initializer_test: Fail
-f_bounded_equality_test: RuntimeError # Issue 14000
# Minified mode failures.
@@ -297,6 +296,7 @@
malbounded_instantiation_test/01: Fail # Issue 14132
[ $compiler == dart2dart && $minified ]
+cyclic_type_test: Fail # Issue 12605.
super_getter_setter_test: Fail # Issue 11065.
f_bounded_quantification4_test: Fail # Issue 12605.
f_bounded_quantification5_test: Fail # Issue 12605.
« no previous file with comments | « tests/language/language.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698