Closed
Bug 871440
Opened 12 years ago
Closed 12 years ago
B2G Emulator-x86: MarionetteException "Error loading page" in numerous tests
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vicamo, Assigned: vicamo)
References
Details
(Whiteboard: [fixed-in-birch])
Attachments
(2 files)
|
371.58 KB,
text/plain
|
Details | |
|
1.19 KB,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
Typical error messages look like:
======================================================================
ERROR: test_invisible (test_touch.testTouch)
----------------------------------------------------------------------
Traceback (most recent call last):
File "gecko/testing/marionette/client/marionette/tests/unit/test_touch.py", line 25, in test_invisible
self.marionette.navigate(testTouch)
File "gecko/testing/marionette/client/marionette/marionette.py", line 532, in navigate
response = self._send_message('goUrl', 'ok', value=url)
File "gecko/testing/marionette/client/marionette/marionette.py", line 349, in _send_message
self._handle_error(response)
File "gecko/testing/marionette/client/marionette/marionette.py", line 380, in _handle_error
raise MarionetteException(message=message, status=status, stacktrace=stacktrace)
TEST-UNEXPECTED-FAIL | test_touch.py testTouch.test_invisible | MarionetteException: Error loading page
Affected are: test_touch.py, test_gesture.py, test_marionette_touch.py, test_single_finger.py, test_multi_finger.py, test_tap.py, test_specialpowers.py, test_appcache.py, test_screenshot.py
| Assignee | ||
Comment 1•12 years ago
|
||
| Assignee | ||
Comment 2•12 years ago
|
||
Use ro property 'ro.kernel.qemu' instead, which is '1' for all emulator variants: generic, generic_x86 and generic_mips.
Attachment #748707 -
Flags: review?(jgriffin)
| Assignee | ||
Comment 3•12 years ago
|
||
Updated•12 years ago
|
Attachment #748707 -
Flags: review?(jgriffin) → review+
| Assignee | ||
Comment 4•12 years ago
|
||
Whiteboard: [fixed-in-birch]
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•