Closed
Bug 1589631
Opened 5 years ago
Closed 5 years ago
Instead of using ContentTask.spwan, using SpecialPowers.spwan in dom/serviceworkers/tests mochitests.
Categories
(Core :: DOM: Service Workers, defect, P2)
Core
DOM: Service Workers
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: edenchuang, Assigned: edenchuang)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
dom/serviceworkers/test/browser_storage_recovery.js uses ContentTask.spwan for the content page, which is not suggested by testing in the Fission world.
Need to replace ContentTask.spwan by SpecialPowers.spwan.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → echuang
Status: NEW → ASSIGNED
Priority: -- → P2
Assignee | ||
Updated•5 years ago
|
Blocks: fission-mochitests
Fission Milestone: --- → M4
Comment 1•5 years ago
|
||
Roll unfixed test bugs from Fission Milestone M4 to M4.1
Fission Milestone: M4 → M4.1
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by rmaries@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0f7e19045ee8
enable dom/serviceworkers/test/browser_storage_recovery.js for fission r=dom-workers-and-storage-reviewers,ytausky
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•