Report generated on 01-Jun-2014 at 12:48:47 by gaiatest 0.23

Configuration

Device firmware (date) 19 Dec 2013 14:04:55
Device firmware (incremental) 324
Device firmware (release) 4.0.4
Device identifier msm7627a
Gaia date 31 May 2014 00:10:24
Gaia revision e98fe1e94d3d
Gecko build 20140531160201
Gecko revision 85f6afe5cdde
Gecko version 32.0a1

Summary

79 tests ran in 6440 seconds.
71 passed, 48 skipped, 1 failed, 8 errors.
0 expected failures, 0 unexpected passes.

Results

Result Class Test Name Duration Links
Passed test_browser_tabs.TestBrowserTabs test_browser_tabs 106.8
Passed test_browser_search.TestBrowserSearch test_browser_search 76.7
Error test_browser_navigation.TestBrowserNavigation test_browser_back_button 132.2
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/browser/test_browser_navigation.py", line 24, in test_browser_back_button
browser.go_to_url('http://mozqa.com/data/firefox/layout/mozilla.html')
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/browser/app.py", line 48, in go_to_url
self.tap_go_button(timeout=timeout)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/browser/app.py", line 73, in tap_go_button
self.wait_for_throbber_not_visible(timeout=timeout)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/browser/app.py", line 99, in wait_for_throbber_not_visible
self.wait_for_condition(lambda m: not self.is_throbber_visible, timeout=timeout)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 54, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.0 seconds
Failure test_browser_bookmark.TestBrowserBookmark test_browser_bookmark 120.9
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/browser/test_browser_bookmark.py", line 41, in test_browser_bookmark
self.assertTrue(self._bookmark_added, 'The bookmark %s was not found to be installed on the home screen.' % self.bookmark_title)
AssertionError: The bookmark gaia94775 was not found to be installed on the home screen.
Passed test_camera_capture_photo.TestCamera test_capture_a_photo 60.3
Passed test_cards_view_kill_apps_with_two_apps.TestCardsViewTwoApps test_kill_app_from_cards_view 63.2
Passed test_clock_set_alarm.TestClockSetAlarm test_clock_set_alarm 114.0
Passed test_sort_contacts.TestContacts test_sort_contacts 69.9
Passed test_delete_contact.TestContacts test_delete_contact 59.7
Passed test_add_contact_to_favorites.TestAddContactToFavorite test_add_contact_to_favorite 59.0
Passed test_import_contacts_from_sim.TestImportContactsFromSIM test_import_contacts_from_SIM 71.7
Passed test_export_contacts_to_sdcard.TestExportContactsToSDCard test_export_contacts_to_sdcard 61.5
Passed test_import_contacts_from_sdcard.TestImportContactsFromSDCard test_import_contacts_from_sdcard 61.4
Passed test_cost_control_ftu.TestCostControlFTU test_cost_control_ftu 78.9
Passed test_cost_control_reset_wifi.TestCostControlReset test_cost_control_reset_wifi 129.0
Error test_dialer_airplane_mode.TestDialerAirplaneMode test_dialer_airplane_mode 89.9
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/dialer/test_dialer_airplane_mode.py", line 31, in test_dialer_airplane_mode
phone.wait_for_confirmation_dialog()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/phone/app.py", line 64, in wait_for_confirmation_dialog
self.wait_for_element_displayed(*self._dialog_locator)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.1 seconds
Error test_MMI.TestMMI test_MMI_code_IMEI 84.1
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/dialer/test_MMI.py", line 23, in test_MMI_code_IMEI
attention_screen = AttentionScreen(self.marionette)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/phone/regions/attention_screen.py", line 15, in __init__
self.wait_for_element_displayed(*self._message_locator)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.0 seconds
Passed test_dialer_add_contact.TestDialerAddContact test_dialer_add_contact 69.1
Passed test_dialer_find_contact.TestDialerFindContact test_dialer_find_contact 58.5
Passed test_everythingme_add_collection.TestEverythingMeAddCollection test_everythingme_add_collection 71.3
Passed test_everythingme_search.TestEverythingMeSearch test_launch_everything_me_search 74.7
Passed test_fmradio_add_remove_from_favorites.TestFMRadioAddRemoveFavorites test_add_remove_from_favorites 56.5
Passed test_fmradio_find_stations.TestFMRadioFindStations test_find_next_previous_station 62.1
Passed test_fmradio_turn_on_off.TestFMRadioTurnOnOff test_turn_radio_on_off 61.9
Passed test_gallery_empty.TestGalleryEmpty test_empty_gallery 52.9
Passed test_gallery_delete_image.TestGalleryDelete test_gallery_delete_image 58.8
Passed test_gallery_edit_photo.TestGalleryEditPhoto test_gallery_edit_photo 66.4
Passed test_gallery_crop_photo.TestGalleryCropPhoto test_gallery_crop_photo 64.3
Passed test_homescreen_edit_mode.TestEditMode test_access_and_leave_edit_mode 61.9
Passed test_homescreen_launch_app.TestLaunchApp test_launch_app 64.6
Error test_keyboard.TestKeyboard test_keyboard_basic 98.0
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/keyboard/test_keyboard.py", line 29, in test_keyboard_basic
keyboard.send(self._string[:15])
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/keyboard/app.py", line 235, in send
self._tap(val)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/keyboard/app.py", line 184, in _tap
self.wait_for_condition(lambda m: not self._is_upper_case)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 54, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.1 seconds
Passed test_number_keyboard.TestNumberKeyboard test_number_keyboard 59.9
Passed test_keyboard_predictive_key.TestKeyboardPredictiveKey test_keyboard_predictive_key 68.4
Passed test_email_keyboard.TestEmailKeyboard test_basic_email_keyboard 75.5
Passed test_url_keyboard.TestUrlKeyboard test_url_keyboard 61.9
Passed test_lockscreen_unlock_to_homescreen_with_passcode.TestLockScreen test_unlock_to_homescreen_with_passcode 54.2
Passed test_lockscreen_unlock_to_emergency_call_screen.TestLockScreen test_unlock_to_emergency_call_screen 55.5
Passed test_lockscreen_notification.TestLockScreen test_lock_screen_notification 52.2
Passed test_lockscreen_wake_with_notification.TestLockScreenNotification test_lock_screen_wake_with_notification 53.0
Error test_add_to_an_existing_contact_from_messages.TestSmsAddToExistingContact test_sms_add_number_to_existing_contact 418.9
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 145, in run
self.setUp()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/messages/test_add_to_an_existing_contact_from_messages.py", line 27, in setUp
self.messages.launch()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/messages/app.py", line 21, in launch
self.wait_for_element_displayed(*self._app_ready_locator)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/wait.py", line 122, in until
rv = condition(self.marionette)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in <lambda>
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette.py", line 134, in is_displayed
return self.marionette._send_message('isElementDisplayed', 'value', id=self.id)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/decorators.py", line 35, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette.py", line 607, in _send_message
"Connection timed out", status=ErrorCodes.TIMEOUT)
TimeoutException: TimeoutException: Connection timed out


