Closed
Bug 906824
Opened 11 years ago
Closed 11 years ago
"System JS : ERROR chrome://global/content/BrowserElementChildPreload.js:697 TypeError: content is null" in green Gaia UI test runs
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
Tracking | Status | |
---|---|---|
firefox24 | --- | unaffected |
firefox25 | --- | unaffected |
firefox26 | --- | fixed |
People
(Reporter: RyanVM, Assigned: fabrice)
References
Details
Attachments
(1 file)
(deleted),
patch
|
vingtetun
:
review+
|
Details | Diff | Splinter Review |
Occurs in all Gaia UI test runs.
https://tbpl.mozilla.org/php/getParsedLog.php?id=26725231&tree=B2g-Inbound
b2g_ubuntu64_vm b2g-inbound opt test gaia-ui-test on 2013-08-19 10:20:06 PDT for push 5f27368e3159
slave: tst-linux64-ec2-433
10:22:43 INFO - System JS : ERROR chrome://global/content/BrowserElementChildPreload.js:697
10:22:43 INFO - TypeError: content is null
Assignee | ||
Comment 1•11 years ago
|
||
We fail in _getScreenShot. We can guard against a null |content|, but unless the UI tests are running in a very different way than normal apps, I'd like to understand why we fail here.
Reporter | ||
Comment 2•11 years ago
|
||
Jonathan, do you have any insight on comment 1?
Flags: needinfo?(jgriffin)
Comment 3•11 years ago
|
||
(In reply to Fabrice Desré [:fabrice] from comment #1)
> We fail in _getScreenShot. We can guard against a null |content|, but unless
> the UI tests are running in a very different way than normal apps, I'd like
> to understand why we fail here.
We use Gaia API's to launch apps, rather than clicking icons on the homescreen...see https://github.com/mozilla/gaia-ui-tests/blob/master/gaiatest/atoms/gaia_apps.js. But otherwise, we don't run apps differently.
These tests are all run on b2g desktop builds, so they're not OOP, if that makes any difference here.
Flags: needinfo?(jgriffin)
Assignee | ||
Comment 5•11 years ago
|
||
I can see the same error, along with one in Keyboard.jsm on my b2g desktop builds. This patch let us get rid of these.
Attachment #800598 -
Flags: review?(21) → review+
Reporter | ||
Comment 6•11 years ago
|
||
Reporter | ||
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Reporter | ||
Updated•11 years ago
|
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•