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

Unified Diff: tests/standalone/io/regress-6521.dart

Issue 11742002: Revert "Enable a couple of tests that were disabled because they" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 12 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/io/regress-1925.dart ('k') | tests/standalone/io/regress_6521_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/regress-6521.dart
diff --git a/tests/standalone/io/regress_6521_test.dart b/tests/standalone/io/regress-6521.dart
similarity index 96%
rename from tests/standalone/io/regress_6521_test.dart
rename to tests/standalone/io/regress-6521.dart
index 9d393b703d01c62e1c4a4e625d2100173e8af9d6..a02025d2cb74ad103b4f4440d687cc7b66adf021 100644
--- a/tests/standalone/io/regress_6521_test.dart
+++ b/tests/standalone/io/regress-6521.dart
@@ -18,6 +18,10 @@ void main() {
req.inputStream.read();
rsp.outputStream.close();
};
+ req.inputStream.onClosed = () {
+ client.shutdown();
+ server.close();
+ };
};
var connection = client.openUrl(
@@ -32,8 +36,6 @@ void main() {
response.inputStream.onClosed = () {
// Wait with closing the client request until the response is done.
clientRequest.outputStream.close();
- client.shutdown();
- server.close();
};
};
}
« no previous file with comments | « tests/standalone/io/regress-1925.dart ('k') | tests/standalone/io/regress_6521_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698