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

Unified Diff: tests/compiler/dart2js_extra/isolate2_negative_test.dart

Issue 11778064: Cleanup the isolate library to pave the way for web worker support. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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
Index: tests/compiler/dart2js_extra/isolate2_negative_test.dart
===================================================================
--- tests/compiler/dart2js_extra/isolate2_negative_test.dart (revision 16793)
+++ tests/compiler/dart2js_extra/isolate2_negative_test.dart (working copy)
@@ -4,6 +4,8 @@
// Dart test program for testing that exceptions in other isolates bring down
// the program.
+// TODO(7769): Remove this test when
+// tests/isolate/isolate2_negative_test passes.
library isolate2_negative_test;
import 'dart:isolate';
@@ -14,4 +16,5 @@
main() {
SendPort port = spawnFunction(entry);
+ port.receive((msg) {});
}

Powered by Google App Engine
This is Rietveld 408576698