| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index 2b377a1f425f6b57f14a7f5f4cbd06ac976e488b..331242feb970e3bd2a88a639ccbe91faae3d3d5f 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -17,6 +17,10 @@ dart2js_test: SkipByDesign # Uses dart:io.
|
| [ $compiler == dart2js && $mode == debug ]
|
| dummy_compiler_test: Slow, Pass
|
|
|
| +[ $compiler == dart2js && $cps_ir && $host_checked ]
|
| +dummy_compiler_test: Crash # Issue 24485
|
| +recursive_import_test: Crash # Issue 24485
|
| +
|
| [ $compiler == dart2analyzer && $builder_tag == strong ]
|
| *: Skip # Issue 28649
|
|
|
|
|