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

Unified Diff: tests/isolate/ping_pause_test.dart

Issue 190013005: Add Isolate.kill(). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix test kill2_test Created 6 years, 8 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/isolate/kill_test.dart ('k') | tests/isolate/ping_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/ping_pause_test.dart
diff --git a/tests/isolate/ping_pause_test.dart b/tests/isolate/ping_pause_test.dart
index 11fa951f0af29a4ba4ac2dba37ffd4eab5a0f3e5..ec47f7afb612f35becc0f524ffc1af9b5a71d97b 100644
--- a/tests/isolate/ping_pause_test.dart
+++ b/tests/isolate/ping_pause_test.dart
@@ -41,7 +41,7 @@ void main() {
isolate.resume(resume);
pingPort.close();
};
- isolate.ping(pingPort.sendPort, Isolate.PING_CONTROL);
+ isolate.ping(pingPort.sendPort, Isolate.BEFORE_NEXT_EVENT);
echoPort.send(2);
echoPort.send(1);
});
« no previous file with comments | « tests/isolate/kill_test.dart ('k') | tests/isolate/ping_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698