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

Unified Diff: runtime/observatory/test/isolate_lifecycle_test.dart

Issue 1007863003: Allow Observatory debugger to switch isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 | « runtime/observatory/lib/src/service/object.dart ('k') | runtime/platform/utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/test/isolate_lifecycle_test.dart
diff --git a/runtime/observatory/test/isolate_lifecycle_test.dart b/runtime/observatory/test/isolate_lifecycle_test.dart
index c814ca911c74cf518b652d16a2178097f5db7ea5..b74b5b73161db2870dcf8022f1f0732d28dfe5b4 100644
--- a/runtime/observatory/test/isolate_lifecycle_test.dart
+++ b/runtime/observatory/test/isolate_lifecycle_test.dart
@@ -67,7 +67,7 @@ var tests = [
var resumesIssued = 0;
var isolateList = vm.isolates.toList();
for (var isolate in isolateList) {
- if (isolate.name == 'root') {
+ if (isolate.name.endsWith('main')) {
continue;
}
try {
« no previous file with comments | « runtime/observatory/lib/src/service/object.dart ('k') | runtime/platform/utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698