| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index cf862253071b1e9a4d38eea481f95551046e9800..e61b84b2e76a48074ca3c2cafaf9309b3c673d1e 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -254,6 +254,9 @@ unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
|
| barback/test/too_many_open_files_test: Pass, Slow, Fail # 14220
|
| third_party/html5lib/test/tokenizer_test: Pass, Slow
|
|
|
| +[ $arch == simmips ]
|
| +barback/test/package_graph/repetition_test: Pass, Crash # http://dartbug.com/15235
|
| +
|
| # Skip serialization test that explicitly has no library declaration in the
|
| # test on Dartium, which requires all tests to have a library.
|
| [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
|
|
|