Closed
Bug 1099852
Opened 10 years ago
Closed 9 years ago
Move distributed files into dist/bin/mail instead of dist/bin
Categories
(Thunderbird :: Build Config, defect)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: hiro, Assigned: hiro)
References
Details
Attachments
(4 files, 2 obsolete files)
11.09 KB,
patch
|
Details | Diff | Splinter Review | |
17.25 KB,
patch
|
Details | Diff | Splinter Review | |
9.79 KB,
patch
|
Details | Diff | Splinter Review | |
4.73 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Updated•10 years ago
|
Assignee: nobody → hiikezoe
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8523404 -
Attachment is obsolete: true
Assignee | ||
Comment 2•10 years ago
|
||
Filed a separate bug for fixing resouce paths. bug 1099861.
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8523406 -
Attachment is obsolete: true
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Comment 5•10 years ago
|
||
Assignee | ||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Just a question, could you add some details why this is needed aside from the failing test? Also, does this work with the new OSX signing changes?
I think a try-run of this would also be good.
Assignee | ||
Comment 8•10 years ago
|
||
Try run:
https://treeherder.mozilla.org/ui/#/jobs?repo=try-comm-central&revision=12e2d0143d42
There are still lots of failures unfortunately. Most of failures are calendar. The calendar xpcshell tests passed on my local linux. But once make upload or something had done on build server, all of those tests failed.
What I can tell is that the difference of directory structure between firefox and thunderbird will keep some test failures.
I have no idea about OSX signing changes, but I am worrying about this change would break your work. Of course I am hoping this change does not break calendar or somewhere else.
Assignee | ||
Comment 9•10 years ago
|
||
Note that the directory structure in dist/bin/xpi-stage when DIST_SUBDIR is set:
OBJDIR/dist/xpi-stage/lightning/DIST_SUBDIR/{chrome, components,...}
Comment 10•10 years ago
|
||
Regarding the OSX signing changes, it requires some mozharness changes. I don't know if packaged tests will be affected by this change directly, but if so we'd have to make more changes in bug 1084066.
Regarding the calendar failures, you will likely have to change these lines to load the correct manifest:
http://mxr.mozilla.org/comm-central/source/calendar/test/unit/head_consts.js#15
Assignee | ||
Comment 11•10 years ago
|
||
Philipp, thanks for the info.
head_consts.js seems to be correct for me. So now I am guessing mozharness changes are necessary unfortunately....
Comment 12•10 years ago
|
||
Jcranmer, this also looks like it could use your build config experience.
Flags: needinfo?(Pidgeot18)
Comment 13•10 years ago
|
||
It's not clear to me that this is useful--it appears to be related to specific test issues that were fixed by other means.
Flags: needinfo?(Pidgeot18)
Comment 14•9 years ago
|
||
(In reply to Joshua Cranmer [:jcranmer] from comment #13)
> It's not clear to me that this is useful--it appears to be related to
> specific test issues that were fixed by other means.
closing wontfix based on this comment.
Please reopen if this is incorrect
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•