Closed
Bug 482112
Opened 16 years ago
Closed 16 years ago
|xpcshell/head.js:160: Error: cannot open file '/buildbot/linux-comm-central-check/build/mozilla/mailnews/test/resources/mailDirService.js' for reading|
Categories
(MailNews Core :: Build Config, defect)
MailNews Core
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0b3
People
(Reporter: sgautherie, Assigned: sgautherie)
References
()
Details
There are
{
Found 14 matching lines in 14 files
}
with code is like
{
do_import_script("../mailnews/test/resources/mailDirService.js");
}
except
{
/mailnews/mime/test/unit/head_mime.js
* line 2 -- do_import_script("mailnews/test/resources/mailDirService.js");
}
Assignee | ||
Comment 1•16 years ago
|
||
Ftr, I found this out from
{
http://tinderbox.mozilla.org/showlog.cgi?log=Thunderbird/1236506614.1236507278.19458.gz
Linux comm-central check on 2009/03/08 03:03:34
TEST-UNEXPECTED-FAIL | ../../../mozilla/_tests/xpcshell/test_mime/unit/test_EncodeMimePartIIStr_UTF8.js | test failed, see log
/buildbot/linux-comm-central-check/build/mozilla/testing/xpcshell/head.js:160: Error: cannot open file '/buildbot/linux-comm-central-check/build/mozilla/mailnews/test/resources/mailDirService.js' for reading
TEST-UNEXPECTED-FAIL | ../../../mozilla/_tests/xpcshell/test_mime/unit/test_nsIMsgHeaderParser1.js | test failed, see log
/buildbot/linux-comm-central-check/build/mozilla/testing/xpcshell/head.js:160: Error: cannot open file '/buildbot/linux-comm-central-check/build/mozilla/mailnews/test/resources/mailDirService.js' for reading
TEST-UNEXPECTED-FAIL | ../../../mozilla/_tests/xpcshell/test_mime/unit/test_nsIMsgHeaderParser2.js | test failed, see log
/buildbot/linux-comm-central-check/build/mozilla/testing/xpcshell/head.js:160: Error: cannot open file '/buildbot/linux-comm-central-check/build/mozilla/mailnews/test/resources/mailDirService.js' for reading
}
Assignee | ||
Comment 2•16 years ago
|
||
http://hg.mozilla.org/comm-central/rev/a6c1867ffe63
(Av1) Add missing semicolon to <head_server_setup.js>
http://hg.mozilla.org/comm-central/rev/ce8ad6fa9801
(Bv1) Fix <head_mime.js>, per bug 444686
***
"Depends on: 413077" would create a circular dependency, so using "Blocks".
Assignee | ||
Comment 3•16 years ago
|
||
PS:
Then, one may wonder whether this import could be commented out (for now), as the 3 tests pass without it ... Yet, the import does no harm...
You need to log in
before you can comment on or make changes to this bug.
Description
•