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

Unified Diff: sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart

Issue 1075963002: Fix hanging process (kill of parent process leaves child as a zombie) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 | « sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart
diff --git a/sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart b/sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart
index 095caa0b0f63179ef04462d44b405362678e3223..fa025ec90226aa44eb514bd72f8d3619ca775793 100644
--- a/sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart
+++ b/sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart
@@ -11,7 +11,7 @@ const SCRIPT = """
import 'dart:io';
main() {
- ProcessSignal.SIGHUP.watch().listen(print);
+ ProcessSignal.SIGHUP.watch().first.then(print);
print("ready");
}
« no previous file with comments | « sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698