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

Unified Diff: runtime/observatory/tests/service/tcp_socket_service_test.dart

Issue 1565403003: Print the data we get back from the tcp socket meta data service (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/tests/service/tcp_socket_service_test.dart
diff --git a/runtime/observatory/tests/service/tcp_socket_service_test.dart b/runtime/observatory/tests/service/tcp_socket_service_test.dart
index f8dff03d4acd382f388b8340500973263b273c29..c80cad5626763c4b298195935c205b3911766dd1 100644
--- a/runtime/observatory/tests/service/tcp_socket_service_test.dart
+++ b/runtime/observatory/tests/service/tcp_socket_service_test.dart
@@ -36,6 +36,9 @@ var tcpTests = [
// The server socket accepting connections, on port X
// The accepted connection on the client, on port Y
// The client connection, on port X
+ if (result['data'].length != 5) {
+ print(result['data']);
+ }
expect(result['data'].length, equals(5));
// The first socket will have a name like listening:127.0.0.1:X
// The second will have a name like 127.0.0.1:Y
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698