Closed
Bug 1319910
Opened 7 years ago
Closed 7 years ago
TestActorPunning and TestBadActor cxx IPDL unit tests fail
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
Details
Attachments
(1 file)
These two tests expect that when the parent detects an error it will kill the child, but that's been changed so that instead the parent just crashes. Part of this can be worked around by swapping around whether the unit test thinks the parent or child should die abruptly, but this still leaves the problem of the parent process crashing. Bill said this could be worked around by overriding FatalError to not be fatal.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8813877 [details] Bug 1319910 - Crash child, not parent, on FatalError in TestActorPunning and TestBadActor. https://reviewboard.mozilla.org/r/95192/#review96210
Attachment #8813877 -
Flags: review?(wmccloskey) → review+
Pushed by amccreight@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/739730a68de6 Crash child, not parent, on FatalError in TestActorPunning and TestBadActor. r=billm
Comment 4•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/739730a68de6
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•