| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index ab8dbf8b327ef1f0ef044093489e8d0d1c20bc53..c44aaea7f2e09bff52b3a87eaed7b5638f238d91 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -239,3 +239,6 @@ analyzer/test/src/task/yaml_test: Crash # Issue 24485
|
|
|
| [ $noopt || $runtime == dart_precompiled || $runtime == dart_product ]
|
| *: SkipByDesign # The pkg test framework imports dart:mirrors.
|
| +
|
| +[ $compiler == dart2js && $cps_ir && $checked ]
|
| +*: Skip # `assert` not implemented, about 75% tests crash
|
|
|