Closed
Bug 1092330
Opened 11 years ago
Closed 11 years ago
B2G fails to boot for webapi tests on master branch
Categories
(Firefox OS Graveyard :: Certification Suite, defect)
Firefox OS Graveyard
Certification Suite
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgriffin, Assigned: dminor)
References
Details
Attachments
(1 file)
On master branch (but not v2.0), when running against a 2.0 Flame, the cert suite reboots the device prior to running the webapi tests, but Gaia fails to load during this reboot, and so all of the webapi tests fail.
It isn't immediately clear why this happens.
Reporter | ||
Comment 1•11 years ago
|
||
Hitting CTRL+C to abort the (failing) webapi tests causes the cert suite to reboot the phone again and proceed normally through the cert tests and the webapi tests.
Reporter | ||
Comment 2•11 years ago
|
||
This occurs because of this:
https://github.com/mozilla-b2g/fxos-certsuite/blob/master/certsuite/harness.py#L418
Basically, this navigate() command causes to navigate "out" of Gaia, and the following go_back() command doesn't cause us to reload Gaia correctly.
We will either need to attempt this navigation inside a test app (or the browser app), or we'll need to restart B2G (instead of calling go_back()) afterwards.
Assignee | ||
Comment 4•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Attachment #8522196 -
Flags: review?(jgriffin) → review+
Reporter | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•