| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 18f116e5b2ffa6e2185c04b6289a6bc03eb97a18..daff76fd1b0c9a3bc936fd38cde22e725abd4db1 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -168,8 +168,9 @@ dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.
|
| [ $runtime == dartium || $runtime == drt ]
|
| serialization/test/no_library_test: Skip # Expected Failure
|
|
|
| -# Skip mdv tests on command line VM, they only run in the browser.
|
| +# Skip tests on the VM if the package depends on dart:html
|
| [ $runtime == vm ]
|
| +custom_element: Skip
|
| mdv: Skip
|
|
|
| [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
|
|
|