| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 4263ce47cdd2120490265daadfa54f60d4350d23..a64b803179b2037170d01a29b41fb8c7deb74b62 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -18,7 +18,7 @@ dev_compiler/test/*: Skip
|
| analyzer2dart/test/*: Skip
|
|
|
| dart_messages/test/dart_messages_test: Skip # Requires a package root.
|
| -analyzer/tool/task_dependency_graph/check_test: RuntimeError # Fails without a package root
|
| +
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| mutation_observer: Skip # Issue 21149
|
| unittest/*: Skip # Issue 21949
|
| @@ -104,6 +104,7 @@ dart_messages/test/dart_messages_test: Skip # Uses dart:io.
|
|
|
| [ $runtime == vm ]
|
| analyzer/test/file_system/physical_resource_provider_test: Pass, Fail # Issue 25472
|
| +analyzer/tool/task_dependency_graph/check_test: RuntimeError # Fails without a package root
|
| # Skip tests on the VM if the package depends on dart:html
|
| mutation_observer: Skip
|
|
|
|
|