mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:00:08 +08:00
709a92981d
Avoids using pointers shared between parent/child. Explicitly builds the test strings in the child process, and then passes both the address and the expected value of the string to the parent process for expectation checking. This is necessary to have the test work on Fuchsia. Also renames ...Forked to ...Child. Bug: crashpad:196, crashpad:215 Change-Id: I7f22c134301a2806eb39549e371414e7ec9bf225 Reviewed-on: https://chromium-review.googlesource.com/896228 Reviewed-by: Joshua Peraza <jperaza@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>