Report generated on 18-Jun-2014 at 22:48:55 by gaiatest 0.23
Device firmware (date) | 10 Jun 2014 19:40:40 |
Device firmware (incremental) | 108 |
Device firmware (release) | 4.3 |
Device identifier | flame |
Gaia date | 18 Jun 2014 05:41:08 |
Gaia revision | 431aed0a7c75 |
Gecko build | 20140618040513 |
Gecko revision | 37f08ddaea48 |
Gecko version | 33.0a1 |
82 tests ran in 3669 seconds.
78 passed, 46 skipped, 0 failed, 4 errors.
0 expected failures, 0 unexpected passes.
Result | Class | Test Name | Duration | Links | |
---|---|---|---|---|---|
Passed | test_browser_tabs.TestBrowserTabs | test_browser_tabs | 74.7 | ||
Passed | test_browser_search.TestBrowserSearch | test_browser_search | 48.1 | ||
Passed | test_browser_navigation.TestBrowserNavigation | test_browser_back_button | 71.5 | ||
Passed | test_browser_bookmark.TestBrowserBookmark | test_browser_bookmark | 84.4 | ||
Passed | test_calendar_flick_through_months.TestCalendar | test_calendar_flick_through_months | 35.8 | ||
Passed | test_camera_capture_photo.TestCamera | test_capture_a_photo | 38.0 | ||
Passed | test_camera_flash_modes.TestCameraFlashModes | test_camera_flash_modes | 42.8 | ||
Passed | test_cards_view_kill_apps_with_two_apps.TestCardsViewTwoApps | test_kill_app_from_cards_view | 43.6 | ||
Passed | test_clock_set_alarm.TestClockSetAlarm | test_clock_set_alarm | 76.1 | ||
Passed | test_call_contact.TestContacts | test_call_contact | 40.2 | ||
Passed | test_sort_contacts.TestContacts | test_sort_contacts | 45.4 | ||
Error | test_delete_contact.TestContacts | test_delete_contact | 75.4 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette_test.py", line 152, in run self.setUp() File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/contacts/test_delete_contact.py", line 13, in setUp GaiaTestCase.setUp(self) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 641, in setUp self.device.start_b2g() File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 506, in start_b2g .until(lambda m: m.find_element(*locator).is_displayed()) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-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.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/wait.py", line 122, in until rv = condition(self.marionette) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 506, in <lambda> .until(lambda m: m.find_element(*locator).is_displayed()) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette.py", line 1213, in find_element response = self._send_message('findElement', 'value', **kwargs) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/decorators.py", line 35, in _ return func(*args, **kwargs) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette.py", line 633, in _send_message self._handle_error(response) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette.py", line 664, in _handle_error raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace) TimeoutException: Timed out after 60.0 seconds, caused by <class 'marionette.errors.NoSuchElementException'> |
Passed | test_add_contact_to_favorites.TestAddContactToFavorite | test_add_contact_to_favorite | 37.9 | ||
Passed | test_import_contacts_from_sim.TestImportContactsFromSIM | test_import_contacts_from_SIM | 57.7 | ||
Passed | test_export_contacts_to_sdcard.TestExportContactsToSDCard | test_export_contacts_to_sdcard | 39.1 | ||
Passed | test_import_contacts_from_sdcard.TestImportContactsFromSDCard | test_import_contacts_from_sdcard | 43.5 | ||
Error | test_cost_control_ftu.TestCostControlFTU | test_cost_control_ftu | 67.2 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette_test.py", line 170, in run testMethod() File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/cost_control/test_cost_control_ftu.py", line 21, in test_cost_control_ftu ftu_step2 = ftu_step1.tap_next() File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/cost_control/regions/ftu_step1.py", line 24, in tap_next self.wait_for_element_displayed(*self._next_button_locator) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.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.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-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.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/wait.py", line 122, in until rv = condition(self.marionette) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.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.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette.py", line 1213, in find_element response = self._send_message('findElement', 'value', **kwargs) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/decorators.py", line 35, in _ return func(*args, **kwargs) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette.py", line 633, in _send_message self._handle_error(response) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette.py", line 664, in _handle_error raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace) TimeoutException: Timed out after 30.2 seconds, caused by <class 'marionette.errors.NoSuchElementException'> |
Error | test_cost_control_reset_wifi.TestCostControlReset | test_cost_control_reset_wifi | 68.5 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette_test.py", line 170, in run testMethod() File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/cost_control/test_cost_control_reset_wifi.py", line 23, in test_cost_control_reset_wifi cost_control.run_ftu_accepting_defaults() File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/cost_control/app.py", line 52, in run_ftu_accepting_defaults ftu_step2 = ftu_step1.tap_next() File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/cost_control/regions/ftu_step1.py", line 24, in tap_next self.wait_for_element_displayed(*self._next_button_locator) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.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.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-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.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/wait.py", line 122, in until rv = condition(self.marionette) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.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.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette.py", line 1213, in find_element response = self._send_message('findElement', 'value', **kwargs) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/decorators.py", line 35, in _ return func(*args, **kwargs) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette.py", line 633, in _send_message self._handle_error(response) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette.py", line 664, 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_dialer_airplane_mode.TestDialerAirplaneMode | test_dialer_airplane_mode | 41.1 | ||
Passed | test_MMI.TestMMI | test_MMI_code_IMEI | 35.7 | ||
Passed | test_dialer_add_contact.TestDialerAddContact | test_dialer_add_contact | 47.8 | ||
Passed | test_dialer_find_contact.TestDialerFindContact | test_dialer_find_contact | 40.3 | ||
Passed | test_everythingme_search.TestEverythingMeSearch | test_launch_everything_me_search | 43.7 | ||
Passed | test_fmradio_add_remove_from_favorites.TestFMRadioAddRemoveFavorites | test_add_remove_from_favorites | 38.5 | ||
Passed | test_fmradio_find_stations.TestFMRadioFindStations | test_find_next_previous_station | 41.8 | ||
Passed | test_fmradio_turn_on_off.TestFMRadioTurnOnOff | test_turn_radio_on_off | 44.1 | ||
Passed | test_gallery_empty.TestGalleryEmpty | test_empty_gallery | 34.2 | ||
Passed | test_gallery_delete_image.TestGalleryDelete | test_gallery_delete_image | 37.2 | ||
Passed | test_gallery_edit_photo.TestGalleryEditPhoto | test_gallery_edit_photo | 41.2 | ||
Passed | test_gallery_crop_photo.TestGalleryCropPhoto | test_gallery_crop_photo | 40.6 | ||
Passed | test_homescreen_edit_mode.TestEditMode | test_access_and_leave_edit_mode | 37.6 | ||
Passed | test_homescreen_launch_app.TestLaunchApp | test_launch_app | 41.7 | ||
Passed | test_keyboard.TestKeyboard | test_keyboard_basic | 64.2 | ||
Passed | test_number_keyboard.TestNumberKeyboard | test_number_keyboard | 37.3 | ||
Passed | test_keyboard_predictive_key.TestKeyboardPredictiveKey | test_keyboard_predictive_key | 41.2 | ||
Passed | test_email_keyboard.TestEmailKeyboard | test_basic_email_keyboard | 47.5 | ||
Passed | test_url_keyboard.TestUrlKeyboard | test_url_keyboard | 37.6 | ||
Passed | test_lockscreen_unlock_to_homescreen_with_passcode.TestLockScreen | test_unlock_to_homescreen_with_passcode | 33.6 | ||
Passed | test_lockscreen_unlock_to_emergency_call_screen.TestLockScreen | test_unlock_to_emergency_call_screen | 34.7 | ||
Passed | test_lockscreen_notification.TestLockScreen | test_lock_screen_notification | 32.8 | ||
Passed | test_lockscreen_wake_with_notification.TestLockScreenNotification | test_lock_screen_wake_with_notification | 33.4 | ||
Passed | test_add_to_an_existing_contact_from_messages.TestSmsAddToExistingContact | test_sms_add_number_to_existing_contact | 48.5 | ||
Passed | test_add_to_new_contact_from_messages.TestSmsCreateContact | test_sms_create_new_contact | 56.9 | ||
Passed | test_sms_add_contact.TestSmsAddContact | test_sms_add_contact | 52.4 | ||
Passed | test_sms_to_dialer.TestDialerFromMessage | test_dialer_from_message | 41.1 | ||
Passed | test_sms_contact_match.TestContactMatch | test_contact_match | 44.6 | ||
Passed | test_sms_contact_input_validation.TestContactValidation | test_sms_contact_validation | 50.1 | ||
Passed | test_sms_notification.TestSmsNotification | test_sms_notification | 45.5 | ||
Passed | test_mms_add_subject.TestMmsAddSubject | test_mms_add_subject | 36.2 | ||
Passed | test_inbox_to_settings.TestSettingsFromInbox | test_settings_from_inbox | 37.7 | ||
Passed | test_music_empty.TestMusicEmpty | test_empty_music | 33.3 | ||
Error | test_persona_app.TestPersonaStandard | test_persona_standard_sign_in | 86.2 | Source Screenshot Settings |
Traceback (most recent call last): File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette_test.py", line 170, in run testMethod() File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/persona/test_persona_app.py", line 38, in test_persona_standard_sign_in persona.login(self.user.email, self.user.password) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/persona/app.py", line 28, in login self.tap_continue() File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/persona/app.py", line 62, in tap_continue self.wait_for_element_not_displayed(*self._continue_button_locator) File "/var/lib/jenkins/jobs/B2G.master.pvt.flame.gaiatest.non-smoketest/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.flame.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/wait.py", line 143, in until cause=last_exc) TimeoutException: TimeoutException: Timed out after 30.1 seconds |
Passed | test_settings_change_language.TestChangeLanguage | test_change_language_settings | 41.1 | ||
Passed | test_settings_change_language_rtl.TestChangeLanguageRTL | test_change_language_settings_rtl | 41.5 | ||
Passed | test_settings_gps.TestSettingsGPS | test_enable_gps_via_settings_app | 35.5 | ||
Passed | test_settings_do_not_track.TestSettingsDoNotTrack | test_enable_do_not_track_via_settings_app | 38.7 | ||
Passed | test_settings_wifi.TestSettingsWifi | test_connect_to_wifi_via_settings_app | 46.2 | ||
Passed | test_settings_airplane_mode.TestAirplaneMode | test_toggle_airplane_mode | 58.3 | ||
Passed | test_settings_media_storage.TestSettingsMediaStorage | test_settings_media_storage | 42.5 | ||
Passed | test_settings_wallpaper.TestWallpaper | test_change_wallpaper | 41.1 | ||
Passed | test_settings_passcode.TestSettingsPasscode | test_set_passcode_by_settings | 42.5 | ||
Passed | test_settings_change_keyboard_language.TestChangeKeyboardLanguage | test_change_keyboard_language_settings | 46.7 | ||
Passed | test_settings_device_info.TestSettingsDeviceInfo | test_that_device_info_is_populated | 41.5 | ||
Passed | test_settings_power_save_mode.TestPowerSaveMode | test_power_save_mode | 55.3 | ||
Passed | test_system_notification_bar.TestNotificationBar | test_notification_bar | 37.1 | ||
Passed | test_geolocation_prompt.TestGeolocationPrompt | test_geolocation_prompt | 37.1 | ||
Passed | test_quick_settings.TestQuickSettingsButton | test_quick_settings_button | 32.1 | ||
Passed | test_system_message.TestSystemMessage | test_app_launched_by_system_message | 31.8 | ||
Passed | test_system_message_pending.TestSystemMessage | test_pending_system_message | 33.5 | ||
Passed | test_inter_app_comm.TestInterAppComm | test_inter_app_comm | 35.2 | ||
Passed | test_privileged_app_audio_capture_prompt.TestPrivilegedAppAudioCapturePrompt | test_audio_capture_prompt | 35.0 | ||
Passed | test_privileged_app_video_capture_prompt.TestPrivilegedAppVideoCapturePrompt | test_video_capture_prompt | 34.9 | ||
Passed | test_privileged_app_device_music_prompt.TestPrivilegedAppDeviceMusicPrompt | test_get_music_prompt | 35.3 | ||
Passed | test_privileged_app_device_picture_prompt.TestPrivilegedAppDevicePicturePrompt | test_get_pictures_prompt | 35.4 | ||
Passed | test_privileged_app_device_sdcard_prompt.TestPrivilegedAppDeviceSDcardPrompt | test_get_sdcard_prompt | 35.4 | ||
Passed | test_privileged_app_device_video_prompt.TestPrivilegedAppDeviceVideoPrompt | test_get_videos_prompt | 36.1 | ||
Passed | test_privileged_app_geolocation_prompt.TestPrivilegedAppGeolocationPrompt | test_geolocation_prompt | 35.3 | ||
Passed | test_video_empty.TestVideoEmpty | test_empty_video | 33.2 | ||
Passed | test_play_ogv_video.TestPlayOgvVideo | test_play_ogv_video | 37.2 | ||
Passed | test_play_webm_video.TestPlayWebMVideo | test_play_webm_video | 37.3 | ||
Passed | test_play_mp4_video.TestPlayMP4Video | test_play_mp4_video | 37.8 | ||
Passed | test_play_ogg_video.TestPlayOGGVideo | test_play_ogg_video | 37.4 | ||
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_homescreen_move_app.py | 0 |
Bug 1025506 | ||
Skipped | test_settings_cell_data.py | 0 |
skip-if: device == "desktop" || device == "sp7710gaplus_gonk" || device == "flame" | ||
Skipped | test_settings_sim_manager.py | 0 |
Disabled because run the device with 1 SIM only | ||
Skipped | test_privileged_app_contacts_prompt.py | 0 |
true | ||
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_link.py | 0 |
filtered by type (b2g-smoketest) | ||
Skipped | test_everythingme_add_collection_save_bookmark.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_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_dsds_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) |