Closed
Bug 547740
Opened 15 years ago
Closed 15 years ago
Ensure all unit test mozconfigs specify to enable crash reporter and NSS debug symbols
Categories
(Mozilla Messaging Graveyard :: Release Engineering, defect)
Mozilla Messaging Graveyard
Release Engineering
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
3.93 KB,
patch
|
gozer
:
review+
|
Details | Diff | Splinter Review |
Whilst we've been monitoring the MozMill tests, we've seen an occasional crasher on one of the boxes. The effect of this was a modal dialog that was then causing a timeout of the tests.
I'm pretty sure bug 547052 changed the actual dialog we were getting to a different dialog.
After that, I added "export MOZILLA_OFFICIAL=1" to the windows trunk mozconfig for unit test builds. The next crash that occurred did not produce a dialog, and MozMill correctly detected Thunderbird as having prematurely exited.
There's a bit more work to do to get stack reporting (bug 530055), but I'd like to set up all the unit test mozconfigs so that they a) enable crash reporter via the MOZILLA_OFFICIAL flag, b) enable symbols on NSS builds by adding "export MOZ_DEBUG_SYMBOLS=1".
Patch attached that does this.
Attachment #428234 -
Flags: review?(gozer)
Updated•15 years ago
|
Attachment #428234 -
Flags: review?(gozer) → review+
Assignee | ||
Comment 1•15 years ago
|
||
Checked in: http://hg.mozilla.org/build/buildbot-configs/rev/bf814a3e8782
I've clobbered all "check" builders, so builds may be slower for a while.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•