Closed
Bug 1081846
Opened 11 years ago
Closed 11 years ago
Tests are failing with 'JavascriptException: TypeError: window.wrappedJSObject.AppWindowManager is not a constructor'
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: viorela, Unassigned)
Details
(4 keywords, Whiteboard: [fromAutomation])
All tests are failing with this error during setup in latest b2g-i: http://jenkins1.qa.scl3.mozilla.com/view/UI/job/flame-kk-319.b2g-inbound.ui.functional.smoke/509/HTML_Report/
Traceback (most recent call last):
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.smoke/.env/local/lib/python2.7/site-packages/marionette_client-0.8.4-py2.7.egg/marionette/marionette_test.py", line 246, in run
self.setUp()
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.smoke/tests/python/gaia-ui-tests/gaiatest/tests/functional/browser/test_browser_cell_data.py", line 16, in setUp
GaiaTestCase.setUp(self)
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.smoke/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 776, in setUp
self.cleanup_gaia(full_reset=False)
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.smoke/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 812, in cleanup_gaia
self.apps.kill_all()
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.smoke/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 105, in kill_all
for app in self.running_apps(include_system_apps=True):
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.smoke/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 142, in running_apps
"return GaiaApps.getRunningApps(%s);" % include_system_apps)
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.smoke/.env/local/lib/python2.7/site-packages/marionette_client-0.8.4-py2.7.egg/marionette/marionette.py", line 1204, in execute_script
filename=os.path.basename(frame[0]))
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.smoke/.env/local/lib/python2.7/site-packages/marionette_client-0.8.4-py2.7.egg/marionette/decorators.py", line 35, in _
return func(*args, **kwargs)
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.smoke/.env/local/lib/python2.7/site-packages/marionette_client-0.8.4-py2.7.egg/marionette/marionette.py", line 638, in _send_message
self._handle_error(response)
File "/var/jenkins/1/workspace/flame-kk-319.b2g-inbound.ui.functional.smoke/.env/local/lib/python2.7/site-packages/marionette_client-0.8.4-py2.7.egg/marionette/marionette.py", line 686, in _handle_error
raise errors.JavascriptException(message=message, status=status, stacktrace=stacktrace)
JavascriptException: JavascriptException: TypeError: window.wrappedJSObject.AppWindowManager is not a constructor
stacktrace:
execute_script @gaia_test.py, line 142
inline javascript, line 39
src: " new window.wrappedJSObject.AppWindowManager();"
Regression range, based on b2g-i:
Last working build:
Device firmware (date) 12 Oct 2014 20:53:54
Device firmware (incremental) eng.cltbld.20141012.235343
Device firmware (release) 4.4.2
Device identifier flame
Gaia date 12 Oct 2014 20:18:07
Gaia revision ebd5387f84f7
Gecko build 20141012203752
Gecko revision 462610c9e070
Gecko version 35.0a1
First failing build:
Device firmware (date) 12 Oct 2014 22:04:42
Device firmware (incremental) eng.cltbld.20141013.010431
Device firmware (release) 4.4.2
Device identifier flame
Gaia date 12 Oct 2014 21:09:52
Gaia revision 6d5087045b2c
Gecko build 20141012213754
Gecko revision bd568cea1478
Gecko version 35.0a1
https://github.com/mozilla-b2g/gaia/compare/ebd5387f84f7...6d5087045b2c
https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?fromchange=462610c9e070&tochange=bd568cea1478
This is blocking all automation.
| Reporter | ||
Updated•11 years ago
|
Whiteboard: [fromAutomation]
| Reporter | ||
Comment 1•11 years ago
|
||
This was probably fixed in https://github.com/mozilla-b2g/gaia/commit/c44510bb576ade5edce60c13eb8d18ee2c7a2ed2, as the issue is not reproducible in the newest b2g-i build:
http://jenkins1.qa.scl3.mozilla.com/view/UI/job/flame-kk-319.b2g-inbound.ui.functional.smoke/510/console
| Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•11 years ago
|
Resolution: WORKSFORME → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•