Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / widget / tests / mochitest.toml
blob93e3adf7336280cc5164544f4d522fdabfdd8e9b
1 [DEFAULT]
2 support-files = ["clipboard_helper.js"]
4 ["test_AltGr_key_events_in_web_content_on_windows.html"]
5 run-if = ["os == 'win'"]
6 skip-if = ["headless"] # bug 1410525
8 ["test_actionhint.html"]
10 ["test_assign_event_data.html"]
11 skip-if = [
12   "os == 'mac'", # bug 933303
13   "os == 'android' && debug", # bug 1285414
14   "android_version == '24'",
15   "headless && os == 'win'",
18 ["test_autocapitalize.html"]
20 ["test_clipboard.html"]
21 skip-if = [
22   "headless", # bug 1852983
23   "display == 'wayland' && os_version == '22.04'",  # Bug 1857075
25 support-files = ["file_test_clipboard.js"]
27 ["test_clipboard_asyncGetData.html"]
28 skip-if = ["display == 'wayland'"] # Bug 1879835
29 support-files = ["file_test_clipboard_asyncGetData.js"]
31 ["test_clipboard_asyncSetData.html"]
32 support-files = ["file_test_clipboard_asyncSetData.js"]
34 ["test_clipboard_getDataSnapshotSync.html"]
35 skip-if = ["display == 'wayland'"] # Bug 1879835
36 support-files = "file_test_clipboard_getDataSnapshotSync.js"
38 ["test_contextmenu_by_mouse_on_unix.html"]
39 run-if = [
40   "os == 'linux'",
41   "os == 'android'",
43 skip-if = ["headless"] # headless widget doesn't dispatch contextmenu event by mouse event.
45 ["test_keypress_event_with_alt_on_mac.html"]
46 run-if = ["os == 'mac'"]
48 ["test_mouse_event_with_control_on_mac.html"]
49 run-if = ["os == 'mac'"]
50 support-files = ["!/gfx/layers/apz/test/mochitest/apz_test_utils.js"]
52 ["test_picker_no_crash.html"]
53 skip-if = [
54   "asan",
55   "debug", # bug 1267491
57 support-files = ["window_picker_no_crash_child.html"]
59 ["test_textScaleFactor_system_font.html"]
60 skip-if = ["display == 'wayland' && os_version == '22.04'"]  # Bug 1857075