| Index: tests/language_2/language_2_dart2js.status
|
| diff --git a/tests/language_2/language_2_dart2js.status b/tests/language_2/language_2_dart2js.status
|
| index b0a51f243da0a6892ce1e14b53ec9d68efe25e28..1d1e85fafd21dda99735b7342b3a9b6a4972cac0 100644
|
| --- a/tests/language_2/language_2_dart2js.status
|
| +++ b/tests/language_2/language_2_dart2js.status
|
| @@ -567,6 +567,9 @@ generic_constructor_mixin_test: Crash
|
| function_subtype_inline2_test: RuntimeError
|
| regress_30339_test: Crash
|
| typevariable_substitution2_test/02: Crash
|
| +compile_time_constant_a_test: Crash
|
| +compile_time_constant_b_test: Crash
|
| +compile_time_constant_c_test/02: Crash
|
|
|
| [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
|
| abstract_beats_arguments_test: Crash
|
| @@ -951,6 +954,9 @@ generic_constructor_mixin3_test: Crash
|
| generic_constructor_mixin_test: Crash
|
| regress_30339_test: Crash
|
| typevariable_substitution2_test/02: Crash
|
| +compile_time_constant_a_test: Crash
|
| +compile_time_constant_b_test: Crash
|
| +compile_time_constant_c_test/02: Crash
|
|
|
| [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
|
| async_star_cancel_while_paused_test: RuntimeError # Issue 22853
|
|
|