| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index fd9c0a653fcebb4b8c333cd33156958c0bc50703..4ba63c5e7b06959596f1b6dc757b1f9780f28bf4 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -11,7 +11,6 @@ mixin_super_constructor_positionals_test: Fail # Issue 12631
|
| built_in_identifier_prefix_test: Fail # Issue 6970
|
| library_juxtaposition_test: Fail # Issue 6877
|
| throwing_lazy_variable_test: Fail # Issue 5802
|
| -const_conditional_test/08: MissingCompileTimeError # Issue 13746
|
|
|
| # These bugs refer currently ongoing language discussions.
|
| constructor_initializer_test/none: Fail # Issue 12633
|
| @@ -29,6 +28,7 @@ mixin_forwarding_constructor2_test: Fail # Issue 13641
|
| [ $compiler == none && $runtime == vm ]
|
| class_keyword_test/02: MissingCompileTimeError # Issue 13627
|
|
|
| +
|
| [ $compiler == none && $runtime == vm && $checked ]
|
| compile_time_constant_checked3_test/01: MissingCompileTimeError # Issue 13685
|
| compile_time_constant_checked3_test/02: MissingCompileTimeError # Issue 13685
|
| @@ -37,6 +37,9 @@ compile_time_constant_checked3_test/04: MissingCompileTimeError # Issue 13685
|
| compile_time_constant_checked3_test/05: MissingCompileTimeError # Issue 13685
|
| compile_time_constant_checked3_test/06: MissingCompileTimeError # Issue 13685
|
|
|
| +[ $compiler == none && $runtime == vm && $unchecked ]
|
| +const_conditional_test/08: MissingCompileTimeError # Issue 13746
|
| +
|
| [ $compiler == none && $unchecked ]
|
| # Only checked mode reports an error on type assignment
|
| # problems in compile time constants.
|
|
|