mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-16 12:12:47 +08:00
56020daea9
Since it’s possible to receive an EXC_CRASH for any signal that generates a core by default even if the signal did not originate from a Mach exception, update the tests to ensure that all such signals can be unwrapped from an exception properly. This happens when a signal such as SIGSEGV is sent with kill(), for example. Change-Id: I1ee32cc6943f21ae349fa6788430d074acff9ed8 Reviewed-on: https://chromium-review.googlesource.com/434717 Reviewed-by: Robert Sesek <rsesek@chromium.org>