Closed
Bug 1677587
Opened 5 years ago
Closed 5 years ago
Enable damp | inspector/complicated.js on non-fission platforms
Categories
(DevTools :: General, task, P3)
DevTools
General
Tracking
(firefox85 fixed)
RESOLVED
FIXED
85 Branch
| Tracking | Status | |
|---|---|---|
| firefox85 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(1 file)
In Bug 1503499 damp | inspector/complicated.js was disabled "on all platforms". We don't really have a way to selectively skip platforms for DAMP subtests for now.
It's a shame to lose perf test coverage on this very important test on all platforms though. Let's find a way to skip it only when Fission is enabled.
| Assignee | ||
Comment 1•5 years ago
|
||
Leverage the "disabled" property available on the DAMP test index to conditionally skip inspector/complicated on fission platforms.
Updated•5 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Updated•5 years ago
|
Attachment #9188153 -
Attachment description: Bug 1677587 - [devtools] Disable DAMP inspector/complicated only if fission.autostart is true → Bug 1677587 - [devtools] Disable DAMP inspector & styleeditor complicated tests if fission.autostart is true
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0463e97f6980
[devtools] Disable DAMP inspector & styleeditor complicated tests if fission.autostart is true r=ochameau,perftest-reviewers,sparky
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•