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

Unified Diff: tests/standalone/vmservice/test_helper.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/multiple_isolate_list_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/vmservice/test_helper.dart
diff --git a/tests/standalone/vmservice/test_helper.dart b/tests/standalone/vmservice/test_helper.dart
index 1b9efa45dba205c5d1d2d113d73c095cbc87097a..52d1983c44174b40adfd661e06568baae640d296 100644
--- a/tests/standalone/vmservice/test_helper.dart
+++ b/tests/standalone/vmservice/test_helper.dart
@@ -160,7 +160,8 @@ class IsolateListTester {
if (isolate['id'] == id) {
exists = true;
Expect.isTrue(isolate['name'].startsWith(name),
- 'Isolate $id does not have name prefix: $name');
+ 'Isolate $id does not have name prefix: $name'
+ ' (was ${isolate['name']})');
}
});
Expect.isTrue(exists, 'No isolate with id: $id');
« no previous file with comments | « tests/standalone/vmservice/multiple_isolate_list_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698