Report generated on 28-May-2014 at 11:01:11 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 28 May 2014 01:47:12
Gaia revision bc6f07c14977
Gecko build 20140527160201
Gecko revision 448f2153d6d3
Gecko version 32.0a1

Summary

41 tests ran in 3774 seconds.
37 passed, 86 skipped, 0 failed, 2 errors.
2 expected failures, 0 unexpected passes.

Results

Result Class Test Name Duration Links
Passed test_browser_cell_data.TestBrowserCellData test_browser_cell_data 103.4
Passed test_browser_lan.TestBrowserLAN test_browser_lan 100.2
Passed test_browser_play_youtube_video.TestYouTube test_play_youtube_video 115.6
Passed test_calendar_new_event_appears_on_all_calendar_views.TestCalendar test_that_new_event_appears_on_all_calendar_views 100.6
Passed test_camera_capture_video.TestCamera test_capture_a_video 65.0
Passed test_camera_multiple_shots.TestCameraMultipleShots test_capture_multiple_shots 61.3
Passed test_cards_view_with_two_apps.TestCardsView test_that_app_can_be_launched_from_cards_view 56.7
Passed test_clock_create_new_alarm.TestClockCreateNewAlarm test_clock_create_new_alarm 91.3
Passed test_add_new_contact.TestContacts test_add_new_contact 79.8
Passed test_edit_contact.TestContacts test_edit_contact 68.9
Passed test_sms_contact.TestContacts test_sms_contact 61.9
Passed test_add_photo_to_contact.TestContacts test_add_photo_from_gallery_to_contact 72.8
Passed test_cost_control_data_alert_mobile.TestCostControlDataAlertMobile test_cost_control_data_alert_mobile 123.7
Passed test_dialer.TestDialer test_dialer_make_call 59.7
Passed test_call_log_all_calls.TestCallLogAllCalls test_call_log_all_calls 63.9
Skipped test_dialer_receive_call.TestReceiveCall test_receive_call 0.0
Plivo account details not present in test variables
Passed test_setup_basic_gmail.TestSetupGmail test_setup_basic_gmail 74.8
Passed test_setup_and_send_imap_email.TestSetupAndSendIMAPEmail test_setup_and_send_imap_email 183.3
Passed test_setup_and_send_active_sync_email.TestSetupAndSendActiveSyncEmail test_setup_and_send_active_sync_email 167.3
Passed test_receive_active_sync_email.TestReceiveActiveSyncEmail test_receive_active_sync_email 111.4
Passed test_everythingme_launch_app.TestEverythingMeLaunchApp test_launch_everything_me_app 145.4
Passed test_everythingme_app_install.TestEverythingMeInstallApp test_installing_everything_me_app 80.7
Passed test_fmradio_frequency_dialer.TestFMRadioFreqDialer test_radio_frequency_dialer 74.5
Expected Failure test_ftu_skip_tour.TestFtu test_ftu_skip_tour 104.5
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/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 158, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/ftu/test_ftu_skip_tour.py", line 75, in test_ftu_skip_tour
message='Geolocation was not disabled by the FTU app')
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 874, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/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 with message: Geolocation was not disabled by the FTU app
Passed test_ftu_with_tour.TestFtu test_ftu_with_tour 67.4
Passed test_gallery_view.TestGallery test_gallery_view 60.0
Passed test_gallery_flick.TestGallery test_gallery_full_screen_image_flicks 70.1
Passed test_homescreen_delete_app.TestDeleteApp test_delete_app 81.2
Passed test_homescreen_move_app.TestMoveApp test_move_app_position 72.6
Passed test_lockscreen_unlock_to_homescreen.TestLockScreen test_unlock_to_homescreen 49.9
Expected Failure test_lockscreen_unlock_to_camera.TestLockScreen test_unlock_to_camera 83.9
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/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 158, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/lockscreen/test_lockscreen_unlock_to_camera.py", line 25, in test_unlock_to_camera
lock_screen.wait_for_lockscreen_not_visible()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/lockscreen/app.py", line 58, in wait_for_lockscreen_not_visible
self.wait_for_element_not_displayed(*self._lockscreen_locator)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 48, in wait_for_element_not_displayed
lambda m: not m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/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_lockscreen_unlock_to_camera_with_passcode.TestCameraUnlockWithPasscode test_unlock_to_camera_with_passcode 60.1
Passed test_marketplace_launch.TestMarketplaceLaunch test_marketplace_launch 81.1
Passed test_sms.TestSms test_sms_send 89.5
Passed test_sms_with_attachments.TestSmsWithAttachments test_sms_send 103.5
Error test_music_album_mp3.TestMusic test_select_album_play 418.6
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/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/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/music/test_music_album_mp3.py", line 41, in test_select_album_play
message='Mp3 sample did not start playing')
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 874, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/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/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/music/test_music_album_mp3.py", line 40, in <lambda>
lambda m: player_view.player_elapsed_time == '00:05',
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/music/regions/player_view.py", line 26, in player_elapsed_time
return self.marionette.find_element(*self._player_seek_elapsed_locator).text
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/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 1204, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/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/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:

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_music_album_mp3.TestMusic test_select_album_play 418.6
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/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/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 898, in tearDown
MarionetteTestCase.tearDown(self)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest/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/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/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/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_music_songs_3gp.TestPlay3GPMusic test_select_songs_play_3gp_file 64.9
Passed test_settings_bluetooth.TestBluetoothSettings test_toggle_bluetooth_settings 92.2
Passed test_settings_cell_data.TestSettingsCellData test_enable_cell_data_via_settings_app 63.5
Passed test_power_button_long_press.TestPowerButton test_power_button_long_press 49.7
Passed test_play_3gp_video.TestPlay3GPVideo test_play_3gp_video 57.5
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_sim_manager.py 0
run-if: device == "sp7710gaplus_gonk" || device == "msm8610"
Skipped test_browser_tabs.py 0
filtered by type (b2g+smoketest)
Skipped test_browser_search.py 0
filtered by type (b2g+smoketest)
Skipped test_browser_navigation.py 0
filtered by type (b2g+smoketest)
Skipped test_browser_bookmark.py 0
filtered by type (b2g+smoketest)
Skipped test_camera_capture_photo.py 0
filtered by type (b2g+smoketest)
Skipped test_cards_view_kill_apps_with_two_apps.py 0
filtered by type (b2g+smoketest)
Skipped test_clock_set_alarm.py 0
filtered by type (b2g+smoketest)
Skipped test_sort_contacts.py 0
filtered by type (b2g+smoketest)
Skipped test_delete_contact.py 0
filtered by type (b2g+smoketest)
Skipped test_add_contact_to_favorites.py 0
filtered by type (b2g+smoketest)
Skipped test_import_contacts_from_sim.py 0
filtered by type (b2g+smoketest)
Skipped test_export_contacts_to_sdcard.py 0
filtered by type (b2g+smoketest)
Skipped test_import_contacts_from_sdcard.py 0
filtered by type (b2g+smoketest)
Skipped test_cost_control_ftu.py 0
filtered by type (b2g+smoketest)
Skipped test_cost_control_reset_wifi.py 0
filtered by type (b2g+smoketest)
Skipped test_dialer_airplane_mode.py 0
filtered by type (b2g+smoketest)
Skipped test_MMI.py 0
filtered by type (b2g+smoketest)
Skipped test_dialer_add_contact.py 0
filtered by type (b2g+smoketest)
Skipped test_dialer_find_contact.py 0
filtered by type (b2g+smoketest)
Skipped test_everythingme_add_collection.py 0
filtered by type (b2g+smoketest)
Skipped test_everythingme_search.py 0
filtered by type (b2g+smoketest)
Skipped test_fmradio_add_remove_from_favorites.py 0
filtered by type (b2g+smoketest)
Skipped test_fmradio_find_stations.py 0
filtered by type (b2g+smoketest)
Skipped test_fmradio_turn_on_off.py 0
filtered by type (b2g+smoketest)
Skipped test_gallery_empty.py 0
filtered by type (b2g+smoketest)
Skipped test_gallery_delete_image.py 0
filtered by type (b2g+smoketest)
Skipped test_gallery_edit_photo.py 0
filtered by type (b2g+smoketest)
Skipped test_gallery_crop_photo.py 0
filtered by type (b2g+smoketest)
Skipped test_homescreen_edit_mode.py 0
filtered by type (b2g+smoketest)
Skipped test_homescreen_launch_app.py 0
filtered by type (b2g+smoketest)
Skipped test_keyboard.py 0
filtered by type (b2g+smoketest)
Skipped test_number_keyboard.py 0
filtered by type (b2g+smoketest)
Skipped test_keyboard_predictive_key.py 0
filtered by type (b2g+smoketest)
Skipped test_email_keyboard.py 0
filtered by type (b2g+smoketest)
Skipped test_url_keyboard.py 0
filtered by type (b2g+smoketest)
Skipped test_lockscreen_unlock_to_homescreen_with_passcode.py 0
filtered by type (b2g+smoketest)
Skipped test_lockscreen_unlock_to_emergency_call_screen.py 0
filtered by type (b2g+smoketest)
Skipped test_lockscreen_notification.py 0
filtered by type (b2g+smoketest)
Skipped test_lockscreen_wake_with_notification.py 0
filtered by type (b2g+smoketest)
Skipped test_add_to_an_existing_contact_from_messages.py 0
filtered by type (b2g+smoketest)
Skipped test_sms_add_contact.py 0
filtered by type (b2g+smoketest)
Skipped test_sms_to_dialer.py 0
filtered by type (b2g+smoketest)
Skipped test_sms_contact_match.py 0
filtered by type (b2g+smoketest)
Skipped test_sms_contact_input_validation.py 0
filtered by type (b2g+smoketest)
Skipped test_sms_notification.py 0
filtered by type (b2g+smoketest)
Skipped test_mms_add_subject.py 0
filtered by type (b2g+smoketest)
Skipped test_inbox_to_settings.py 0
filtered by type (b2g+smoketest)
Skipped test_music_empty.py 0
filtered by type (b2g+smoketest)
Skipped test_persona_app.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_change_language.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_change_language_rtl.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_gps.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_do_not_track.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_wifi.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_airplane_mode.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_media_storage.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_wallpaper.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_passcode.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_change_keyboard_language.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_device_info.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_power_save_mode.py 0
filtered by type (b2g+smoketest)
Skipped test_system_notification_bar.py 0
filtered by type (b2g+smoketest)
Skipped test_geolocation_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_quick_settings.py 0
filtered by type (b2g+smoketest)
Skipped test_system_message.py 0
filtered by type (b2g+smoketest)
Skipped test_inter_app_comm.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_audio_capture_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_video_capture_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_contacts_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_device_music_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_device_picture_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_device_sdcard_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_device_video_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_geolocation_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_video_empty.py 0
filtered by type (b2g+smoketest)
Skipped test_play_ogv_video.py 0
filtered by type (b2g+smoketest)
Skipped test_play_webm_video.py 0
filtered by type (b2g+smoketest)
Skipped test_play_mp4_video.py 0
filtered by type (b2g+smoketest)
Skipped test_play_ogg_video.py 0
filtered by type (b2g+smoketest)