Closed
Bug 1499369
Opened 7 years ago
Closed 7 years ago
Perma browser_dbg_navigation when Gecko 64 merges to Beta on 2018-10-15
Categories
(DevTools :: Framework, defect)
DevTools
Framework
Tracking
(firefox-esr60 unaffected, firefox62 unaffected, firefox63 unaffected, firefox64+ verified, firefox65 fixed)
VERIFIED
FIXED
Firefox 65
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox62 | --- | unaffected |
| firefox63 | --- | unaffected |
| firefox64 | + | verified |
| firefox65 | --- | fixed |
People
(Reporter: CosminS, Assigned: jdescottes)
Details
Attachments
(1 file)
central as beta: https://treeherder.mozilla.org/#/jobs?repo=try&resultStatus=testfailed,busted,exception&classifiedState=unclassified&revision=20ff6a370c03e1f22cc9fe559ed521f3a20b6035&searchStr=dt&selectedJob=205785228
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=205785228&repo=try&lineNumber=2119
this looks like a regression from https://bugzilla.mozilla.org/show_bug.cgi?id=1485660, https://hg.mozilla.org/mozilla-central/rev/8cf41a5970be
Alexandre could you please take a look at this?
Flags: needinfo?(poirot.alex)
Updated•7 years ago
|
Comment 1•7 years ago
|
||
It is not clear how to reproduce such failure?
And so it is hard to know if I'll correctly fix the error.
Is there a particular merge to do between m-c branches, or it is more related to the changes that are bundled in this try run?
Flags: needinfo?(poirot.alex) → needinfo?(csabou)
Comment 2•7 years ago
|
||
This is mozilla-central with those two changeset applied: https://treeherder.mozilla.org/#/jobs?repo=try&resultStatus=retry%2Ctestfailed%2Cbusted%2Cexception%2Crunnable&revision=20ff6a370c03e1f22cc9fe559ed521f3a20b6035&searchStr=devtools&selectedJob=205796355
Last good: https://hg.mozilla.org/mozilla-central/rev/4a230b07f0cbf48e87dcb4265ea2d00893bb1b62
First bad: https://hg.mozilla.org/mozilla-central/rev/9079bbe837184ed183b133a374753865b6768bc4
Flags: needinfo?(csabou)
Updated•7 years ago
|
Flags: needinfo?(poirot.alex)
Comment 3•7 years ago
|
||
This bug also permafails on beta and needs to be fixed.
Flags: needinfo?(spenades)
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•7 years ago
|
||
This one seems to fail because of https://searchfox.org/mozilla-central/source/devtools/client/shared/test/browser_dbg_navigation.js#50 which we forgot to remove in Bug 1485660
The reason it fails on beta only is that we call JSON.stringify(event). `event` is undefined in both beta and central, but on beta event is not referenced at all and this creates a ReferenceError which stops the test. I suppose the global must be slightly different between central and beta.
| Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(spenades)
Flags: needinfo?(poirot.alex)
| Assignee | ||
Comment 7•7 years ago
|
||
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8c5a1943d169
Remove unreferenced event variable in browser_dbg_navigation.js (beta 64 permafail);r=pbro
Comment 9•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
Comment 10•7 years ago
|
||
Thank you for fixing this so quickly:
https://hg.mozilla.org/releases/mozilla-beta/rev/77c7e6536a32bc849151fe864b269de719f831d9
Verified fixed on beta:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-beta&resultStatus=success%2Cusercancel%2Crunnable%2Ctestfailed%2Cbusted%2Cexception%2Cretry&group_state=expanded&searchStr=devtools&revision=affeef3f9bfa52619ab64ebe4e9253a4e4486bcf
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•