Closed
Bug 1691060
Opened 4 years ago
Closed 4 years ago
Intermittent browser_ext_composeAction.js, browser_ext_messageDisplayAction.js | Cleanup function threw an exception - at resource://testing-common/ExtensionTestCommon.jsm:210 - TypeError: can't access property "uninstall", this.addon is null
Categories
(Thunderbird :: Add-Ons: Extensions API, defect, P5)
Thunderbird
Add-Ons: Extensions API
Tracking
(thunderbird_esr78 wontfix)
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird_esr78 | --- | wontfix |
People
(Reporter: intermittent-bug-filer, Assigned: darktrojan)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Filed by: mkmelin [at] iki.fi
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=328992992&repo=comm-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/KvPPxy2zQBeJ6uc6kLi0ow/runs/0/artifacts/public/logs/live_backing.log
IIRC this was seen at least yesterday as well.```
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 11•4 years ago
|
||
The test is failing with "TypeError: obj.close is not a function". This is the missing function.
Updated•4 years ago
|
Assignee: nobody → geoff
Status: NEW → ASSIGNED
| Assignee | ||
Updated•4 years ago
|
Summary: Intermittent comm/mail/components/extensions/test/browser/browser_ext_composeAction.js | Cleanup function threw an exception - at resource://testing-common/ExtensionTestCommon.jsm:210 - TypeError: can't access property "uninstall", this.addon is null → Intermittent browser_ext_composeAction.js, browser_ext_messageDisplayAction.js | Cleanup function threw an exception - at resource://testing-common/ExtensionTestCommon.jsm:210 - TypeError: can't access property "uninstall", this.addon is null
Comment 13•4 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/64db59b1aa28
Add missing function to BasePopup class. r=john.bieling
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•4 years ago
|
status-thunderbird_esr78:
--- → wontfix
Target Milestone: --- → 89 Branch
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•