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

Unified Diff: tests/lib/lib.status

Issue 27215002: Very simple version of Isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 2 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/timer_isolate_test.dart ('k') | tests/lib/platform/isolate_test.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 01cbc412581b59dca642ea088d55edffef29b226..9c640560b5b24a64fba34b206f5312a3acaeb2da 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -7,7 +7,6 @@ mirrors/delegate_test: RuntimeError # Issue 13864
[ $compiler == dart2js ]
async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Timer. http://dartbug.com/9002
-async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012
async/schedule_microtask6_test: RuntimeError # global error handling is not supported. http://dartbug.com/5958
math/double_pow_test: RuntimeError
@@ -178,7 +177,6 @@ mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000
mirrors/symbol_validation_test: RuntimeError # Issue 13596
-async/timer_isolate_test: Skip # See Issue 4997
async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
[ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
@@ -186,7 +184,6 @@ mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321
mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
mirrors/local_isolate_test: Skip # http://dartbug.com/12188
async/schedule_microtask6_test: Fail # Issue 10910
-async/schedule_microtask4_test: Fail # Issue 13921
platform/isolate_test: Skip # Issue 14444
[ $compiler == none && $runtime == drt && $mode == debug ]
« no previous file with comments | « tests/lib/async/timer_isolate_test.dart ('k') | tests/lib/platform/isolate_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698