| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 533782dca6e7975e3096f910e670af31f64e8174..8f173cefa2ba37042cfc0b90d76b64bc85f3eac0 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -25,8 +25,10 @@ mixin_forwarding_constructor2_test: Fail # Issue 13641
|
|
|
| [ $compiler == none && $runtime == vm ]
|
| class_keyword_test/02: MissingCompileTimeError # Issue 13627
|
| -metadata_syntax_test/04: MissingCompileTimeError # Issue 14652
|
| -metadata_syntax_test/05: MissingCompileTimeError # Issue 14652
|
| +
|
| +[ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium) ]
|
| +metadata_syntax_test/04: Fail # Issue 14652
|
| +metadata_syntax_test/05: Fail # Issue 14652
|
|
|
| [ $compiler == none && $checked ]
|
| type_variable_bounds4_test/01: Fail # Issue 14006
|
|
|