TEST-UNEXPECTED-FAIL | [snip]/mozmill/newmailaccount/test-newmailaccount.js
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
People
(Reporter: jorgk-bmo, Assigned: jorgk-bmo)
Details
(Whiteboard: [Thunderbird-testfailure: Z all])
Attachments
(1 file, 1 obsolete file)
|
2.25 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
Looks like most/all subtests of newmailaccount/test-newmailaccount.js fail now.
The pass locally with C-C at tip and some older M-C version, so it's not something we caused.
https://taskcluster-artifacts.net/WkUMGsBpRj6hE1F6Jb9FtA/0/public/logs/live_backing.log
says nice things like:
EXCEPTION: Timed out waiting for search results to arrive.
EXCEPTION: Timeout waiting for the content tab page to load.
EXCEPTION: Timed out waiting for window open!
EXCEPTION: Timeout waiting for window to close!
and also:
EXCEPTION: Not enough arguments [nsIDOMStorageManager.createStorage]
Maybe that's a hint.
M-C last good: e0a622476b7756daebac7ccb7a9bbeb5df
M-C first bad: db99095ae0b53c30927add34be3dc20a7b
The storage thing looks like:
Andrea Marchesini — Bug 1551055 - StoragePrincipal should be supported by localStorage
If it were an XBL thing, it would be:
Tim Nguyen — Bug 1550561 - Support edit context menu on HTML inputs in chrome documents
| Assignee | ||
Comment 1•7 years ago
|
||
Yes, nsIDOMStorageManager.createStorage() and nsIDOMStorageManager.getStorage() have anther argument now:
https://hg.mozilla.org/mozilla-central/rev/386a0b72c793860f7b40fdf7383b7a9078f02091#l2.19
I'll see where I need to add it.
| Assignee | ||
Comment 2•7 years ago
|
||
I'll land this after my local build is done. Maybe it gets r+ first ;-)
Just passing the principal twice should do it, like here:
https://hg.mozilla.org/mozilla-central/rev/386a0b72c793860f7b40fdf7383b7a9078f02091#l27.12
| Assignee | ||
Comment 3•7 years ago
|
||
Oops, another call site, now it all passes.
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/79d2d07d2b9f
Port bug 1551055: Add another parameter to calls of nsIDOMStorageManager.createStorage(). rs=bustage-fix DONTBUILD
| Assignee | ||
Comment 5•7 years ago
|
||
Landed that now so other people doing try runs don't get the oranges.
Updated•7 years ago
|
Description
•