Most recent errors/exceptions are:

06-01 11:50:23.729 I/Gecko (17019): ###!!! [Parent][MessageChannel] Error: Channel error: cannot send/recv
06-01 11:50:23.729 E/GeckoConsole(17019): [JavaScript Error: "IndexedDB UnknownErr: IDBTransaction.cpp:867"]
06-01 11:50:23.739 I/Gecko (17019): ############ ErrorPage.js
06-01 11:50:23.739 I/Gecko (17019): [Parent 17019] WARNING: pipe error (233): Connection reset by peer: file ../../../gecko/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 450
06-01 11:50:27.509 I/Gecko (17224): ###!!! [Child][MessageChannel] Error: Channel closing: too late to send/recv, messages will be lost
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.
Passed test_sms_add_contact.TestSmsAddContact test_sms_add_contact 86.6
Error test_sms_to_dialer.TestDialerFromMessage test_dialer_from_message 412.9
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/messages/test_sms_to_dialer.py", line 25, in test_dialer_from_message
self.data_layer.send_sms(self.testvars['carrier']['phone_number'], _text_message_content)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 356, in send_sms
result = self.marionette.execute_async_script('return GaiaDataLayer.sendSMS(%s, %s)' % (number, message), special_powers=True)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette.py", line 1177, in execute_async_script
filename=os.path.basename(frame[0]))
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/decorators.py", line 35, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette.py", line 607, in _send_message
"Connection timed out", status=ErrorCodes.TIMEOUT)
TimeoutException: TimeoutException: Connection timed out


Most recent errors/exceptions are:

