Chromium Code Reviews
DescriptionCorrectly detect renderer crash because of CHECK failures on Mac
Previously CHECK failures on Mac (SIGTRAP) were treated as
TERMINATION_STATUS_NORMAL_TERMINATION and content_shell will timeout
instead of printing #CRASH. We had to put TIMEOUT expectation in
LayoutTests/TestExpectations for Mac for layout tests that crash
because of CHECK failures.
Return TERMINATION_STATUS_PROCESS_CRASHED for SIGTRAP.
BTW also for SIGSYS.
BUG=619153
Committed: https://crrev.com/bcb53cbb96304db38bb0a2774c26657f518e851e
Cr-Commit-Position: refs/heads/master@{#408469}
Patch Set 1 #
Total comments: 2
Patch Set 2 : SIGSYS #Messages
Total messages: 13 (7 generated)
|