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

Unified Diff: tests/isolate/isolate.status

Issue 163523003: Add 'startPaused' option to Isolate.spawn*. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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 | « sdk/lib/isolate/isolate.dart ('k') | tests/isolate/start_paused_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/isolate.status
diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
index b2d32bae996093206f04be2144d7f380263959cc..319fe987dc257a3374bb332720fb59e730160ab0 100644
--- a/tests/isolate/isolate.status
+++ b/tests/isolate/isolate.status
@@ -10,8 +10,9 @@ isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
serialization_test: SkipByDesign # Tests dart2js-specific serialization code
isolate_throws_test/01: Skip # Issue 12587
compile_time_error_test/01: Skip # Issue 12587
-capability_test: Fail # Not implemented yet
-pause_test: Fail # Not implemented yet
+capability_test: Fail # Not implemented yet
+pause_test: Fail # Not implemented yet
+start_paused_test: Fail # Not implemented yet
[ $compiler == dart2js && $jscl ]
browser/*: SkipByDesign # Browser specific tests
« no previous file with comments | « sdk/lib/isolate/isolate.dart ('k') | tests/isolate/start_paused_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698