Closed
Bug 1243259
Opened 10 years ago
Closed 9 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•10 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → chevobbe.nicolas
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 3•9 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•9 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•9 years ago
|
Attachment #8757980 -
Flags: review?(lclark)
Assignee | ||
Comment 5•9 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•9 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•9 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•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Comment 10•9 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Comment 12•9 years ago
|
||
bugherder uplift |
status-firefox48:
--- → fixed
Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•