Closed
Bug 1070881
Opened 11 years ago
Closed 11 years ago
Running xpcshell tests failing because Lightning directory missing from dist/bin/extensions/
Categories
(Calendar :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aryx, Unassigned)
References
Details
Latest comm-central and mozilla-central
Windows 8.1
Building Thunderbird and Lightning works fine, launching thunderbird.exe from objdir/dist/bin/ also works. New profiles created contain Lightning. Running mozmill tests works.
But |mozmake -C objdir xpcshell-tests TEST_PATH=calendar| fails. It finds the tests, but it tries to load a Lightning directory from objdir/dist/bin/extensions/ which isn't there:
Loadingc:\\Mozilla\\Coding\\Code\\comm-central\\obj-i686-pc-mingw32\\dist\\bin\\extensions\\{e2fda1a4-762b-4020-b5ad-a41df1933103}\\chrome.manifest
The .mozconfig only contains
ac_add_options --enable-application=mail
ac_add_options --enable-calendar
Comment 1•11 years ago
|
||
I had the same issue with the mozmill tests. (bug 1075048)
Since that is fixed, this one here should also be fixed.
A short try shows the xpcshell-Tests running on my build-machine.
--> FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•