diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /testing/marionette/harness/marionette_harness/tests/unit/unit-tests.ini | |
parent | Initial commit. (diff) | |
download | thunderbird-upstream/1%115.7.0.tar.xz thunderbird-upstream/1%115.7.0.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/marionette/harness/marionette_harness/tests/unit/unit-tests.ini')
-rw-r--r-- | testing/marionette/harness/marionette_harness/tests/unit/unit-tests.ini | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/testing/marionette/harness/marionette_harness/tests/unit/unit-tests.ini b/testing/marionette/harness/marionette_harness/tests/unit/unit-tests.ini new file mode 100644 index 0000000000..f39ce2deeb --- /dev/null +++ b/testing/marionette/harness/marionette_harness/tests/unit/unit-tests.ini @@ -0,0 +1,103 @@ +[test_accessibility.py] +[test_addons.py] +[test_capabilities.py] +[test_checkbox.py] +[test_checkbox_chrome.py] +[test_chrome.py] +[test_chrome_action.py] +[test_chrome_element_css.py] +[test_cli_arguments.py] +skip-if = manage_instance == false +[test_click.py] +[test_click_chrome.py] +[test_click_scrolling.py] +[test_context.py] +[test_cookies.py] +[test_crash.py] +skip-if = + asan + manage_instance == false +[test_data_driven.py] +[test_date_time_value.py] +[test_element_id.py] +[test_element_id_chrome.py] +[test_element_rect.py] +[test_element_rect_chrome.py] +[test_element_state.py] +[test_element_state_chrome.py] +[test_errors.py] +[test_execute_async_script.py] +[test_execute_isolate.py] +[test_execute_sandboxes.py] +[test_execute_script.py] +[test_expected.py] +[test_expectedfail.py] +expected = fail +[test_file_upload.py] +skip-if = os == 'win' # http://bugs.python.org/issue14574 +[test_findelement.py] +[test_findelement_chrome.py] +[test_geckoinstance.py] +[test_get_computed_label.py] +[test_get_computed_role.py] +[test_get_current_url_chrome.py] +[test_get_shadow_root.py] +[test_implicit_waits.py] +[test_key_actions.py] +[test_localization.py] +[test_marionette.py] +[test_modal_dialogs.py] +[test_mouse_action.py] +[test_navigation.py] +[test_pagesource.py] +[test_pagesource_chrome.py] +[test_position.py] +[test_prefs.py] +[test_prefs_enforce.py] +skip-if = manage_instance == false +[test_profile_management.py] +skip-if = + manage_instance == false + (debug && ((os == 'mac') || (os == 'linux'))) # Bug 1450355 +[test_proxy.py] +[test_quit_restart.py] +skip-if = manage_instance == false +[test_reftest.py] +skip-if = + os == 'mac' # bug 1674411 +[test_rendered_element.py] +[test_report.py] +[test_screen_orientation.py] +[test_screenshot.py] +[test_select.py] +[test_sendkeys_menupopup_chrome.py] +[test_session.py] +[test_skip_setup.py] +[test_switch_frame.py] +[test_switch_frame_chrome.py] +[test_switch_window_chrome.py] +[test_switch_window_content.py] +[test_teardown_context_preserved.py] +[test_text.py] +[test_text_chrome.py] +[test_timeouts.py] +[test_title.py] +[test_title_chrome.py] +[test_transport.py] +[test_typing.py] +[test_unhandled_prompt_behavior.py] +[test_visibility.py] +[test_wait.py] +[test_window_close_chrome.py] +[test_window_close_content.py] +[test_window_handles_chrome.py] +[test_window_handles_content.py] +[test_window_maximize.py] +[test_window_rect.py] +# Bug 1709584 +skip-if = (os == 'linux') && os_version == '18.04' && !swgl +[test_window_status_chrome.py] +[test_window_status_content.py] +[test_window_type_chrome.py] +[test_windowless.py] +skip-if = os != 'mac' # only supported on MacOS |