Closed
Bug 948852
Opened 11 years ago
Closed 11 years ago
Gaiatest cannot run due to "JavascriptException: TypeError: simslot is null"
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(blocking-b2g:1.3+, b2g-v1.3 fixed)
People
(Reporter: askeing, Assigned: arthurcc)
References
Details
Attachments
(1 file)
### ENV:
Gaia 552c6661aa4549ae62d660d220e893db39a8a320
Gecko http://hg.mozilla.org/mozilla-central/rev/3ea3d3baa67b
BuildID 20131210191148
Version 29.0a1
ro.build.version.incremental=eng.archermind.20131114.105818
### STR
Flash gaia/gecko from pvt (b2gotoro/nightly/mozilla-central-hamachi-eng/2013/12/2013-12-10-19-11-48/), un-install com-ril.
Run gaia-ui-tests, then get "simslot is null" error.
ex:
TEST-START test_settings_wallpaper.py
test_change_wallpaper (test_settings_wallpaper.TestWallpaper) ... ERROR
======================================================================
ERROR: None
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/askeing/workspace/gaia/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.6.2-py2.7.egg/marionette/marionette_test.py", line 127, in run
self.setUp()
File "/home/askeing/workspace/gaia/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 800, in setUp
self.device.start_b2g()
File "/home/askeing/workspace/gaia/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 746, in start_b2g
});""", script_timeout=60000)
File "/home/askeing/workspace/gaia/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.6.2-py2.7.egg/marionette/marionette.py", line 1073, in execute_async_script
filename=os.path.basename(frame[0]))
File "/home/askeing/workspace/gaia/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.6.2-py2.7.egg/marionette/marionette.py", line 577, in _send_message
self._handle_error(response)
File "/home/askeing/workspace/gaia/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.6.2-py2.7.egg/marionette/marionette.py", line 612, in _handle_error
raise JavascriptException(message=message, status=status, stacktrace=stacktrace)
JavascriptException: TypeError: simslot is null
stacktrace:
@app://system.gaiamobile.org/js/lockscreen_connection_info_manager.js, line 156
TEST-UNEXPECTED-FAIL | test_settings_wallpaper.py test_settings_wallpaper.TestWallpaper.test_change_wallpaper |
----------------------------------------------------------------------
Ran 1 test in 25.670s
FAILED (errors=1)
Reporter | ||
Comment 1•11 years ago
|
||
### Latest success build:
Gaia c952e2756c03eceb4de6a3eba15651741a62f9e8
Gecko http://hg.mozilla.org/mozilla-central/rev/df82be9d89a5
BuildID 20131210040206
Version 29.0a1
ro.build.version.incremental=eng.archermind.20131114.105818
Reporter | ||
Comment 2•11 years ago
|
||
if failed with "--restart" option
ref: https://github.com/mozilla-b2g/gaia/blob/master/tests/python/gaia-ui-tests/gaiatest/gaia_test.py#L740
Comment 3•11 years ago
|
||
Askeing this looks like Marionette is catching a JavascriptException in the startup of b2g.
It will have been caused by some recent patch, possibly to RIL.
Component: Gaia::UI Tests → RIL
Comment 4•11 years ago
|
||
Askeing probably:
https://github.com/mozilla-b2g/gaia/commit/f16b919b76247a33f3a4ba1f5ed868e47d91e660#diff-e1e05c43b7240f53ff8c877bd3526581
Flags: needinfo?(arthur.chen)
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 6•11 years ago
|
||
This does not cause the test failure but is still a bug.
Status: RESOLVED → REOPENED
Flags: needinfo?(arthur.chen)
Resolution: DUPLICATE → ---
Assignee | ||
Comment 7•11 years ago
|
||
Alive, could you review the change? Thanks.
Attachment #8345868 -
Flags: review?(alive)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → arthur.chen
Comment 8•11 years ago
|
||
Thanks Arthur, I was seeing the bag is not because of bug 933203.
Comment 9•11 years ago
|
||
Comment on attachment 8345868 [details]
Link to https://github.com/mozilla-b2g/gaia/pull/14572
OOPS (why does this not break sim pin dialog)
Attachment #8345868 -
Flags: review?(alive) → review+
Updated•11 years ago
|
blocking-b2g: --- → 1.3?
Assignee | ||
Comment 10•11 years ago
|
||
master: d7ba9265613dff3ce4f45ba9cf45202e34ffc848
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Comment 11•11 years ago
|
||
Plus this one for v1.3 because this is the fix for the regression of bug 928292
blocking-b2g: 1.3? → 1.3+
Assignee | ||
Comment 12•11 years ago
|
||
v1.3: fbffcf6b2e95cd8fc739a799f864643cabe50673
status-b2g-v1.3:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•