Re: Mozmill calendar tests failure with Lightning (Decathlon)
Decathlon <[email protected]> Mon, 10 Feb 2014 14:28:57 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.devel.calendar |
|---|---|
| Message-ID | <[email protected]> |
> I'm not familiar with running the tests on an installation. I always do it in my build env. > > > But I can tell you that the "cal is not defined" errors happen because lightnings .jsm modules are not available in mozmill during the test execution. > > There are only 2 or 3 tests which don't try to use them and pass. Thanks Markus, unfortunately I stopped to build Thunderbird/Lightning because it started to become a bit frustrating, It takes hours, long time with the machine almost unresponsive and lately I got a lot of criptic error messages that I'm not able to understand or to address (some times it's Python, some times the library x is missing, the option y is not set, the file z doesn't exist, etc.). Now when I have to test a patch that needs to build Lightning (and this happens rarely) I push it to the Thunderbird try-server. What I wanted to do is to add some small test (basically some recurring event) for two patches that change the ical.js and libical files, something very similar to your patch for bug 899770. I will try to use the try-server even for this scope, but I have to see if it is possible to get detailed results about the test. Thanks.