Closed
Bug 519182
Opened 16 years ago
Closed 16 years ago
Enable debug symbols for crashes in unit tests
Categories
(Mozilla Messaging Graveyard :: Release Engineering, defect, P3)
Mozilla Messaging Graveyard
Release Engineering
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 530046
People
(Reporter: standard8, Assigned: gozer)
Details
I think this is essentially porting bug 481495 to our buildbot master.
It would be useful when we get crashes in our unit test builders that we get symbols as well.
AFAICT we need to do two things:
1) pick up the latest version of process/factory.py from buildbotcustom
2) ensure all our unit test configs have the correct settings for building symbols (e.g. see attachment 365995 [details] [diff] [review] - I think I noticed some of ours didn't).
Notes:
- CCUnittestBuildFactory has already been updated with a "make buildsymbols" step (and SeaMonkey is running this)
- Our xpcshell-tests already point at the crashsymbols directory if tests crash so that they can pick up the symbols from there.
| Reporter | ||
Comment 1•16 years ago
|
||
This bug is basically the same as bug 530046 - but that bug has more info, so duping forward.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•