WebExtensions tests failing on debug: browser_ext_windows.js, browser_ext_tabs_events.js, etc.
Categories
(Thunderbird :: Add-Ons: Extensions API, defect, P2)
Tracking
(thunderbird_esr78 fixed, thunderbird80 fixed)
People
(Reporter: intermittent-bug-filer, Assigned: darktrojan)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
(deleted),
patch
|
pmorris
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
Filed by: geoff [at] darktrojan.net
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=311450426&repo=comm-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/K-Spw6PqQk2eyWsQu--hNQ/runs/0/artifacts/public/logs/live_backing.log
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Some of these tests have always had problems with the main window's focus, especially since we hid the folder tree by default for some reason. I've used a variety of hacks to mitigate this, all of which I'm removing here, and replacing it with Services.focus.focusedWindow = window
, which seems to work.
There's some failures I've never seen before on the Try run, but they went away on a retrigger, so I'm hoping it's just intermittent weirdness. Unrelated to this patch in any case.
Comment 2•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/106e9ab1abc4
Stop WebExtensions tests timing out at completion. r=pmorris
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 5•4 years ago
|
||
Comment 6•4 years ago
|
||
Comment on attachment 9166963 [details] [diff] [review]
1656140-webext-tests-focus-1.diff
[Triage Comment]
Approved for beta
Comment 7•4 years ago
|
||
bugherder uplift |
Thunderbird 80.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/eaacfcc60f26
Updated•4 years ago
|
Comment 8•4 years ago
|
||
Comment on attachment 9166963 [details] [diff] [review]
1656140-webext-tests-focus-1.diff
[Triage Comment]
Approved for esr78
Comment 9•4 years ago
|
||
bugherder uplift |
Thunderbird 78.1.2:
https://hg.mozilla.org/releases/comm-esr78/rev/92755103ac8b
Description
•