Closed
Bug 1632123
Opened 5 years ago
Closed 5 years ago
Test browser_dbg-editor-mode.js is not included in browser.ini
Categories
(DevTools :: Debugger, task, P3)
DevTools
Debugger
Tracking
(firefox77 fixed)
RESOLVED
FIXED
Firefox 77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
Details
Attachments
(1 file)
The following test: https://searchfox.org/mozilla-central/rev/3446310d6cc5c85cde16a82eccf560e9b71a3d44/devtools/client/debugger/test/mochitest/browser_dbg-editor-mode.js is not listed in any browser.ini and therefore never runs.
It's currently broken:
TypeError: can't access property "getOption", dbg.win.cm is undefined
We should either fix it and add it to the test manifest or remove it.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e05e2482ca00
Fix browser_dbg-editor-mode.js and enable it r=jlast
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 77
You need to log in
before you can comment on or make changes to this bug.
Description
•