| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index d6c60adddf80d0a16a81a478e163ff67fdd292c3..25aefd73e035dde0dda1137e88bb1b8c9c89b072 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -31,3 +31,8 @@ source_mirrors_test: Pass, RuntimeError # Issue 17662
|
| [ $compiler == dart2dart && $builder_tag != new_backend ]
|
| source_mirrors_test: Slow, Pass
|
| dummy_compiler_test: Slow, Pass
|
| +
|
| +[ $compiler == dart2js && $cps_ir ]
|
| +dummy_compiler_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
|
| +recursive_import_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
|
| +source_mirrors_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
|
|
|