Handle comm-esr115 failure in mailnews/base/test/unit/test_accountMgr2.js
Categories
(Thunderbird :: Account Manager, defect)
Tracking
(thunderbird_esr115 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr115 | --- | fixed |
People
(Reporter: betterbird.project+14, Assigned: mkmelin)
References
Details
Attachments
(2 files)
1.82 KB,
patch
|
rjl
:
review+
rjl
:
approval-comm-esr115+
|
Details | Diff | Splinter Review |
1.29 KB,
patch
|
rjl
:
review+
rjl
:
approval-comm-esr115+
|
Details | Diff | Splinter Review |
This
https://searchfox.org/comm-esr115/rev/eabfed25d212a3671c1c0da2091e629f7a08caf4/mailnews/base/test/unit/test_accountMgr2.js#164-168
fails on ESR 115, since createIncomingServer() doesn't support unicode parameters. They are only supported after this change:
https://hg.mozilla.org/comm-central/rev/ae2ec9897473#l24.51
The test failure is visible as X1 on the ESR 115 tree since 115.7.0.
Reporter | ||
Updated•9 months ago
|
Reporter | ||
Comment 1•9 months ago
|
||
Is there any particular reason why in that changeset APIs related to ASCII keys were changed from ACString to AUTF8String, like for example here:
https://hg.mozilla.org/comm-central/rev/ae2ec9897473#l24.12
Assignee | ||
Comment 2•9 months ago
•
|
||
Bug 1865068 is not very appropriate to uplift. Probably best to disable that part of the test and leave the functionality broken for 115 (like it was forever).
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 3•9 months ago
|
||
Comment 4•9 months ago
|
||
How about just backporting the IDL change? These three lines:
https://hg.mozilla.org/comm-central/rev/ae2ec9897473#l24.51
Comment 5•9 months ago
|
||
Updated•9 months ago
|
Comment 6•9 months ago
|
||
bugherder uplift |
Thunderbird 115.8.1:
https://hg.mozilla.org/releases/comm-esr115/rev/251aa4080109
Comment 7•9 months ago
|
||
The test still fails:
Unexpected exception NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIIOService.newURI]
@Z:/task_170915039895512/build/tests/xpcshell/tests/comm/mailnews/base/test/unit/test_accountMgr2.js:190:17
Assignee | ||
Comment 8•9 months ago
|
||
The later part of the test also needs disabling
Updated•9 months ago
|
Comment 9•8 months ago
|
||
Comment 10•8 months ago
|
||
bugherder uplift |
Thunderbird 115.8.1+:
https://hg.mozilla.org/releases/comm-esr115/rev/6ca5941d9732
Assignee | ||
Updated•6 months ago
|
Description
•