| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 2983e33061f4050cea92e7b1ef5b23dcfb742e28..bf5360fc6c3f44f3b4594709cceee6a5db706015 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -21,6 +21,10 @@ http/test/*: Skip
|
| oauth2/test/*: Skip
|
| path/test/*: Skip
|
|
|
| +# Issue 8440 forces us to use path in the scheduled_test tests, which would
|
| +# otherwise be dart2js-compatible.
|
| +scheduled_test/test/*: Skip
|
| +
|
| # Skip tests that use local file access if we're running in any browser
|
| [ $runtime == opera || $runtime == ff || $runtime == ie9 || $runtime == dartium || $runtime == chrome || $runtime == safari || $runtime == drt || $runtime == jsshell]
|
| http/test/*: Skip
|
|
|