| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 20236)
|
| +++ tests/language/language.status (working copy)
|
| @@ -98,6 +98,8 @@
|
| list_literal1_negative_test: Fail
|
| map_literal1_negative_test: Fail
|
|
|
| +mixin_type_parameters_errors_test/03: Fail
|
| +mixin_type_parameters_errors_test/04: Fail
|
|
|
| # test issue 8129
|
| redirecting_factory_infinite_steps_test/01: Fail
|
| @@ -354,6 +356,9 @@
|
|
|
| on_catch_malformed_type_test: Fail # Issue 8601
|
|
|
| +# False positive compile-time error is masking expected compile-time error
|
| +mixin_type_parameters_errors_test/*: Skip
|
| +
|
| # Mixins fail on the VM.
|
| mixin_mixin_test: Fail # VM issue
|
| mixin_illegal_constructor_test/none: Fail # VM issue
|
|
|