Closed
Bug 1243259
Opened 5 years ago
Closed 5 years ago
Intermittent e10s browser_webconsole_console_trace_duplicates.js | Test timed out
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(e10s+, firefox48 fixed, firefox49 fixed)
RESOLVED
FIXED
Firefox 49
People
(Reporter: philor, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure, Whiteboard: [btpp-backlog])
Attachments
(1 file)
Updated•5 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → chevobbe.nicolas
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 3•5 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/56334/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/56334/
Attachment #8757980 -
Flags: review?(lclark)
Comment 4•5 years ago
|
||
https://reviewboard.mozilla.org/r/56334/#review53660 ::: devtools/client/webconsole/test/browser_webconsole_console_trace_duplicates.js:15 (Diff revision 1) > > function* runner() { > const {tab} = yield loadTab("data:text/html;charset=utf8,<p>hello"); > const hud = yield openConsole(tab); > > + ContentTask.spawn(gBrowser.selectedBrowser, {}, function* () { You can switch this to: BrowserTestUtils.loadURI(gBrowser.selectedBrowser, TEST_URI); instead of using a ContentTask
Updated•5 years ago
|
Attachment #8757980 -
Flags: review?(lclark)
Assignee | ||
Comment 5•5 years ago
|
||
Comment on attachment 8757980 [details] MozReview Request: Bug 1243259 - Fix dead CPOW intermittent. r=bgrins Review request updated; see interdiff: https://reviewboard.mozilla.org/r/56334/diff/1-2/
Attachment #8757980 -
Attachment description: MozReview Request: Bug 1243259 - Fix dead CPOW intermittent. r=linclark → MozReview Request: Bug 1243259 - Fix dead CPOW intermittent. r=bgrins
Attachment #8757980 -
Flags: review?(bgrinstead)
Comment 6•5 years ago
|
||
Comment on attachment 8757980 [details] MozReview Request: Bug 1243259 - Fix dead CPOW intermittent. r=bgrins https://reviewboard.mozilla.org/r/56334/#review53672
Attachment #8757980 -
Flags: review?(bgrinstead) → review+
Assignee | ||
Comment 7•5 years ago
|
||
This failure did not show up in TRY https://treeherder.mozilla.org/#/jobs?repo=try&revision=6ec76baade01
Keywords: checkin-needed
Pushed by cbook@mozilla.com: https://hg.mozilla.org/integration/fx-team/rev/58ae8bb46ffd Fix dead CPOW intermittent. r=bgrins
Keywords: checkin-needed
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/58ae8bb46ffd
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Comment 10•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/58ae8bb46ffd
Comment hidden (Intermittent Failures Robot) |
Comment 12•5 years ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/13b02b96281e
status-firefox48:
--- → fixed
Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•