Closed Bug 1551533 Opened 7 years ago Closed 7 years ago

TEST-UNEXPECTED-FAIL | [snip]/mozmill/newmailaccount/test-newmailaccount.js

Categories

(Thunderbird :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 68.0

People

(Reporter: jorgk-bmo, Assigned: jorgk-bmo)

Details

(Whiteboard: [Thunderbird-testfailure: Z all])

Attachments

(1 file, 1 obsolete file)

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

https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=e0a622476b7756daebac7ccb7a9bbeb5df&tochange=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

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.

Attached patch 1551533-createStorage.patch (obsolete) — Splinter Review

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: nobody → jorgk
Status: NEW → ASSIGNED
Attachment #9064747 - Flags: review?(mkmelin+mozilla)

Oops, another call site, now it all passes.

Attachment #9064747 - Attachment is obsolete: true
Attachment #9064747 - Flags: review?(mkmelin+mozilla)
Attachment #9064749 - Flags: review?(mkmelin+mozilla)

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

Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED

Landed that now so other people doing try runs don't get the oranges.

Target Milestone: --- → Thunderbird 68.0
Attachment #9064749 - Flags: review?(mkmelin+mozilla) → review+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: