Closed
Bug 512571
Opened 17 years ago
Closed 16 years ago
Pass on symbolsPath to packaged xpcshell-tests
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: lsblakk)
Details
Attachments
(1 file, 2 obsolete files)
|
1.45 KB,
patch
|
nthomas
:
review+
lsblakk
:
checked-in+
|
Details | Diff | Splinter Review |
We don't get crash stacks from packaged xpcshell-tests because the path to the symbols isn't passed on the command line:
http://hg.mozilla.org/build/buildbotcustom/file/9a587b917756/steps/unittest.py#l455
Bug 506042 fixed the make target we use for unpacked unit tests.
| Assignee | ||
Comment 1•17 years ago
|
||
Do you need me to test this on staging?
Assignee: nobody → lsblakk
Attachment #398377 -
Flags: review?(nthomas)
| Reporter | ||
Comment 2•17 years ago
|
||
(In reply to comment #1)
> Do you need me to test this on staging?
Definitely. I suspect a command of format
woo.py --foo=bar path_arg --jim=bob
is sufficiently unconventional to make OptionParser barf.
| Assignee | ||
Comment 3•17 years ago
|
||
I'll test this one on staging
Attachment #398377 -
Attachment is obsolete: true
Attachment #398377 -
Flags: review?(nthomas)
Comment 4•17 years ago
|
||
Comment on attachment 398480 [details] [diff] [review]
Passes --symbols_path to runxpcshelltests.py
>+ self.command.append("""--manifest=xpcshell/tests/all-test-dirs.list %(exedir)s/xpcshell""".replace("\n", " && "))
This probably needs to be in a WithProperties wrapper
| Assignee | ||
Comment 5•16 years ago
|
||
Tested on staging-master2, successfully added --symbols_path to the bash command
Attachment #398480 -
Attachment is obsolete: true
Attachment #402426 -
Flags: review?(nthomas)
| Reporter | ||
Updated•16 years ago
|
Attachment #402426 -
Flags: review?(nthomas) → review+
| Assignee | ||
Updated•16 years ago
|
Attachment #402426 -
Flags: checked-in?
| Assignee | ||
Comment 6•16 years ago
|
||
Comment on attachment 402426 [details] [diff] [review]
Passes --symbols_path to runxpcshelltests.py
http://hg.mozilla.org/build/buildbotcustom/rev/e1fb4b86b0bb
Attachment #402426 -
Flags: checked-in? → checked-in+
| Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•