Perma comm/mail/components/extensions/test/browser/browser_ext_menus.js | ["editable","selection","editable","selection"] deepEqual ["editable"]
Categories
(Thunderbird :: Add-Ons: Extensions API, defect, P5)
Tracking
(thunderbird_esr91 unaffected, thunderbird100 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | unaffected |
thunderbird100 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
rjl
:
approval-comm-beta+
|
Details | Review |
Filed by: geoff [at] darktrojan.net
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=373392391&repo=comm-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/eIqMIIMNQYauuAml3n8RgA/runs/0/artifacts/public/logs/live_backing.log
Assignee | ||
Comment 1•3 years ago
|
||
This doesn't happen with a backout of bug 1762152 (https://hg.mozilla.org/mozilla-central/rev/b0f91d086c82).
The failure starts here, this for loop runs once without a problem then with a problem the second time. Something isn't getting cleaned up after the first run. I think we might be missing out on a popuphidden
event.
Assignee | ||
Comment 2•3 years ago
|
||
Nope, some code is being called again at the popupshown
event of a submenu.
Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/e314315f9670
Fix test broken by bug 1762152. r=john.bieling
Updated•3 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 6•3 years ago
|
||
Comment on attachment 9270826 [details]
Bug 1763044 - Fix test broken by bug 1762152. r=john.bieling
[Triage Comment]
Helps with test failures on local build (sometimes).
Comment 7•3 years ago
|
||
bugherder uplift |
Thunderbird 100.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/3dd0ea80dc0d
Description
•