06-01 11:58:56.579 I/Gecko (17914): IPDL protocol error: Handler for PIndexedDBDatabase returned error code
06-01 11:58:56.579 I/Gecko (17914): ###!!! [Parent][DispatchAsyncMessage] Error: Processing error: message was deserialized, but the handler returned false (indicating failure)
06-01 11:58:56.599 I/Gecko (17914): ###!!! [Parent][MessageChannel] Error: Channel error: cannot send/recv
06-01 11:58:56.609 I/Gecko (17914): [Parent 17914] WARNING: pipe error (229): Connection reset by peer: file ../../../gecko/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 450
06-01 11:58:56.679 E/GeckoConsole(17914): [JavaScript Error: "IndexedDB UnknownErr: IDBTransaction.cpp:867"]
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_sms_to_dialer.TestDialerFromMessage test_dialer_from_message 412.9
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 191, in run
self.tearDown()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 899, in tearDown
MarionetteTestCase.tearDown(self)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 339, in tearDown
self.marionette.set_context("content")
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette.py", line 875, in set_context
return self._send_message('setContext', 'ok', value=context)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/decorators.py", line 35, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette.py", line 592, in _send_message
raise MarionetteException("Please start a session")
MarionetteException: MarionetteException: Please start a session
Passed test_sms_contact_match.TestContactMatch test_contact_match 72.2
Passed test_sms_contact_input_validation.TestContactValidation test_sms_contact_validation 83.1
Error test_sms_notification.TestSmsNotification test_sms_notification 352.2
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/messages/test_sms_notification.py", line 23, in test_sms_notification
message="Notification did not appear. SMS database dump: %s " % self.data_layer.get_all_sms())
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/system/app.py", line 26, in wait_for_notification_toaster_displayed
self.wait_for_condition(lambda m: m.find_element(*self._notification_toaster_locator).location['y'] == 0, timeout=timeout, message=message)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 54, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 300.0 seconds with message: Notification did not appear. SMS database dump: [{u'body': u'Automated Test 1401595692.65', u'deliveryStatus': u'not-applicable', u'sender': None, u'read': True, u'timestamp': 1401595692071, u'threadId': 1, u'sentTimestamp': 1401595694353, u'delivery': u'sent', u'receiver': u'+886978725112', u'iccId': u'89886920031031452293', u'type': u'sms', u'id': 1, u'deliveryTimestamp': 0, u'messageClass': u'normal'}]
Passed test_mms_add_subject.TestMmsAddSubject test_mms_add_subject 56.3
Passed test_inbox_to_settings.TestSettingsFromInbox test_settings_from_inbox 60.1
Passed test_music_empty.TestMusicEmpty test_empty_music 53.1
Passed test_persona_app.TestPersonaStandard test_persona_standard_sign_in 89.5
Passed test_settings_change_language.TestChangeLanguage test_change_language_settings 68.3
Passed test_settings_change_language_rtl.TestChangeLanguageRTL test_change_language_settings_rtl 67.5
Passed test_settings_gps.TestSettingsGPS test_enable_gps_via_settings_app 58.9
Passed test_settings_do_not_track.TestSettingsDoNotTrack test_enable_do_not_track_via_settings_app 64.1
Passed test_settings_wifi.TestSettingsWifi test_connect_to_wifi_via_settings_app 71.7
Passed test_settings_airplane_mode.TestAirplaneMode test_toggle_airplane_mode 78.3
Passed test_settings_media_storage.TestSettingsMediaStorage test_settings_media_storage 74.9
Passed test_settings_wallpaper.TestWallpaper test_change_wallpaper 72.2
Passed test_settings_passcode.TestSettingsPasscode test_set_passcode_by_settings 74.1
Passed test_settings_change_keyboard_language.TestChangeKeyboardLanguage test_change_keyboard_language_settings 79.7
Passed test_settings_device_info.TestSettingsDeviceInfo test_that_device_info_is_populated 63.7
Passed test_settings_power_save_mode.TestPowerSaveMode test_power_save_mode 71.4
Passed test_system_notification_bar.TestNotificationBar test_notification_bar 55.8
Passed test_geolocation_prompt.TestGeolocationPrompt test_geolocation_prompt 56.5
Passed test_quick_settings.TestQuickSettingsButton test_quick_settings_button 51.1
Passed test_system_message.TestSystemMessages test_app_launched_by_system_message 52.1
Passed test_inter_app_comm.TestInterAppComm test_inter_app_comm 54.6
Passed test_privileged_app_audio_capture_prompt.TestPrivilegedAppAudioCapturePrompt test_audio_capture_prompt 55.6
Passed test_privileged_app_video_capture_prompt.TestPrivilegedAppVideoCapturePrompt test_video_capture_prompt 53.9
Passed test_privileged_app_contacts_prompt.TestPrivilegedAppContactsPrompt test_contact_prompt 55.5
Passed test_privileged_app_device_music_prompt.TestPrivilegedAppDeviceMusicPrompt test_get_music_prompt 53.8
Passed test_privileged_app_device_picture_prompt.TestPrivilegedAppDevicePicturePrompt test_get_pictures_prompt 55.6
Passed test_privileged_app_device_sdcard_prompt.TestPrivilegedAppDeviceSDcardPrompt test_get_sdcard_prompt 54.4
Passed test_privileged_app_device_video_prompt.TestPrivilegedAppDeviceVideoPrompt test_get_videos_prompt 55.4
Passed test_privileged_app_geolocation_prompt.TestPrivilegedAppGeolocationPrompt test_geolocation_prompt 54.4
Passed test_video_empty.TestVideoEmpty test_empty_video 51.3
Passed test_play_ogv_video.TestPlayOgvVideo test_play_ogv_video 58.5
Passed test_play_webm_video.TestPlayWebMVideo test_play_webm_video 59.0
Passed test_play_mp4_video.TestPlayMP4Video test_play_mp4_video 57.7
Passed test_play_ogg_video.TestPlayOGGVideo test_play_ogg_video 58.3
Skipped test_calendar_flick_through_months.py 0
skip-if: device != "desktop"
Skipped test_camera_flash_modes.py 0
skip-if: device == "msm7627a" || device == "desktop"
Skipped test_call_contact.py 0
Bug 1008974 - 'No network connection' error message displayed when calling a contact from Contacts app
Skipped test_import_contacts_from_gmail.py 0
Bug 932804 - Tapping on select all button doesn't work on Gmail or Outlook frame, before importing contacts
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 == "msm8610"
Skipped test_settings_sim_manager.py 0
Disabled because run the device with 1 SIM only
Skipped test_browser_cell_data.py 0
filtered by type (b2g-smoketest)
Skipped test_browser_lan.py 0
filtered by type (b2g-smoketest)
Skipped test_browser_play_youtube_video.py 0
filtered by type (b2g-smoketest)
Skipped test_calendar_new_event_appears_on_all_calendar_views.py 0
filtered by type (b2g-smoketest)
Skipped test_camera_capture_video.py 0
filtered by type (b2g-smoketest)
Skipped test_camera_multiple_shots.py 0
filtered by type (b2g-smoketest)
Skipped test_cards_view_with_two_apps.py 0
filtered by type (b2g-smoketest)
Skipped test_clock_create_new_alarm.py 0
filtered by type (b2g-smoketest)
Skipped test_add_new_contact.py 0
filtered by type (b2g-smoketest)
Skipped test_edit_contact.py 0
filtered by type (b2g-smoketest)
Skipped test_sms_contact.py 0
filtered by type (b2g-smoketest)
Skipped test_add_photo_to_contact.py 0
filtered by type (b2g-smoketest)
Skipped test_cost_control_data_alert_mobile.py 0
filtered by type (b2g-smoketest)
Skipped test_dialer.py 0
filtered by type (b2g-smoketest)
Skipped test_call_log_all_calls.py 0
filtered by type (b2g-smoketest)
Skipped test_dialer_receive_call.py 0
filtered by type (b2g-smoketest)
Skipped test_setup_basic_gmail.py 0
filtered by type (b2g-smoketest)
Skipped test_setup_and_send_imap_email.py 0
filtered by type (b2g-smoketest)
Skipped test_setup_and_send_active_sync_email.py 0
filtered by type (b2g-smoketest)
Skipped test_receive_active_sync_email.py 0
filtered by type (b2g-smoketest)
Skipped test_everythingme_launch_app.py 0
filtered by type (b2g-smoketest)
Skipped test_everythingme_app_install.py 0
filtered by type (b2g-smoketest)
Skipped test_fmradio_frequency_dialer.py 0
filtered by type (b2g-smoketest)
Skipped test_ftu_skip_tour.py 0
filtered by type (b2g-smoketest)
Skipped test_ftu_with_tour.py 0
filtered by type (b2g-smoketest)
Skipped test_gallery_view.py 0
filtered by type (b2g-smoketest)
Skipped test_gallery_flick.py 0
filtered by type (b2g-smoketest)
Skipped test_homescreen_delete_app.py 0
filtered by type (b2g-smoketest)
Skipped test_homescreen_move_app.py 0
filtered by type (b2g-smoketest)
Skipped test_lockscreen_unlock_to_homescreen.py 0
filtered by type (b2g-smoketest)
Skipped test_lockscreen_unlock_to_camera.py 0
filtered by type (b2g-smoketest)
Skipped test_lockscreen_unlock_to_camera_with_passcode.py 0
filtered by type (b2g-smoketest)
Skipped test_marketplace_launch.py 0
filtered by type (b2g-smoketest)
Skipped test_sms.py 0
filtered by type (b2g-smoketest)
Skipped test_sms_with_attachments.py 0
filtered by type (b2g-smoketest)
Skipped test_music_album_mp3.py 0
filtered by type (b2g-smoketest)
Skipped test_music_songs_3gp.py 0
filtered by type (b2g-smoketest)
Skipped test_settings_bluetooth.py 0
filtered by type (b2g-smoketest)
Skipped test_settings_cell_data.py 0
filtered by type (b2g-smoketest)
Skipped test_power_button_long_press.py 0
filtered by type (b2g-smoketest)
Skipped test_play_3gp_video.py 0
filtered by type (b2g-smoketest)