| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 53e34af6629da5b5e905a9b25f4a0fba438465cd..2e3fa2e091cb33e15b670f71d39318be5a04d711 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -140,3 +140,6 @@ dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.
|
| # test on Dartium, which requires all tests to have a library.
|
| [ $runtime == dartium || $runtime == drt ]
|
| serialization/test/no_library_test: Skip # Expected Failure
|
| +
|
| +[ $compiler == none && ($runtime == dartium || $runtime == drt) ]
|
| +unittest/test/unittest_test: Timeout # http://dartbug.com/10470
|
|
|