Report generated on 09-Jul-2014 at 19:22:17 by gaiatest 0.1
83 tests ran in 4228 seconds.
62 passed, 42 skipped, 7 failed, 13 errors.
1 expected failures, 0 unexpected passes.
Result | Class | Test Name | Duration | Links | |
---|---|---|---|---|---|
Passed | test_browser_tabs.TestBrowserTabs | test_browser_tabs | 107.9 | ||
Passed | test_browser_search.TestBrowserSearch | test_browser_search | 129.7 | ||
Passed | test_browser_navigation.TestBrowserNavigation | test_browser_back_button | 91.8 | ||
Passed | test_browser_bookmark.TestBrowserBookmark | test_browser_bookmark | 108.1 | ||
Passed | test_calendar_flick_through_months.TestCalendar | test_calendar_flick_through_months | 37.7 | ||
Passed | test_camera_capture_photo.TestCamera | test_capture_a_photo | 43.0 | ||
Passed | test_camera_flash_modes.TestCameraFlashModes | test_camera_flash_modes | 50.1 | ||
Passed | test_cards_view_kill_apps_with_two_apps.TestCardsViewTwoApps | test_kill_app_from_cards_view | 45.1 | ||
Passed | test_clock_delete_alarm.TestClockDeleteAlarm | test_clock_delete_alarm | 47.6 | ||
Passed | test_clock_switch_clock_type.TestClockSwitchClockType | test_clock_switch_clock_type_and_show_time_date | 36.8 | ||
Passed | test_clock_set_alarm.TestClockSetAlarm | test_clock_set_alarm | 93.2 | ||
Passed | test_call_contact.TestContacts | test_call_contact | 45.4 | ||
Passed | test_sort_contacts.TestContacts | test_sort_contacts | 50.9 | ||
Passed | test_delete_contact.TestContacts | test_delete_contact | 41.7 | ||
Passed | test_add_contact_to_favorites.TestAddContactToFavorite | test_add_contact_to_favorite | 41.4 | ||
Failure | test_import_contacts_from_sim.TestImportContactsFromSIM | test_import_contacts_from_SIM | 36.7 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run testMethod() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/contacts/test_import_contacts_from_sim.py", line 18, in test_import_contacts_from_SIM self.assertGreater(len(self.data_layer.sim_contacts), 0, "There is no SIM contacts on SIM card.") AssertionError: There is no SIM contacts on SIM card. |
Passed | test_export_contacts_to_sdcard.TestExportContactsToSDCard | test_export_contacts_to_sdcard | 43.2 | ||
Passed | test_import_contacts_from_sdcard.TestImportContactsFromSDCard | test_import_contacts_from_sdcard | 44.5 | ||
Expected Failure | test_import_contacts_from_gmail.TestImportContactsFromGmail | test_import_contacts_from_gmail | 34.8 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 141, in run self.setUp() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/contacts/test_import_contacts_from_gmail.py", line 17, in setUp raise SkipTest('account details not present in test variables') SkipTest: account details not present in test variables |
Passed | test_cost_control_ftu.TestCostControlFTU | test_cost_control_ftu | 58.6 | ||
Error | test_cost_control_reset_wifi.TestCostControlReset | test_cost_control_reset_wifi | 135.2 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run testMethod() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/cost_control/test_cost_control_reset_wifi.py", line 32, in test_cost_control_reset_wifi browser.go_to_url('http://mozqa.com/data/firefox/layout/mozilla.html') File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.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.v1.4.0.pvt.dolphin.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.v1.4.0.pvt.dolphin.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.v1.4.0.pvt.dolphin.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.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until cause=last_exc) TimeoutException: TimeoutException: Timed out after 30.1 seconds |
Passed | test_dialer_airplane_mode.TestDialerAirplaneMode | test_dialer_airplane_mode | 44.1 | ||
Passed | test_MMI.TestMMI | test_MMI_code_IMEI | 36.3 | ||
Passed | test_dialer_add_contact.TestDialerAddContact | test_dialer_add_contact | 56.6 | ||
Passed | test_dialer_find_contact.TestDialerFindContact | test_dialer_find_contact | 42.7 | ||
Passed | test_everythingme_add_collection.TestEverythingMeAddCollection | test_everythingme_add_collection | 53.2 | ||
Passed | test_everythingme_search.TestEverythingMeSearch | test_launch_everything_me_search | 55.9 | ||
Passed | test_everythingme_launch_packaged_app.TestEverythingMeSearchPanel | test_launch_packaged_app_from_search_panel | 52.5 | ||
Passed | test_fmradio_add_remove_from_favorites.TestFMRadioAddRemoveFavorites | test_add_remove_from_favorites | 38.3 | ||
Passed | test_fmradio_find_stations.TestFMRadioFindStations | test_find_next_previous_station | 40.4 | ||
Passed | test_fmradio_turn_on_off.TestFMRadioTurnOnOff | test_turn_radio_on_off | 37.2 | ||
Passed | test_gallery_empty.TestGalleryEmpty | test_empty_gallery | 35.5 | ||
Passed | test_gallery_delete_image.TestGalleryDelete | test_gallery_delete_image | 42.3 | ||
Passed | test_gallery_share_menu.TestGalleryShareMenu | test_gallery_click_share_button | 43.1 | ||
Passed | test_gallery_edit_photo.TestGalleryEditPhoto | test_gallery_edit_photo | 51.0 | ||
Passed | test_gallery_crop_photo.TestGalleryCropPhoto | test_gallery_crop_photo | 48.2 | ||
Passed | test_homescreen_edit_mode.TestEditMode | test_access_and_leave_edit_mode | 41.0 | ||
Error | test_homescreen_launch_app.TestLaunchApp | test_launch_app | 99.0 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 145, in run self.setUp() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/homescreen/test_homescreen_launch_app.py", line 36, in setUp confirm_install.tap_confirm() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/homescreen/regions/confirm_install.py", line 14, in tap_confirm self.wait_for_element_displayed(*self._confirm_install_button_locator) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.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.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until cause=last_exc) TimeoutException: TimeoutException: Timed out after 30.1 seconds |
Passed | test_keyboard.TestKeyboard | test_keyboard_basic | 82.2 | ||
Failure | test_number_keyboard.TestNumberKeyboard | test_number_keyboard | 34.6 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run testMethod() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/keyboard/test_number_keyboard.py", line 14, in test_number_keyboard self.ui_tests.launch() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/ui_tests/app.py", line 25, in launch Base.launch(self, launch_timeout=120000) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 25, in launch self.app = self.apps.launch(self.name, launch_timeout=launch_timeout) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 52, in launch assert result, "Failed to launch app with name '%s'" % name AssertionError: Failed to launch app with name 'UI Tests' |
Failure | test_keyboard_predictive_key.TestKeyboardPredictiveKey | test_keyboard_predictive_key | 34.0 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run testMethod() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/keyboard/test_keyboard_predictive_key.py", line 19, in test_keyboard_predictive_key self.ui_tests.launch() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/ui_tests/app.py", line 25, in launch Base.launch(self, launch_timeout=120000) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 25, in launch self.app = self.apps.launch(self.name, launch_timeout=launch_timeout) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 52, in launch assert result, "Failed to launch app with name '%s'" % name AssertionError: Failed to launch app with name 'UI Tests' |
Failure | test_email_keyboard.TestEmailKeyboard | test_basic_email_keyboard | 34.1 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run testMethod() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/keyboard/test_email_keyboard.py", line 14, in test_basic_email_keyboard self.ui_tests.launch() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/ui_tests/app.py", line 25, in launch Base.launch(self, launch_timeout=120000) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 25, in launch self.app = self.apps.launch(self.name, launch_timeout=launch_timeout) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 52, in launch assert result, "Failed to launch app with name '%s'" % name AssertionError: Failed to launch app with name 'UI Tests' |
Failure | test_url_keyboard.TestUrlKeyboard | test_url_keyboard | 34.3 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run testMethod() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/keyboard/test_url_keyboard.py", line 13, in test_url_keyboard self.ui_tests.launch() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/ui_tests/app.py", line 25, in launch Base.launch(self, launch_timeout=120000) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 25, in launch self.app = self.apps.launch(self.name, launch_timeout=launch_timeout) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 52, in launch assert result, "Failed to launch app with name '%s'" % name AssertionError: Failed to launch app with name 'UI Tests' |
Passed | test_lockscreen_unlock_to_homescreen_with_passcode.TestLockScreen | test_unlock_to_homescreen_with_passcode | 36.3 | ||
Passed | test_lockscreen_unlock_to_emergency_call_screen.TestLockScreen | test_unlock_to_emergency_call_screen | 35.6 | ||
Passed | test_lockscreen_notification.TestLockScreen | test_lock_screen_notification | 33.6 | ||
Passed | test_lockscreen_wake_with_notification.TestLockScreenNotification | test_lock_screen_wake_with_notification | 34.8 | ||
Passed | test_sms_add_contact.TestSmsAddContact | test_sms_add_contact | 66.2 | ||
Passed | test_sms_to_dialer.TestDialerFromMessage | test_dialer_from_message | 45.3 | ||
Passed | test_sms_contact_match.TestContactMatch | test_contact_match | 52.1 | ||
Passed | test_sms_contact_input_validation.TestContactValidation | test_sms_contact_validation | 62.0 | ||
Passed | test_sms_notification.TestSmsNotification | test_sms_notification | 46.8 | ||
Passed | test_sms_to_settings.TestSettingsFromMessage | test_settings_from_message | 45.5 | ||
Passed | test_music_empty.TestMusicEmpty | test_empty_music | 36.6 | ||
Failure | test_persona_app.TestPersonaStandard | test_persona_standard_sign_in | 44.8 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run testMethod() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/persona/test_persona_app.py", line 31, in test_persona_standard_sign_in uitests.launch() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/ui_tests/app.py", line 25, in launch Base.launch(self, launch_timeout=120000) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 25, in launch self.app = self.apps.launch(self.name, launch_timeout=launch_timeout) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 52, in launch assert result, "Failed to launch app with name '%s'" % name AssertionError: Failed to launch app with name 'UI Tests' |
Error | test_settings_change_language.TestChangeLanguage | test_change_language_settings | 42.0 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run testMethod() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_change_language.py", line 17, in test_change_language_settings language_settings.select_language(u'Fran\u00E7ais') File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/settings/regions/language.py", line 19, in select_language self.select(language) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/settings/regions/language.py", line 44, in select raise Exception("Element '%s' could not be found in select wrapper" % match_string) Exception: Element 'Fran\xe7ais' could not be found in select wrapper |
Passed | test_settings_gps.TestSettingsGPS | test_enable_gps_via_settings_app | 39.6 | ||
Passed | test_settings_do_not_track.TestSettingsDoNotTrack | test_enable_do_not_track_via_settings_app | 43.9 | ||
Passed | test_settings_wifi.TestSettingsWifi | test_connect_to_wifi_via_settings_app | 53.4 | ||
Error | test_settings_airplane_mode.TestAirplaneMode | test_toggle_airplane_mode | 100.2 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 145, in run self.setUp() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_airplane_mode.py", line 16, in setUp self.data_layer.connect_to_wifi() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 273, in connect_to_wifi script_timeout = max(self.marionette.timeout, 60000)) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1177, in execute_async_script filename=os.path.basename(frame[0])) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _ return func(*args, **kwargs) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message self._handle_error(response) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 683, in _handle_error raise ScriptTimeoutException(message=message, status=status, stacktrace=stacktrace) ScriptTimeoutException: ScriptTimeoutException: timed out |
Passed | test_settings_media_storage.TestSettingsMediaStorage | test_settings_media_storage | 48.8 | ||
Passed | test_settings_wallpaper.TestWallpaper | test_change_wallpaper | 47.6 | ||
Passed | test_settings_passcode.TestSettingsPasscode | test_set_passcode_by_settings | 49.9 | ||
Error | test_settings_change_keyboard_language.TestChangeKeyboardLanguage | test_change_keyboard_language_settings | 71.4 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run testMethod() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_change_keyboard_language.py", line 29, in test_change_keyboard_language_settings add_more_keyboards.select_language(u'Espa\u00F1ol') File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/settings/regions/keyboard.py", line 69, in select_language self.wait_for_element_displayed(*language_locator) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.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.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until cause=last_exc) TimeoutException: Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 122, in until rv = condition(self.marionette) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.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.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1204, in find_element response = self._send_message('findElement', 'value', **kwargs) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _ return func(*args, **kwargs) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message self._handle_error(response) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 655, in _handle_error raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace) TimeoutException: Timed out after 30.2 seconds, caused by <class 'marionette.errors.NoSuchElementException'> |
Passed | test_settings_device_info.TestSettingsDeviceInfo | test_that_device_info_is_populated | 42.6 | ||
Passed | test_settings_app_permissions.TestAppPermissions | test_open_app_permissions | 41.5 | ||
Passed | test_settings_power_save_mode.TestPowerSaveMode | test_power_save_mode | 86.3 | ||
Passed | test_system_notification_bar.TestNotificationBar | test_notification_bar | 38.2 | ||
Error | test_geolocation_prompt.TestGeolocationPrompt | test_geolocation_prompt | 34.6 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 145, in run self.setUp() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/system/test_geolocation_prompt.py", line 19, in setUp self.apps.set_permission('Geoloc', 'geolocation', 'prompt') File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 47, in set_permission (app_name, permission_name, value)) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1177, in execute_async_script filename=os.path.basename(frame[0])) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _ return func(*args, **kwargs) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message self._handle_error(response) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 669, in _handle_error raise JavascriptException(message=message, status=status, stacktrace=stacktrace) JavascriptException: JavascriptException: out of memory stacktrace: execute_async_script @gaia_test.py, line 47 |
Passed | test_quick_settings.TestQuickSettingsButton | test_quick_settings_button | 33.1 | ||
Error | test_system_message.TestSystemMessages | test_app_launched_by_system_message | 62.1 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run testMethod() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/system/test_system_message.py", line 27, in test_app_launched_by_system_message self.wait_for_element_present(*self._testing_app_selector) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 1050, in wait_for_element_present lambda m: m.find_element(by, locator)) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until cause=last_exc) TimeoutException: Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 122, in until rv = condition(self.marionette) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 1050, in <lambda> lambda m: m.find_element(by, locator)) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1204, in find_element response = self._send_message('findElement', 'value', **kwargs) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _ return func(*args, **kwargs) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message self._handle_error(response) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 655, in _handle_error raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace) TimeoutException: Timed out after 30.2 seconds, caused by <class 'marionette.errors.NoSuchElementException'> |
Failure | test_privileged_app_audio_capture_prompt.TestPrivilegedAppAudioCapturePrompt | test_audio_capture_prompt | 33.6 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run testMethod() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/system/test_privileged_app_audio_capture_prompt.py", line 17, in test_audio_capture_prompt uiTestsPrivileged.launch() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/ui_tests_privileged/app.py", line 24, in launch Base.launch(self, launch_timeout=120000) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 25, in launch self.app = self.apps.launch(self.name, launch_timeout=launch_timeout) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 52, in launch assert result, "Failed to launch app with name '%s'" % name AssertionError: Failed to launch app with name 'UI tests - Privileged App' |
Error | test_privileged_app_contacts_prompt.TestPrivilegedAppContactsPrompt | test_contact_prompt | 34.3 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 145, in run self.setUp() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/system/test_privileged_app_contacts_prompt.py", line 14, in setUp self.apps.set_permission('UI tests - Privileged App', 'contacts-read', 'prompt') File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 47, in set_permission (app_name, permission_name, value)) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1177, in execute_async_script filename=os.path.basename(frame[0])) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _ return func(*args, **kwargs) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message self._handle_error(response) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 669, in _handle_error raise JavascriptException(message=message, status=status, stacktrace=stacktrace) JavascriptException: JavascriptException: out of memory stacktrace: execute_async_script @gaia_test.py, line 47 |
Error | test_privileged_app_device_music_prompt.TestPrivilegedAppDeviceMusicPrompt | test_get_music_prompt | 34.2 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 145, in run self.setUp() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/system/test_privileged_app_device_music_prompt.py", line 14, in setUp self.apps.set_permission('UI tests - Privileged App', 'device-storage:music-read', 'prompt') File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 47, in set_permission (app_name, permission_name, value)) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1177, in execute_async_script filename=os.path.basename(frame[0])) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _ return func(*args, **kwargs) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message self._handle_error(response) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 669, in _handle_error raise JavascriptException(message=message, status=status, stacktrace=stacktrace) JavascriptException: JavascriptException: out of memory stacktrace: execute_async_script @gaia_test.py, line 47 |
Error | test_privileged_app_device_picture_prompt.TestPrivilegedAppDevicePicturePrompt | test_get_pictures_prompt | 33.7 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 145, in run self.setUp() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/system/test_privileged_app_device_picture_prompt.py", line 14, in setUp self.apps.set_permission('UI tests - Privileged App', 'device-storage:pictures-read', 'prompt') File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 47, in set_permission (app_name, permission_name, value)) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1177, in execute_async_script filename=os.path.basename(frame[0])) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _ return func(*args, **kwargs) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message self._handle_error(response) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 669, in _handle_error raise JavascriptException(message=message, status=status, stacktrace=stacktrace) JavascriptException: JavascriptException: out of memory stacktrace: execute_async_script @gaia_test.py, line 47 |
Error | test_privileged_app_device_sdcard_prompt.TestPrivilegedAppDeviceSDcardPrompt | test_get_sdcard_prompt | 34.4 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 145, in run self.setUp() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/system/test_privileged_app_device_sdcard_prompt.py", line 14, in setUp self.apps.set_permission('UI tests - Privileged App', 'device-storage:sdcard-read', 'prompt') File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 47, in set_permission (app_name, permission_name, value)) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1177, in execute_async_script filename=os.path.basename(frame[0])) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _ return func(*args, **kwargs) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message self._handle_error(response) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 669, in _handle_error raise JavascriptException(message=message, status=status, stacktrace=stacktrace) JavascriptException: JavascriptException: out of memory stacktrace: execute_async_script @gaia_test.py, line 47 |
Error | test_privileged_app_device_video_prompt.TestPrivilegedAppDeviceVideoPrompt | test_get_videos_prompt | 34.5 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 145, in run self.setUp() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/system/test_privileged_app_device_video_prompt.py", line 14, in setUp self.apps.set_permission('UI tests - Privileged App', 'device-storage:videos-read', 'prompt') File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 47, in set_permission (app_name, permission_name, value)) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1177, in execute_async_script filename=os.path.basename(frame[0])) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _ return func(*args, **kwargs) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message self._handle_error(response) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 669, in _handle_error raise JavascriptException(message=message, status=status, stacktrace=stacktrace) JavascriptException: JavascriptException: out of memory stacktrace: execute_async_script @gaia_test.py, line 47 |
Error | test_privileged_app_geolocation_prompt.TestPrivilegedAppGeolocationPrompt | test_geolocation_prompt | 34.1 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 145, in run self.setUp() File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/system/test_privileged_app_geolocation_prompt.py", line 14, in setUp self.apps.set_permission('UI tests - Privileged App', 'geolocation', 'prompt') File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 47, in set_permission (app_name, permission_name, value)) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1177, in execute_async_script filename=os.path.basename(frame[0])) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _ return func(*args, **kwargs) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message self._handle_error(response) File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 669, in _handle_error raise JavascriptException(message=message, status=status, stacktrace=stacktrace) JavascriptException: JavascriptException: out of memory stacktrace: execute_async_script @gaia_test.py, line 47 |
Passed | test_video_empty.TestVideoEmpty | test_empty_video | 35.2 | ||
Passed | test_play_ogv_video.TestPlayOgvVideo | test_play_ogv_video | 40.1 | ||
Passed | test_play_webm_video.TestPlayWebMVideo | test_play_webm_video | 40.2 | ||
Passed | test_play_mp4_video.TestPlayMP4Video | test_play_mp4_video | 42.0 | ||
Passed | test_play_ogg_video.TestPlayOGGVideo | test_play_ogg_video | 40.9 | ||
Skipped | test_settings_dsds_cell_data.py | 0 |
run-if: device == "sp7710gaplus_gonk" || device == "flame" | ||
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_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) |