Closed
Bug 703670
Opened 10 years ago
Closed 10 years ago
Intermittent test failures in browser_dbg_propertyview-08.js
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: past, Assigned: past)
References
Details
Attachments
(1 file)
1.97 KB,
patch
|
dcamp
:
review+
|
Details | Diff | Splinter Review |
From the try run at: https://tbpl.mozilla.org/?tree=Try&rev=202c0d9b0cdb DBG-CLIENT: Error handling response: TypeError: this._view is null - ()@resource:///modules/source-editor-orion.jsm:434 SE_getCharCount()@resource:///modules/source-editor-orion.jsm:619 SS_addScript([object Proxy])@chrome://browser/content/debugger.js:388 SS_onScripts("scriptsadded")@chrome://browser/content/debugger.js:360 EV_notify("scriptsadded")@resource:///modules/dbg-client.jsm:160 ([object Proxy])@resource:///modules/dbg-client.jsm:543 DC_onPacket([object Proxy])@resource:///modules/dbg-client.jsm:370 TEST-INFO | chrome://mochitests/content/browser/browser/devtools/debugger/test/browser_dbg_propertyview-08.js | Console message: [JavaScript Error: "this._view is null" {file: "resource:///modules/source-editor-orion.jsm" line: 434}] DBG-SERVER: Got: { "to": "conn15.obj10", "type": "prototypeAndProperties" } DBG-SERVER: Got: { "from": "conn15.obj10", [..] } TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/debugger/test/browser_dbg_propertyview-08.js | application timed out after 330 seconds with no output args: ['arch', '-arch', 'i386', '/usr/sbin/screencapture', '-C', '-x', '-t', 'png', '/var/folders/Xr/Xr--yJnSEY0U11ET5NZuMU+++TM/-Tmp-/mozilla-test-fail_wghPmT'] SCREENSHOT: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABkAAAASwCAIAAAAsYxHAAAABAWlDQ1BJQ0M[...] Cj0IYsSJPbcRe8U7H7f8By5X7+Ez2AigAAAAASUVORK5CYII= Can't trigger Breakpad, just killing process INFO | automation.py | Application ran for: 0:12:24.503823 INFO | automation.py | Reading PID log: /var/folders/Xr/Xr--yJnSEY0U11ET5NZuMU+++TM/-Tmp-/tmpaoeKCrpidlog WARNING | automationutils.processLeakLog() | refcount logging is off, so leaks can't be detected!
Updated•10 years ago
|
Component: Developer Tools → Developer Tools: Debugger
QA Contact: developer.tools → developer.tools.debugger
Assignee | ||
Comment 1•10 years ago
|
||
The cause was a recent change in the Orion initialization, which made it asynchronous. I also fixed a small bug in the stylesheet, introduced in bug 700695.
Updated•10 years ago
|
Attachment #575849 -
Flags: review?(dcamp) → review+
Assignee | ||
Comment 2•10 years ago
|
||
https://hg.mozilla.org/users/dcamp_campd.org/remote-debug/rev/094960f9b1e1
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•