Test failure: comm/calendar/test/browser/browser_import.js | Test timed out -
Categories
(Calendar :: Import and Export, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [Thunderbird-testfailure: bct all][thunderbird-disabled-test])
Attachments
(1 file)
Filed by: geoff [at] darktrojan.net
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=282262830&repo=comm-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bCynVxmiRyigoNtusekQlA/runs/0/artifacts/public/logs/live_backing.log
I've bisected this failure to https://hg.mozilla.org/mozilla-central/rev/b874f97516f591f72a72676466871f67b43d800b but don't know how that causes the call to picker.open in loadEventsFromFile to fail.
| Assignee | ||
Updated•6 years ago
|
| Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
| Assignee | ||
Comment 3•6 years ago
|
||
This setTimeout in MockFilePicker.jsm never fires in this test. From reading around the changes in bug 1597433 I think that this.window has been suspended and never resumes. I'm not sure why that would happen as this.window is the main Thunderbird window.
Calling window.setTimeout from outside the JSM using the same window works fine too. (So does importing setTimeout from Timer.jsm and using it instead, but that's not really relevant.)
Tetsuharu, could you please have a look? I think there is an underlying issue that isn't specific to Thunderbird.
Comment 4•6 years ago
|
||
Drive-by comment: https://hg.mozilla.org/mozilla-central/rev/b874f97516f591f72a72676466871f67b43d800b#l1.17 removes use of nsIDocShellTreeItem which is on the hit list, see bug 1603649 comment #35.
Comment 5•6 years ago
|
||
(In reply to Geoff Lankow (:darktrojan) from comment #3)
Tetsuharu, could you please have a look? I think there is an underlying issue that isn't specific to Thunderbird.
Umm, I was going to replaced nsIDocShellTreeItem simply, and I'm not sure about Thunderbird well...
Sorry, I cannot reply what causes this regression soon.
| Assignee | ||
Comment 6•6 years ago
|
||
Using window.setTimeout is causing a Thunderbird test to stall for not entirely clear reasons. Instead use Timer.jsm setTimeout.
Updated•6 years ago
|
Comment 8•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 9•6 years ago
|
||
Updated•5 years ago
|
Description
•