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

Issue 14773038: Fixed debugger_test to wait until target process is dead (Closed)

Created:
7 years, 7 months ago by kustermann
Modified:
7 years, 7 months ago
Reviewers:
ricow1, hausner
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fixed debugger_test to wait until target process is dead R=hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=22775

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -8 lines) Patch
M tests/standalone/debugger/debug_lib.dart View 1 3 chunks +25 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kustermann
7 years, 7 months ago (2013-05-15 14:57:58 UTC) #1
hausner
LGTM but see my comment/question. I don't understand how the library works. Can you please ...
7 years, 7 months ago (2013-05-15 15:43:36 UTC) #2
ricow1
https://codereview.chromium.org/14773038/diff/1/tests/standalone/debugger/debug_lib.dart File tests/standalone/debugger/debug_lib.dart (right): https://codereview.chromium.org/14773038/diff/1/tests/standalone/debugger/debug_lib.dart#newcode505 tests/standalone/debugger/debug_lib.dart:505: print("Could not send kill signal to target process."); On ...
7 years, 7 months ago (2013-05-16 07:19:55 UTC) #3
kustermann
https://codereview.chromium.org/14773038/diff/1/tests/standalone/debugger/debug_lib.dart File tests/standalone/debugger/debug_lib.dart (right): https://codereview.chromium.org/14773038/diff/1/tests/standalone/debugger/debug_lib.dart#newcode505 tests/standalone/debugger/debug_lib.dart:505: print("Could not send kill signal to target process."); On ...
7 years, 7 months ago (2013-05-16 08:06:08 UTC) #4
kustermann
Committed patchset #2 manually as r22775 (presubmit successful).
7 years, 7 months ago (2013-05-16 08:08:01 UTC) #5
hausner
7 years, 7 months ago (2013-05-16 15:38:32 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/14773038/diff/1/tests/standalone/debugger/deb...
File tests/standalone/debugger/debug_lib.dart (right):

https://codereview.chromium.org/14773038/diff/1/tests/standalone/debugger/deb...
tests/standalone/debugger/debug_lib.dart:505: print("Could not send kill signal
to target process.");
Thanks for the explanation Rico and Martin. Thinking about this some more, it
might make sense to simplify close() and always make sure the target process
exits. I will make that change later.

Powered by Google App Engine
This is Rietveld 408576698