Index: pkg/pkg.status |
=================================================================== |
--- pkg/pkg.status (revision 26337) |
+++ pkg/pkg.status (working copy) |
@@ -107,6 +107,10 @@ |
[ $compiler == dart2js ] |
csslib/test/var_test: Fail # looking for VM-specific stack traces, issue 12469 |
+[ $compiler == dart2js && $runtime == drt ] |
+third_party/html5lib/test/parser_feature_test: Fail # issue 12466 |
+csslib: Pass, Fail # issue 12466 |
+ |
[ $browser ] |
analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. |
analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. |
@@ -204,7 +208,3 @@ |
[ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] |
docgen/test/single_library_test: Skip # Uses dart:io |
- |
-[ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
-# Skipped for in-progress Dartium rull on 8-16-2013 |
-mutation_observer/test/mutation_observer_test: Fail |