Index: pkg/pkg.status |
diff --git a/pkg/pkg.status b/pkg/pkg.status |
index 529174485f6a7e957924af94561e2f7d9154293d..7c8a7f784dd086b65dc33c0d82e1a113553e4774 100644 |
--- a/pkg/pkg.status |
+++ b/pkg/pkg.status |
@@ -220,6 +220,7 @@ scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 |
scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/8440 |
scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8440 |
+ |
*/test/analyzer_test: Skip # No need to run analysis tests on browser bots |
# Skip tests on the browser if the test depends on dart:io |
@@ -382,3 +383,7 @@ unittest/test/mock_test: StaticWarning |
watcher/test/directory_watcher_test: StaticWarning |
watcher/test/no_subscription_test: StaticWarning |
watcher/test/ready_test: StaticWarning |
+ |
+[ $runtime == vm ] |
+# Issue surfaced after removing deprecated async features. |
nweiz
2013/10/30 22:48:18
Please file an issue for this, assign it to me, an
floitsch
2013/10/31 00:38:14
Done.
|
+scheduled_test/test/scheduled_test/nested_task_test: RuntimeError |