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

Unified Diff: tests/standalone/vmservice/multiple_isolate_list_test.dart

Issue 19697016: Relax vmservice isolate tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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/standalone/vmservice/isolate_list_test.dart ('k') | tests/standalone/vmservice/test_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/vmservice/multiple_isolate_list_test.dart
diff --git a/tests/standalone/vmservice/multiple_isolate_list_test.dart b/tests/standalone/vmservice/multiple_isolate_list_test.dart
index 786c89a98a9b8a33e90d2f723e0d5a6cb5b003ec..c3e92350d61bb003dead566328560ab9fc5b5f1a 100644
--- a/tests/standalone/vmservice/multiple_isolate_list_test.dart
+++ b/tests/standalone/vmservice/multiple_isolate_list_test.dart
@@ -19,8 +19,7 @@ class MultipleIsolateListTest extends VmServiceRequestHelper {
onRequestCompleted(Map reply) {
IsolateListTester tester = new IsolateListTester(reply);
tester.checkIsolateCount(2);
- tester.checkIsolateIdExists(7116);
- tester.checkIsolateNamePrefix(7116, 'multiple_isolate_list_script.dart');
+ tester.checkIsolateNameContains('multiple_isolate_list_script.dart');
tester.checkIsolateNameContains('myIsolateName');
}
}
« no previous file with comments | « tests/standalone/vmservice/isolate_list_test.dart ('k') | tests/standalone/vmservice/test_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698