| Index: tests/language_2/language_2.status
|
| diff --git a/tests/language_2/language_2.status b/tests/language_2/language_2.status
|
| index 4473aa62f73df575935754ed2255890352c5847f..80c942a9a05d47bfe553806ff4db032982b026f3 100644
|
| --- a/tests/language_2/language_2.status
|
| +++ b/tests/language_2/language_2.status
|
| @@ -42,6 +42,12 @@ compile_time_constant_static3_test: Skip # Requires strong mode
|
| compile_time_constant_static4_test: Skip # Requires strong mode
|
| compile_time_constant_static5_test: Skip # Requires strong mode
|
|
|
| +[ $strong ]
|
| +compile_time_constant_static5_test/11: CompileTimeError # Issue 30546
|
| +compile_time_constant_static5_test/16: CompileTimeError # Issue 30546
|
| +compile_time_constant_static5_test/21: CompileTimeError # Issue 30546
|
| +compile_time_constant_static5_test/23: CompileTimeError # Issue 30546
|
| +
|
| [ $compiler == dartdevc ]
|
| compile_time_constant_e_test: RuntimeError # Issue 30466
|
| compile_time_constant_k_test/none: RuntimeError # Issue 30466
|
|
|