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

Unified Diff: tests/language/language_dart2js.status

Issue 137543004: Support bounded mixins in the VM (fix issue 14453). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 11 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_analyzer.status ('k') | tests/language/mixin_bound_test.dart » ('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 31792)
+++ tests/language/language_dart2js.status (working copy)
@@ -52,6 +52,7 @@
default_factory2_test/01: Fail # Issue 14121
typevariable_substitution2_test/01: CompileTimeError # Issue 15875
typevariable_substitution2_test/02: CompileTimeError # Issue 15875
+mixin_bound_test: CompileTimeError # Issue 15875
[ $compiler == dart2js && $unchecked ]
type_checks_in_factory_method_test: RuntimeError # Issue 12746
@@ -94,6 +95,8 @@
mixin_mixin4_test: Fail # Issue 12605.
mixin_mixin5_test: Fail # Issue 12605.
mixin_mixin6_test: Fail # Issue 12605.
+mixin_mixin_bound_test: RuntimeError # Issue 12605.
+mixin_mixin_bound2_test: RuntimeError # Issue 12605.
[ $compiler == dart2js ]
function_type_alias9_test/00: Crash
« no previous file with comments | « tests/language/language_analyzer.status ('k') | tests/language/mixin_bound_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698