| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index dd3cf4c6930e14cfffbc2e9b0ca379dfba2ee4ec..e5a340ae6a97adf76ce44405285a558a3d3da725 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -109,11 +109,13 @@ positional_parameters_type_test/02: MissingRuntimeError, OK
|
| issue13474_test: RuntimeError, OK
|
| generic_field_mixin3_test: Crash # Issue 18651
|
|
|
| +[ $compiler == dart2js && $unchecked && $minified ]
|
| +f_bounded_quantification5_test: Fail, OK # Issue 12605
|
| +
|
| [ $compiler == dart2js && $minified ]
|
| cyclic_type_test/0*: Fail # Issue 12605
|
| cyclic_type2_test: Fail # Issue 12605
|
| -f_bounded_quantification4_test: Fail # Issue 12605
|
| -f_bounded_quantification5_test: Fail # Issue 12605
|
| +f_bounded_quantification4_test: Fail, OK # Issue 12605
|
| mixin_generic_test: Fail # Issue 12605
|
| mixin_mixin2_test: Fail # Issue 12605
|
| mixin_mixin3_test: Fail # Issue 12605
|
|
|