Index: dart/pkg/pkg.status |
diff --git a/dart/pkg/pkg.status b/dart/pkg/pkg.status |
index 57a28b4c018da74799ebf2ab0472b0c5481230b6..adbdf3b834379ffcfa879189ffc0144f49f5bfbf 100644 |
--- a/dart/pkg/pkg.status |
+++ b/dart/pkg/pkg.status |
@@ -100,13 +100,6 @@ unittest/test/mock_stepwise_negative_test: Skip |
[ $compiler == dart2js && $csp ] |
unittest/test/mirror_matchers_test: Skip # Issue 12151 |
-observe/test/observe_test: Fail # Issue 11970 |
-observe/test/path_observer_test: Fail # Issue 11970 |
-mdv/test/binding_syntax_test: Fail # Issue 11970 |
-polymer_expressions/test/eval_test: Fail # Issue 12578 |
-polymer_expressions/test/syntax_test: Fail # Issue 12578 |
-serialization/test/serialization_test: Fail # Issue 6490 |
-serialization/test/no_library_test: Fail # Issue 6490 |
# This test cannot run under CSP because it is injecting a JavaScript polyfill |
mutation_observer: Skip |
@@ -211,7 +204,7 @@ unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J |
# 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 ] |
+[ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
serialization/test/no_library_test: Skip # Expected Failure |
# Skip tests on the VM if the package depends on dart:html |