Closed
Bug 1122123
Opened 10 years ago
Closed 10 years ago
Switching to async promises in protocol.js causes test failures in WebIDE
Categories
(DevTools Graveyard :: WebIDE, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 38
People
(Reporter: ejpbruel, Assigned: jryans)
References
Details
Attachments
(1 file)
3.95 KB,
patch
|
Details | Diff | Splinter Review |
My latest attempt to remove the deprecated-sync-thenables from protocol.js (bug 1096490) had to be backed out because of test failures in WebIDE: https://treeherder.mozilla.org/logviewer.html#?job_id=1699115&repo=fx-team
These are the last two failing tests. If we can get these to pass the patch should be able to land.
Jryans said he'd take a look at these. Thanks, Jryans!
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jryans
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
This should do it. Waiting on try to open.
Assignee | ||
Comment 2•10 years ago
|
||
Try including bug 1096490:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=153a03262528
Try with just this:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=91b4b2ed6fdf
Assignee | ||
Comment 3•10 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 38
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•