Closed Bug 1478234 Opened 7 years ago Closed 7 years ago

Enable client/debugger/test/mochitest/browser_dbg_globalactor.js in e10s

Categories

(DevTools :: Debugger, enhancement, P3)

enhancement

Tracking

(firefox63 fixed)

RESOLVED FIXED
Firefox 63
Tracking Status
firefox63 --- fixed

People

(Reporter: jdescottes, Assigned: ochameau)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Tests skipped in e10s are no longer running and should be enabled or removed.
Priority: -- → P3
Assignee: nobody → poirot.alex
Depends on: 1478244
Comment on attachment 8996398 [details] Bug 1478234 - Enable client/debugger/test/mochitest/browser_dbg_globalactor.js in e10s. https://reviewboard.mozilla.org/r/260512/#review267730 ::: devtools/client/debugger/test/mochitest/browser_dbg_globalactor.js:56 (Diff revision 1) > - } > + } > > - is(count, 1, > + is(count, 1, > - "Only one actor exists in all pools. One global actor."); > + "Only one actor exists in all pools. One global actor."); > > - gClient.close().then(finish); > + client.close(); should we `await client.close();` here? The test seems to run fine without it though.
Attachment #8996398 - Flags: review?(jdescottes) → review+
(In reply to Julian Descottes [:jdescottes][:julian] from comment #3) > should we `await client.close();` here? The test seems to run fine without > it though. It is better to wait, so I added the `await`!
Pushed by apoirot@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/be05373dce92 Enable client/debugger/test/mochitest/browser_dbg_globalactor.js in e10s. r=jdescottes
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: