Index: tests/language/language_dart2js.status |
=================================================================== |
--- tests/language/language_dart2js.status (revision 31770) |
+++ 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 |
@@ -138,6 +139,8 @@ |
mixin_mixin3_test: RuntimeError # Issue 13109. |
mixin_mixin7_test: RuntimeError # Issue 13109. |
mixin_regress_13688_test: RuntimeError # Issue 13109. |
+mixin_mixin_bound_test: RuntimeError # Issue 13109. |
+mixin_mixin_bound2_test: RuntimeError # Issue 13109. |
modulo_test: RuntimeError # Issue 15246 |
truncdiv_test: RuntimeError # Issue 15246 |
invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). |