Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: tests/lib/lib.status

Issue 163733003: Let deferred load work from worker isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix status file Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/lib/async/deferred/deferred_in_isolate_test.dart ('k') | tools/testing/dart/http_server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index bfa79c33eb9bc3fdff3a0d54f95539ce29d00116..c90f58464b73a6df26af07a4a68025db61b60826 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -271,6 +271,13 @@ mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag
# Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
async/timer_isolate_test: Fail
+[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm) ]
+# Deferred loading is not implemented in the VM so the error-handling will never be triggered.
+async/deferred/deferred_fail_to_load_test: Fail, OK
Florian Schneider 2014/02/14 12:56:22 If it is always failing, the expectation should be
sigurdm 2014/02/14 13:08:17 Done.
+# Deferred loading is not implemented in the VM so the error-handling will never be triggered.
+# Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
+async/deferred/deferred_in_isolate_test: Fail, OK
Florian Schneider 2014/02/14 12:56:22 If it is always failing, the expectation should be
sigurdm 2014/02/14 13:08:17 Done.
+
[ $compiler == dart2js ]
async/schedule_microtask_test: Fail # Issue 9002
« no previous file with comments | « tests/lib/async/deferred/deferred_in_isolate_test.dart ('k') | tools/testing/dart/http_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698