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

Issue 553153002: Add Multiprocess::SetExpectedChildTermination() (Closed)

Created:
6 years, 3 months ago by Mark Mentovai
Modified:
6 years, 3 months ago
Reviewers:
Robert Sesek
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Project:
crashpad
Visibility:
Public.

Description

Add Multiprocess::SetExpectedChildTermination(). An expectation of the child’s termination reason can now be specified. It is now possible to test with children that do not exit cleanly, if they are not expected to exit cleanly. TEST=util_test Multiprocess.* R=rsesek@chromium.org Committed: https://chromium.googlesource.com/crashpad/crashpad/+/7fdc7f277edc61d56c97677466d14bd2e669ddac

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -15 lines) Patch
M util/test/multiprocess.h View 3 chunks +34 lines, -2 lines 3 comments Download
M util/test/multiprocess.cc View 2 chunks +38 lines, -13 lines 0 comments Download
M util/test/multiprocess_test.cc View 2 chunks +64 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Mark Mentovai
This will be used by the exc_variants test for a “live” test that the handler ...
6 years, 3 months ago (2014-09-09 20:26:19 UTC) #2
Robert Sesek
LGTM https://codereview.chromium.org/553153002/diff/1/util/test/multiprocess.h File util/test/multiprocess.h (right): https://codereview.chromium.org/553153002/diff/1/util/test/multiprocess.h#newcode163 util/test/multiprocess.h:163: int code_; Flip the order of these two ...
6 years, 3 months ago (2014-09-09 20:42:44 UTC) #3
Mark Mentovai
https://codereview.chromium.org/553153002/diff/1/util/test/multiprocess.h File util/test/multiprocess.h (right): https://codereview.chromium.org/553153002/diff/1/util/test/multiprocess.h#newcode163 util/test/multiprocess.h:163: int code_; rsesek wrote: > Flip the order of ...
6 years, 3 months ago (2014-09-09 20:49:34 UTC) #4
Robert Sesek
https://codereview.chromium.org/553153002/diff/1/util/test/multiprocess.h File util/test/multiprocess.h (right): https://codereview.chromium.org/553153002/diff/1/util/test/multiprocess.h#newcode163 util/test/multiprocess.h:163: int code_; On 2014/09/09 20:49:33, Mark Mentovai wrote: > ...
6 years, 3 months ago (2014-09-09 20:50:24 UTC) #5
Mark Mentovai
I’ve been doing it on all classes. I’d really like there to be an I_DONT_CARE_ABOUT_MY_LAYOUT ...
6 years, 3 months ago (2014-09-09 20:51:51 UTC) #6
Mark Mentovai
6 years, 3 months ago (2014-09-09 21:04:51 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 7fdc7f2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698