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

Unified Diff: tests/language/language.status

Issue 14268020: Fix issue 10216. If the type mask is a subtype, and its base mixes in class A, it should consider a… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 22106)
+++ tests/language/language.status (working copy)
@@ -65,6 +65,7 @@
on_catch_malformed_type_test: Fail # Issue 8601
mixin_mixin_test: Fail
+mixin_issue10216_2_test: Fail
type_variable_field_initializer_closure_test: Crash # issue 8847
@@ -298,6 +299,7 @@
# test issue 8127 (using mixin application as mixin)
mixin_mixin_test: Fail
+mixin_issue10216_2_test: Fail
# test issue 8801
super_operator_index_test/04: Fail
@@ -370,6 +372,7 @@
# Mixins fail on the VM.
mixin_mixin_test: Fail # VM issue
+mixin_issue10216_2_test: Fail # VM issue
mixin_illegal_constructor_test/none: Fail # VM issue

Powered by Google App Engine
This is Rietveld 408576698