Closed
Bug 1731073
Opened 3 years ago
Closed 3 years ago
Fix tests failing when devtools.every-frame-target.enabled is true
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(firefox94 fixed)
RESOLVED
FIXED
94 Branch
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
(Whiteboard: dt-perf-stability-mvp)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Some tests are failing when turning on devtools.every-frame-target.enabled
because they're only expected targets to be created when Fission is enabled.
Assignee | ||
Comment 1•3 years ago
|
||
A few tests were making assertions on targets
based on Fission being enabled or not. Since we're
creating targets for every iframe (with EFT) independently
of Fission, those tests were breaking.
Depends on D125810
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/78a2e57cb1f5
[devtools] Fix tests assertions when EveryFrameTarget is enabled. r=jdescottes.
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•