Files
sousa-gecko/widget/tests/browser/browser.toml
T
Jens Stutte dc8812d7ce Bug 1962438 - Add caching logic and sync wait to UserIdleServiceMutter. r=Thinker
Any call to DBUS is async, but our current idle service abstraction expects
all calls to be sync. As changing the API would affect quite a lot of callers,
we can get away by spinning the event loop and having a timeout for DBUS only.

If the DBUS proxy cannot be created during probe, we fall back to
IDLE_SERVICE_XSCREENSAVER as before. Once probed successfully, poll errors
are transient and do not trigger a fallback.

Differential Revision: https://phabricator.services.mozilla.com/D281221
2026-06-30 07:17:18 +00:00

120 lines
3.4 KiB
TOML

[DEFAULT]
skip-if = [
"os == 'android'",
]
["browser_ensure_frame_is_on_screen.js"]
run-if = [
"os == 'mac'",
]
["browser_idle_service_mutter.js"]
run-if = [
"os == 'linux'",
]
["browser_test_AZERTY_digit_shortcut.js"]
skip-if = [
"os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Linux build has not implemented sendNativeKeyEvent yet
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Linux build has not implemented sendNativeKeyEvent yet
]
["browser_test_ContentCache.js"]
["browser_test_InputContextURI.js"]
["browser_test_clipboard_contextmenu.js"]
["browser_test_clipboard_getDataIfSmallerThan_parent.js"]
["browser_test_clipboardcache.js"]
["browser_test_consumed_alt_char_on_windows.js"]
run-if = [
"os == 'win'",
]
["browser_test_contentCommand_immediately_after_setSelection.js"]
["browser_test_contentCommand_insertText_with_selection_cache.js"]
["browser_test_contentCommand_replaceText_with_selection_cache.js"]
["browser_test_fullscreen_size.js"]
["browser_test_gtk_telemetry.js"]
["browser_test_ime_state_after_body_removed_and_reconnected_in_designMode.js"]
support-files = [ "../file_ime_state_test_helper.js" ]
["browser_test_ime_state_in_contenteditable_on_focus_move_in_remote_content.js"]
support-files = [
"file_ime_state_tests.html",
"../file_ime_state_test_helper.js",
"../file_test_ime_state_on_focus_move.js",
]
["browser_test_ime_state_in_contenteditable_on_readonly_change_in_remote_content.js"]
support-files = [
"file_ime_state_tests.html",
"../file_ime_state_test_helper.js",
"../file_test_ime_state_in_contenteditable_on_readonly_change.js",
]
["browser_test_ime_state_in_designMode_on_focus_move_in_remote_content.js"]
support-files = [
"file_ime_state_tests.html",
"../file_ime_state_test_helper.js",
"../file_test_ime_state_on_focus_move.js",
]
["browser_test_ime_state_in_plugin_in_remote_content.js"]
support-files = ["../file_ime_state_test_helper.js"]
["browser_test_ime_state_in_text_control_on_reframe_in_remote_content.js"]
support-files = [
"../file_ime_state_test_helper.js",
"../file_test_ime_state_in_text_control_on_reframe.js",
]
["browser_test_ime_state_on_editable_state_change_in_remote_content.js"]
support-files = ["../file_ime_state_test_helper.js"]
["browser_test_ime_state_on_focus_move_in_remote_content.js"]
support-files = [
"file_ime_state_tests.html",
"../file_ime_state_test_helper.js",
"../file_test_ime_state_on_focus_move.js",
]
["browser_test_ime_state_on_input_type_change_in_remote_content.js"]
support-files = [
"file_ime_state_tests.html",
"../file_ime_state_test_helper.js",
"../file_test_ime_state_on_input_type_change.js",
]
skip-if = [
"true", # Bug 1817704
]
["browser_test_ime_state_on_readonly_change_in_remote_content.js"]
support-files = [
"file_ime_state_tests.html",
"../file_ime_state_test_helper.js",
"../file_test_ime_state_on_readonly_change.js",
]
["browser_test_scrollbar_colors.js"]
support-files = ["helper_scrollbar_colors.html"]
["browser_test_swipe_gesture.js"]
support-files = [
"helper_swipe_gesture.html",
"helper_swipe_gesture_rotated_vertical.html",
"!/gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js",
"!/gfx/layers/apz/test/mochitest/apz_test_utils.js",
]
skip-if = [
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1784772
]