Closed
Bug 1607500
Opened 6 years ago
Closed 6 years ago
Task function name in browser_agent.js test broken
Categories
(Remote Protocol :: Agent, defect, P1)
Remote Protocol
Agent
Tracking
(firefox74 fixed)
RESOLVED
FIXED
Firefox 74
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: ato, Assigned: ato)
Details
(Whiteboard: [puppeteer-beta-mvp])
Attachments
(1 file)
Similarly to bug 1603451, the tasks added to the specialised add_agent_task() function in remote/test/browser/browser_agent.js are lost:
0:11.00 INFO Leaving test bound
0:11.00 INFO Entering test bound
0:11.01 INFO Leaving test bound
0:11.01 INFO Entering test bound
0:11.02 INFO Leaving test bound
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
Priority: -- → P1
Whiteboard: [puppeteer-beta-reserve]
| Assignee | ||
Comment 1•6 years ago
|
||
Similarly to bug 1603451, the name of the function passed to the
specialised add_agent_task() is lost because of the anonymous
function wrapper inside.
Updated•6 years ago
|
Whiteboard: [puppeteer-beta-reserve] → [puppeteer-beta-mvp]
Pushed by atolfsen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/932def1f8178
remote: preserve task name in add_agent_task() r=remote-protocol-reviewers,whimboo
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
You need to log in
before you can comment on or make changes to this bug.
Description
•