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

Unified Diff: tests/standalone/src/io/SocketStreamCloseTest.dart

Issue 9720045: Extend dart:io error handling to all socket functions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments Created 8 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/bin/utils_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/io/SocketStreamCloseTest.dart
diff --git a/tests/standalone/src/io/SocketStreamCloseTest.dart b/tests/standalone/src/io/SocketStreamCloseTest.dart
index 798fe3d81c2616cccbc6ff99cde5d568173ead7d..f8fc7a5cf9e6d4357094afd69740e79bd21e5c75 100644
--- a/tests/standalone/src/io/SocketStreamCloseTest.dart
+++ b/tests/standalone/src/io/SocketStreamCloseTest.dart
@@ -300,7 +300,7 @@ class SocketCloseServer extends Isolate {
}
void errorHandler(Exception e) {
- Expect.fail("Socket error");
+ Expect.fail("Socket error $e");
}
_iterations++;
« no previous file with comments | « runtime/bin/utils_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698