Report generated on 05-Mar-2015 at 08:25:09 by gaiatest version 0.32

Configuration

Device firmware (date) 04 Mar 2015 17:19:58
Device firmware (incremental) eng.cltbld.20150304.041943
Device firmware (release) 5.0
Device identifier hammerhead
Gaia date 03 Mar 2015 23:01:17
Gaia revision 8b4b3e4b7e7c
Gecko build 20150304002529
Gecko revision 2cb52b7cda5a
Gecko version 37.0

Summary

45 tests ran in 3867 seconds.
26 passed, 131 skipped, 0 failed, 20 errors.
0 expected failures, 0 unexpected passes.

Results

Result Class Test Name Duration Links
Error test_browser_cell_data.TestBrowserCellData test_browser_cell_data 63.3
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 250, in run
self.setUp()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/browser/test_browser_cell_data.py", line 18, in setUp
self.data_layer.connect_to_cell_data()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 286, in connect_to_cell_data
result = self.marionette.execute_async_script("return GaiaDataLayer.connectToCellData()", special_powers=True)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 1326, in execute_async_script
filename=os.path.basename(frame[0]))
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/decorators.py", line 36, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 634, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 701, in _handle_error
raise errors.ScriptTimeoutException(message=message, status=status, stacktrace=stacktrace)
ScriptTimeoutException: ScriptTimeoutException: timed out
Passed test_browser_lan.TestBrowserLAN test_browser_lan 60.4
Passed test_browser_play_video.TestVideo test_play_video 80.3
Passed test_calendar_new_event_appears_on_all_calendar_views.TestCalendar test_that_new_event_appears_on_all_calendar_views 58.5
Error test_camera_capture_video.TestCamera test_capture_a_video 76.0
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/camera/test_camera_capture_video.py", line 30, in test_capture_a_video
self.camera.record_video(3)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/camera/app.py", line 80, in record_video
self.wait_for_thumbnail_visible()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/camera/app.py", line 152, in wait_for_thumbnail_visible
thumbnail = Wait(self.marionette).until(expected.element_present(*self._thumbnail_button_locator))
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.3 seconds
Error test_camera_multiple_shots.TestCameraMultipleShots test_capture_multiple_shots 56.5
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/camera/test_camera_multiple_shots.py", line 53, in test_capture_multiple_shots
self.wait_for_condition(lambda m: len(self.data_layer.picture_files) == self.previous_number_of_pictures + 3, 10)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 958, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 10.1 seconds
Passed test_cards_view_with_two_apps.TestCardsView test_that_app_can_be_launched_from_cards_view 44.2
Error test_clock_create_new_alarm.TestClockCreateNewAlarm test_clock_create_new_alarm 170.0
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/clock/test_clock_create_new_alarm.py", line 92, in test_clock_create_new_alarm
self.alarm_alert.wait_for_alarm_to_trigger()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/clock/regions/alarm_alert.py", line 19, in wait_for_alarm_to_trigger
expected.element_present(*self._alarm_frame_locator))
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 60.3 seconds
Passed test_add_new_contact.TestContacts test_add_new_contact 51.4
Passed test_edit_contact.TestContacts test_edit_contact 55.7
Error test_sms_contact.TestContacts test_sms_contact 242.0
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/contacts/test_sms_contact.py", line 54, in test_sms_contact
message_thread.wait_for_received_messages()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/messages/regions/message_thread.py", line 27, in wait_for_received_messages
*self._received_message_content_locator))))
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 181.2 seconds
Passed test_add_photo_to_contact.TestContacts test_add_photo_from_gallery_to_contact 46.9
Error test_dialer.TestDialer test_dialer_make_call 80.8
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/dialer/test_dialer.py", line 27, in test_dialer_make_call
call_screen.wait_for_outgoing_call()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/phone/regions/call_screen.py", line 94, in wait_for_outgoing_call
outgoing_call = self.marionette.find_element(*self._outgoing_call_locator)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 1354, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/decorators.py", line 36, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 634, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 673, in _handle_error
raise errors.NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
NoSuchElementException: NoSuchElementException: Unable to locate element: .handled-call.outgoing
Error test_dialer_receive_call.TestReceiveCall test_receive_call 80.9
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/dialer/test_dialer_receive_call.py", line 35, in test_receive_call
call_screen.wait_for_incoming_call()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/phone/regions/call_screen.py", line 102, in wait_for_incoming_call
Wait(self.marionette).until(lambda m: self.incoming_calling_contact != u'')
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 122, in until
rv = condition(self.marionette)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/phone/regions/call_screen.py", line 102, in <lambda>
Wait(self.marionette).until(lambda m: self.incoming_calling_contact != u'')
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/phone/regions/call_screen.py", line 63, in incoming_calling_contact
return self.marionette.find_element(*self._incoming_call_locator).find_element(*self._calling_contact_locator).text
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 1354, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/decorators.py", line 36, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 634, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 673, in _handle_error
raise errors.NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
NoSuchElementException: NoSuchElementException: Unable to locate element: .handled-call.incoming
Error test_dialer_receive_call_with_locked_screen.TestReceiveCallScreenLocked test_receive_call_with_locked_screen 80.1
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/dialer/test_dialer_receive_call_with_locked_screen.py", line 41, in test_receive_call_with_locked_screen
call_screen.wait_for_incoming_call()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/phone/regions/call_screen.py", line 102, in wait_for_incoming_call
Wait(self.marionette).until(lambda m: self.incoming_calling_contact != u'')
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 122, in until
rv = condition(self.marionette)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/phone/regions/call_screen.py", line 102, in <lambda>
Wait(self.marionette).until(lambda m: self.incoming_calling_contact != u'')
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/phone/regions/call_screen.py", line 63, in incoming_calling_contact
return self.marionette.find_element(*self._incoming_call_locator).find_element(*self._calling_contact_locator).text
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 1354, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/decorators.py", line 36, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 634, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 673, in _handle_error
raise errors.NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
NoSuchElementException: NoSuchElementException: Unable to locate element: .handled-call.incoming
Passed test_setup_basic_gmail.TestSetupGmail test_setup_basic_gmail 58.1
Passed test_setup_and_send_imap_email.TestSetupAndSendIMAPEmail test_setup_and_send_imap_email 125.9
Error test_IMAP_email_notification.TestEmailNotification test_IMAP_email_notification 110.1
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/email/test_IMAP_email_notification.py", line 50, in test_IMAP_email_notification
system.wait_for_notification_toaster_displayed(timeout=60)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/system/app.py", line 38, in wait_for_notification_toaster_displayed
self.wait_for_element_displayed(*self._notification_toaster_locator)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 44, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.0 seconds
Passed test_rocketbar_add_collection_save_bookmark.TestRocketBarAddCollectionSaveBookmark test_rocketbar_add_collection 83.0
Error test_fmradio_frequency_dialer.TestFMRadioFreqDialer test_radio_frequency_dialer 74.8
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 250, in run
self.setUp()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/fmradio/test_fmradio_frequency_dialer.py", line 16, in setUp
self.fm_radio.launch()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/fmradio/app.py", line 32, in launch
Wait(self.marionette).until(lambda m: power.get_attribute('data-enabled') == 'true')
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.1 seconds
Error test_ftu_skip_tour.TestFtu test_ftu_skip_tour 78.9
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/ftu/test_ftu_skip_tour.py", line 53, in test_ftu_skip_tour
self.ftu.connect_to_wifi(ssid, psk, keymanagement)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/ftu/app.py", line 181, in connect_to_wifi
Wait(self.marionette).until(expected.element_displayed(password_element))
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.0 seconds
Passed test_ftu_with_tour.TestFtu test_ftu_with_tour 60.2
Passed test_ftu_status_bar.TestFtu test_ftu_status_bar 57.6
Error test_gallery_view.TestGallery test_gallery_view 72.8
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/gallery/test_gallery_view.py", line 26, in test_gallery_view
gallery.wait_for_files_to_load(1)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/gallery/app.py", line 46, in wait_for_files_to_load
Wait(self.marionette).until(lambda m: m.execute_script(
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.1 seconds
Error test_gallery_flick.TestGallery test_gallery_full_screen_image_flicks 73.5
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/gallery/test_gallery_flick.py", line 27, in test_gallery_full_screen_image_flicks
gallery.wait_for_files_to_load(self.image_count)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/gallery/app.py", line 46, in wait_for_files_to_load
Wait(self.marionette).until(lambda m: m.execute_script(
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.1 seconds
Passed test_homescreen_delete_app.TestDeleteApp test_delete_app 76.0
Passed test_homescreen_delete_app_packaged.TestDeleteApp test_delete_app 79.2
Passed test_homescreen_launch_app.TestLaunchApp test_launch_app 69.8
Passed test_homescreen_launch_app_packaged.TestLaunchApp test_launch_app 88.5
Passed test_homescreen_move_app.TestMoveApp test_move_app_position 73.8
Passed test_lockscreen_unlock_to_homescreen.TestLockScreen test_unlock_to_homescreen 43.8
Passed test_lockscreen_unlock_to_camera.TestLockScreen test_unlock_to_camera 46.8
Error test_lockscreen_unlock_to_camera_with_passcode.TestCameraUnlockWithPasscode test_unlock_to_camera_with_passcode 82.0
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/lockscreen/test_lockscreen_unlock_to_camera_with_passcode.py", line 44, in test_unlock_to_camera_with_passcode
self.wait_for_condition(lambda m: len(self.data_layer.picture_files) == 1)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 958, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.1 seconds
Passed test_marketplace_launch.TestMarketplaceLaunch test_marketplace_launch 54.6
Error test_marketplace_packaged_app.TestSearchMarketplaceAndInstallApp test_search_and_install_app 409.1
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/marketplace/test_marketplace_packaged_app.py", line 28, in test_search_and_install_app
marketplace.search(self.app_search)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/marketplace/app.py", line 53, in search
search_box.send_keys(term)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 113, in send_keys
return self.marionette._send_message('sendKeysToElement', 'ok', id=self.id, value=typing)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/decorators.py", line 36, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 615, in _send_message
"Connection timed out", status=errors.ErrorCodes.TIMEOUT)
TimeoutException: TimeoutException: Connection timed out


Most recent errors/exceptions are:
03-05 08:12:26.895 E/QSEECOMD: (22652): ERROR: RPMB_INIT failed, shall not start listener services03-05 08:12:30.961 E/QSEECOMD: (22654): ERROR: RPMB_INIT failed, shall not start listener services03-05 08:12:36.024 E/QSEECOMD: (22656): ERROR: RPMB_INIT failed, shall not start listener services03-05 08:12:41.090 E/QSEECOMD: (22658): ERROR: RPMB_INIT failed, shall not start listener services03-05 08:12:46.157 E/QSEECOMD: (22660): ERROR: RPMB_INIT failed, shall not start listener services
The B2G process has restarted after crashing during the tests so Marionette can't respond due to either a Gecko, Gaia or Marionette error. Above, the 5 most recent errors are listed. Check logcat for all errors if these errors are not the cause of the failure.
Error test_marketplace_packaged_app.TestSearchMarketplaceAndInstallApp test_search_and_install_app 409.1
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 296, in run
self.tearDown()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 984, in tearDown
MarionetteTestCase.tearDown(self)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 516, in tearDown
(self.filepath.replace('\\', '\\\\'), self.methodName))
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 1278, in execute_script
filename=os.path.basename(frame[0]))
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/decorators.py", line 36, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 634, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 663, in _handle_error
"Malformed packet, expected key 'error' to be a dict: %s" % response)
MarionetteException: MarionetteException: Malformed packet, expected key 'error' to be a dict: {u'message': u'this.curBrowser is null', u'error': u"error occurred while processing 'executeScript"}
Error test_sms.TestSms test_sms_send 238.1
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/messages/test_sms.py", line 32, in test_sms_send
self.message_thread.wait_for_received_messages()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/messages/regions/message_thread.py", line 27, in wait_for_received_messages
*self._received_message_content_locator))))
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 181.2 seconds
Error test_sms_with_attachments.TestSmsWithAttachments test_sms_send 66.5
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 250, in run
self.setUp()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/messages/test_sms_with_attachments.py", line 17, in setUp
self.data_layer.connect_to_cell_data()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 286, in connect_to_cell_data
result = self.marionette.execute_async_script("return GaiaDataLayer.connectToCellData()", special_powers=True)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 1326, in execute_async_script
filename=os.path.basename(frame[0]))
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/decorators.py", line 36, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 634, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 701, in _handle_error
raise errors.ScriptTimeoutException(message=message, status=status, stacktrace=stacktrace)
ScriptTimeoutException: ScriptTimeoutException: timed out
Error test_sms_with_picture_attached.TestSmsWithPictureAttached test_sms_cropped_picture 67.5
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 250, in run
self.setUp()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/messages/test_sms_with_picture_attached.py", line 19, in setUp
self.data_layer.connect_to_cell_data()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 286, in connect_to_cell_data
result = self.marionette.execute_async_script("return GaiaDataLayer.connectToCellData()", special_powers=True)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 1326, in execute_async_script
filename=os.path.basename(frame[0]))
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/decorators.py", line 36, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 634, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 701, in _handle_error
raise errors.ScriptTimeoutException(message=message, status=status, stacktrace=stacktrace)
ScriptTimeoutException: ScriptTimeoutException: timed out
Passed test_music_artist_mp3.TestMusic test_select_artist_play 47.6
Passed test_settings_bluetooth.TestBluetoothSettings test_toggle_bluetooth_settings 69.9
Passed test_settings_wifi.TestSettingsWifi test_connect_to_wifi_via_settings_app 49.5
Error test_settings_cell_data.TestSettingsCellData test_enable_cell_data_via_settings_app 75.0
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_cell_data.py", line 21, in test_enable_cell_data_via_settings_app
self.assertTrue(len(cell_and_data_settings.carrier_name) > 0)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/settings/regions/cell_data.py", line 20, in carrier_name
self.wait_for_element_displayed(*self._carrier_name_locator)
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 44, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/workspace/B2G.v2.2.pvt.nexus-5-L.gaiatest.smoketest/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.0 seconds
Passed test_settings_usb_storage.TestUsbStorage test_toggle_usb_storage 44.6
Passed test_power_button_long_press.TestPowerButton test_power_button_long_press 38.8
Passed test_play_3gp_video.TestPlay3GPVideo test_play_3gp_video 47.0
Skipped test_cost_control_data_alert_mobile.py 0
Bug 1115180 for getting it re-enabled
Skipped test_call_log_all_calls.py 0
Bug 1096385 - Investigate failure in test_call_log_all_calls.py, call log is displayed erroneously
Skipped test_dialer_set_up_conference_call.py 0
Bug 1117813 - Make PlivoUtil use a valid 'answer_url' with a valid Plivo XML
Skipped test_setup_and_send_active_sync_email.py 0
Bug 1028192 - Problems with ActiveSync accounts
Skipped test_receive_active_sync_email.py 0
Bug 1028192 - Problems with ActiveSync accounts
Skipped test_fmradio_find_stations.py 0
Bug 1000863 - Investigate test_fmradio_find_stations.py failure
Skipped test_ftu_skip_tour_desktopb2g.py 0
skip-if: device != "desktop"
Skipped test_settings_dsds_cell_data.py 0
run-if: device == "sp7710gaplus_gonk" || device == "flame"
Skipped test_browser_save_image.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_browser_search.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_browser_navigation.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_browser_bookmark.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_browser_share_link.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_browser_clear_browsing_history.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_calendar_flick_through_months.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_camera_capture_photo.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_camera_flash_modes.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_camera_delete_captured_video.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_cards_view_kill_apps_with_two_apps.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_clock_set_alarm.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_call_contact.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_delete_all_contacts.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_default_contact_image.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_sort_contacts.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_delete_contact.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_add_contact_to_favorites.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_import_contacts_from_sim.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_export_contacts_to_sdcard.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_import_contacts_from_sdcard.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_import_contacts_from_gmail.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_sync_facebook_contacts.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_unlink_facebook.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_import_edit_export_contact.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_import_contacts_menu_no_network.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_import_gmail_no_network.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_cost_control_ftu.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_cost_control_reset_wifi.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_dialer_airplane_mode.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_MMI.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_clear_phone_number.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_dialer_add_contact.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_call_log_groups.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_delete_call_log.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_dialer_find_contact.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_dialer_miss_call_from_known_contact_notification.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_dialer_clear_miss_call_notification.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_dialer_receive_call_with_contact_photo.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_redial_last_number.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_dialer_dsds_make_phone_call_with_default_sim.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_dialer_dsds_receive_call_on_both_sims.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_rocketbar_search.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_rocketbar_offline_behavior.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_fmradio_add_remove_from_favorites.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_fmradio_turn_on_off.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_fmradio_airplane_mode.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_gallery_empty.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_gallery_delete_image.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_gallery_delete_multiple_images.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_gallery_cancel_delete_multiple_images.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_gallery_edit_photo.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_gallery_crop_photo.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_gallery_handle_invalid_file.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_gallery_handle_valid_image_file.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_gallery_share_picture.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_gallery_switch_to_camera.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_gallery_switch_to_camera_main_view.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_homescreen_column_layout.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_homescreen_change_wallpaper.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_homescreen_divider.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_homescreen_edit_mode.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_keyboard.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_number_keyboard.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_keyboard_predictive_key.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_email_keyboard.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_keyboard_bug_1073870.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_lockscreen_unlock_to_homescreen_with_passcode.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_lockscreen_unlock_to_emergency_call_screen.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_lockscreen_notification.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_lockscreen_wake_with_notification.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_add_to_an_existing_contact_from_messages.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_add_to_new_contact_from_messages.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_sms_add_contact.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_sms_to_dialer.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_sms_contact_match.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_sms_contact_input_validation.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_sms_notification.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_mms_add_subject.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_inbox_to_settings.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_sms_semicolon_completes_the_entered_recipient.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_sms_forward_sent_message.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_sms_auto_save_draft.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_music_album_mp3.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_music_empty.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_music_songs_3gp.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_music_change_rating.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_persona_app.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_findmydevice.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_change_language.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_change_language_rtl.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_gps.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_do_not_track.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_airplane_mode.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_media_storage.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_wallpaper.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_passcode.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_change_keyboard_language.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_device_info.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_power_save_mode.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_battery_power_save_mode.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_sim_manager.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_root.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_settings_change_ring_tone.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_system_notification_bar.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_geolocation_prompt.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_quick_settings.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_system_message.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_system_message_pending.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_inter_app_comm.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_privileged_app_audio_capture_prompt.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_privileged_app_video_capture_prompt.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_privileged_app_contacts_prompt.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_privileged_app_device_music_prompt.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_privileged_app_device_picture_prompt.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_privileged_app_device_sdcard_prompt.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_privileged_app_device_video_prompt.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_privileged_app_geolocation_prompt.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_video_empty.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_play_ogv_video.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_play_webm_video.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_play_mp4_video.py 0
filtered by type (b2g+smoketest-dsds)
Skipped test_play_ogg_video.py 0
filtered by type (b2g+smoketest-dsds)