| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index e63f9a80ba8c3f4865c2f1578dc319bdeb6d9479..27d82d61d32655c2dd67780871e5812e6cc52b46 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -125,3 +125,8 @@ dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.
|
|
|
| [ $arch == simmips ]
|
| *: Skip
|
| +
|
| +# Skip serialization test that explicitly has no library declaration in the
|
| +# test on Dartium, which requires all tests to have a library.
|
| +[ $runtime == dartium || $runtime == drt ]
|
| +serialization/test/no_library_test: Skip
|
|
|