Index: pkg/pkg.status |
diff --git a/pkg/pkg.status b/pkg/pkg.status |
index bf5360fc6c3f44f3b4594709cceee6a5db706015..69fbaee40d995fc79e6f73eb74046165c9a20d04 100644 |
--- a/pkg/pkg.status |
+++ b/pkg/pkg.status |
@@ -37,6 +37,10 @@ analyzer-experimental/test/options_test: Skip # Imports dart:io. |
analyzer-experimental/test/generated/parser_test: Skip # Imports dart:io. |
analyzer-experimental/test/generated/scanner_test: Skip # Imports dart:io. |
+# Issue 8440 forces us to use path in the scheduled_test tests, which would |
+# otherwise be dart2js-compatible. |
Emily Fortuna
2013/02/09 02:21:55
when you get a chance, change this comment to expl
|
+scheduled_test/test/*: Skip |
+ |
[ $runtime == opera && $compiler == dart2js ] |
intl/test/find_default_locale_browser_test: Fail |
intl/test/date_time_format_http_request_test: Skip # Timeout. |