File: mochitest.toml

package info (click to toggle)
firefox 149.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,767,760 kB
  • sloc: cpp: 7,416,064; javascript: 6,752,859; ansic: 3,774,850; python: 1,250,473; xml: 641,578; asm: 439,191; java: 186,617; sh: 56,634; makefile: 18,856; objc: 13,092; perl: 12,763; pascal: 5,960; yacc: 4,583; cs: 3,846; lex: 1,720; ruby: 1,002; php: 436; lisp: 258; awk: 105; sql: 66; sed: 53; csh: 10; exp: 6
file content (115 lines) | stat: -rw-r--r-- 3,523 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
[DEFAULT]
support-files = ["clipboard_helper.js"]
tags = "os_integration"

["test_AltGr_key_events_in_web_content_on_windows.html"]
run-if = [
  "os == 'win'",
]
skip-if = [
  "headless", # bug 1410525
]

["test_actionhint.html"]

["test_assign_event_data.html"]
skip-if = [
  "os == 'mac' && os_version == '10.15' && arch == 'x86_64'", # bug 933303
  "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # bug 933303
  "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # bug 933303
  "os == 'win' && headless",
]

["test_autocapitalize.html"]

["test_autocorrect.html"]

["test_clipboard.html"]
skip-if = [
  "headless", # bug 1852983
  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1857075
]
support-files = ["file_test_clipboard.js"]

["test_clipboard_asyncSetData.html"]
support-files = ["file_test_clipboard_asyncSetData.js"]

["test_clipboard_getDataSnapshot.html"]
support-files = ["file_test_clipboard_getDataSnapshot.js"]
skip-if = [
  "os == 'android' && os_version == '14' && arch == 'x86_64' && debug", # Bug 1982951
  "os == 'android' && os_version == '14' && arch == 'x86_64' && opt", # Bug 1982951
  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1879835
]

["test_clipboard_getDataSnapshotSync.html"]
support-files = "file_test_clipboard_getDataSnapshotSync.js"
skip-if = [
  "os == 'android' && os_version == '14' && arch == 'x86_64' && debug", # Bug 1982951
  "os == 'android' && os_version == '14' && arch == 'x86_64' && opt", # Bug 1982951
  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1879835
]

["test_clipboard_pngPreservesTransparency.html"]
skip-if = [
  "headless", # Clipboard call to get PNG data fails (bug 1878643)
  "os == 'android'", # Android cannot copy image contents (bug 1299578)
]
support-files = "file_test_clipboard_pngPreservesTransparency.js"
scheme = "https" # ImageDecoder requires secure context

["test_clipboard_read_paste_ignoreNuls.html"]

["test_contextmenu_by_mouse_on_unix.html"]
run-if = [
  "os == 'android'",
  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'",
  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'",
]
skip-if = [
  "headless", # headless widget doesn't dispatch contextmenu event by mouse event.
]

["test_contextmenu_chorded_buttons.html"]
run-if = [
  "os == 'win'", # only Windows updates the mouse button state when enqueuing native mouse down event.
]
skip-if = [
  "headless", # headless widget doesn't dispatch contextmenu event by mouse event.
  "xorigin", # high-frequently intermittent fail
]

["test_dnd_ignoreNuls.html"]
skip-if = [
  "headless", # DND test requires a window!  nsDragService is not available.
  "opt && xorigin && verify-standalone",
  "os == 'android'", #  Fx on android does not currently support DND
]

["test_keypress_event_with_alt_on_mac.html"]
run-if = [
  "os == 'mac'",
]

["test_mouse_double_click_on_android.html"]
run-if = [
  "os == 'android'",
]

["test_mouse_event_with_control_on_mac.html"]
run-if = [
  "os == 'mac'",
]
support-files = ["!/gfx/layers/apz/test/mochitest/apz_test_utils.js"]

["test_picker_no_crash.html"]
skip-if = [
  "asan",
  "debug", # bug 1267491
]
support-files = ["window_picker_no_crash_child.html"]

["test_textScaleFactor_system_font.html"]
skip-if = [
  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1857075
]