| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 0d48659e38645d89ad161d4542415b958db033e8..f9b592c1a6ad37bfa9b563db476963e65cfcc990 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -164,6 +164,11 @@ third_party/di_tests/di_test: Pass, Slow # Issue 22896
|
| [ $use_repository_packages ]
|
| analyzer/test/*: PubGetError
|
|
|
| +[ $compiler == dart2js && $cps_ir && $host_checked == false ]
|
| +analyzer/test/dart/element/element_test: Pass, Slow # Times out due to inlining, but see issue 24485
|
| +analyzer/test/src/summary/resynthesize_test: Pass, Slow # Times out due to inlining, but see issue 24485
|
| +analyzer/test/src/task/strong_mode_test: Pass, Slow # Times out due to inlining, but see issue 24485
|
| +
|
| [ $compiler == dart2js && $cps_ir && $host_checked ]
|
| analyzer/test/enum_test: Crash # Issue 24485
|
| analyzer/test/generated/all_the_rest_test: Crash # Issue 24485
|
|
|