| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index aadd8043b5ab946a75b58197b33784df9a23b4a0..fe4d0aee896406cd03a24509ac2410f61d50143d 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -2,6 +2,9 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| +[ ($runtime == drt || $runtime == dartium) && $checked ]
|
| +# Issue 9345. We are getting out of memory situations on the dartium buildbot in checked mode.
|
| +async/slow_consumer3_test: Pass, Crash
|
|
|
| # The scalarlist library is not supported by dart2js or dart2dart yet.
|
| [ $compiler == dart2js || $compiler == dart2dart ]
|
|
|