Closed
Bug 1613636
Opened 6 years ago
Closed 5 years ago
server/tests/xpcshell/test_breakpoint-01.js fails to run checks and 02.js should be disable
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox76 fixed)
RESOLVED
FIXED
Firefox 76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: chujunlu, Assigned: chujunlu)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36
Steps to reproduce:
Execute devtools/server/tests/xpcshell/test_breakpoint-01.js
in terminal
Actual results:
None of the assertions in test_breakpoint-01.js
run as shown in the image.
Expected results:
test_breakpoint-01.js
runs assertions.
test_breakpoint-02.js
should be disabled, since interruption is no longer supported, as mentioned in comments in https://phabricator.services.mozilla.com/D41051
Updated•6 years ago
|
Assignee: nobody → chujunlu
Comment 2•5 years ago
|
||
The priority flag is not set for this bug.
:jlast, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jlaster)
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/264ba2341a57
Edit test_breakpoint-01.js and disable test_breakpoint-02.js r=jlast
Comment 4•5 years ago
|
||
bugherder |
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
Updated•4 years ago
|
Flags: needinfo?(jlaster)
You need to log in
before you can comment on or make changes to this bug.
Description
•