| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index 5bb2a3a753df3bec8fdf098b90075d6ae1cb4734..d690ff972ee62b2e4b5ad280d5af89c79e799bcf 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -29,6 +29,6 @@ recursive_import_test: Pass, RuntimeError # Issue 17662
|
| source_mirrors_test: Pass, RuntimeError # Issue 17662
|
|
|
| [ $compiler == dart2js && $cps_ir ]
|
| -dummy_compiler_test: Crash # Internal Error: No default constructor available.
|
| -recursive_import_test: Crash # Internal Error: No default constructor available.
|
| -source_mirrors_test: Crash # Internal Error: No default constructor available.
|
| +dummy_compiler_test: Crash # The null object does not have a getter '_element'.
|
| +recursive_import_test: Crash # The null object does not have a getter '_element'.
|
| +source_mirrors_test: Crash # (Future<bool> run(Ur... cannot handle async/sync*/async* functions
|
|
|