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

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

Issue 1060783002: Mostly fix signal-forwarding for "pub run". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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
Index: sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart
diff --git a/sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart b/sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart
index a259291e4b623e04655ff066408742a74d73e7e3..ccfbe580e7a298164fda46dc692f6c184e8d5dab 100644
--- a/sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart
+++ b/sdk/lib/_internal/pub/test/run/forwards_signal_posix_test.dart
@@ -9,7 +9,6 @@ import '../test_pub.dart';
const _catchableSignals = const [
ProcessSignal.SIGHUP,
- ProcessSignal.SIGINT,
ProcessSignal.SIGTERM,
ProcessSignal.SIGUSR1,
ProcessSignal.SIGUSR2,
@@ -21,7 +20,6 @@ import 'dart:io';
main() {
ProcessSignal.SIGHUP.watch().listen(print);
- ProcessSignal.SIGINT.watch().listen(print);
ProcessSignal.SIGTERM.watch().listen(print);
ProcessSignal.SIGUSR1.watch().listen(print);
ProcessSignal.SIGUSR2.watch().listen(print);
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/executable.dart ('k') | sdk/lib/_internal/pub/test/run/forwards_signal_windows_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698