Closed
Bug 1253148
Opened 10 years ago
Closed 10 years ago
Cleanup running extensions after test failures
Categories
(WebExtensions :: Untriaged, defect)
WebExtensions
Untriaged
Tracking
(firefox47 fixed)
RESOLVED
FIXED
mozilla47
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
Details
Attachments
(1 file)
Currently, a timeout or exception which prevents a test from unloading an extension causes the rest of the tests in the group to fail with "Error: unable to handle multiple listeners for SPExtensionMessage". We should handle this more gracefully, probably by registering a cleanup function to shutdown any extensions which are still running when the test ends.
| Assignee | ||
Comment 1•10 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/37789/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/37789/
Attachment #8726061 -
Flags: review?(wmccloskey)
Comment on attachment 8726061 [details]
MozReview Request: Bug 1253148: [webext] Cleanup running extensions on test failure. r?billm
https://reviewboard.mozilla.org/r/37789/#review34529
Attachment #8726061 -
Flags: review?(wmccloskey) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/cd697b51aed416ac3be564b7b2dff6b44178481b
Bug 1253148: [webext] Cleanup running extensions on test failure. r=billm
Comment 4•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•