summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/browser_kz.toml
blob: 6b39a42b9493c344665a3bb3703f58849d9749d2 (plain)
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
[DEFAULT]
tags = "devtools"
subsuite = "devtools"
skip-if = [
  "asan", # Frequent failures when opening tabs due to OOM issues, bug 1760260
]
support-files = [
  "examples/*",
  "integration-tests/*",
  "head.js",
  "shared-head.js",
  "!/devtools/client/framework/browser-toolbox/test/helpers-browser-toolbox.js",
  "!/devtools/client/inspector/test/head.js",
  "!/devtools/client/inspector/test/shared-head.js",
  "!/devtools/client/shared/test/shared-head.js",
  "!/devtools/client/shared/test/telemetry-test-helpers.js",
  "!/devtools/client/shared/test/highlighter-test-actor.js",
  "!/devtools/client/webconsole/test/browser/shared-head.js",
]
prefs = [
 "dom.ipc.processPrelaunch.enabled=false", # Disable randomly spawning processes during tests. After enabling windowless service workers, a process spawning will trigger an update of the service workers list which can fail the test if it occurs during shutdown (unhandled promise rejection).
 "devtools.debugger.features.javascript-tracing=true", # This pref has to be set before the process starts
]

["browser_dbg-keyboard-navigation.js"]

["browser_dbg-keyboard-shortcuts-modal.js"]

["browser_dbg-keyboard-shortcuts.js"]

["browser_dbg-layout-changes.js"]

["browser_dbg-link-reload.js"]
skip-if = [
  "os == 'linux' && asan", # Bug 1715866
  "os == 'win' && bits == 64", # Bug 1715866
]

["browser_dbg-log-events.js"]

["browser_dbg-log-point-mapping.js"]

["browser_dbg-log-points-workers.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-log-points.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-many-breakpoints-same-line.js"]

["browser_dbg-merge-scopes.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-message-run-to-completion.js"]

["browser_dbg-minified.js"]

["browser_dbg-navigation-when-paused.js"]

["browser_dbg-navigation.js"]
skip-if = [
  "verify && debug && os == 'mac'", # Bug 1307249
  "os == 'linux' && debug && bits == 64", # Bug 1307249
  "os == 'mac' && debug", # Bug 1307249
]

["browser_dbg-no-duplicate-breakpoints-on-frame-reload.js"]

["browser_dbg-old-breakpoint.js"]
skip-if = [
  "os == 'linux'", #Bug 1644044
  "os == 'mac'", #Bug 1644044
]

["browser_dbg-outline-filter.js"]

["browser_dbg-outline-focus.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
skip-if = ["verify"]

["browser_dbg-outline-pretty.js"]

["browser_dbg-outline.js"]

["browser_dbg-overrides.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-pause-exceptions.js"]

["browser_dbg-pause-on-next.js"]

["browser_dbg-pause-on-unload.js"]

["browser_dbg-pause-points.js"]

["browser_dbg-pause-ux.js"]
skip-if = ["os == 'win'"]

["browser_dbg-paused-overlay-iframe.js"]

["browser_dbg-paused-overlay-loading.js"]

["browser_dbg-paused-overlay.js"]

["browser_dbg-pretty-print-breakpoints-columns.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-pretty-print-breakpoints-delete.js"]

["browser_dbg-pretty-print-breakpoints.js"]

["browser_dbg-pretty-print-console.js"]

["browser_dbg-pretty-print-flow.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-pretty-print-inline-scripts.js"]
skip-if = ["a11y_checks"] # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland)

["browser_dbg-pretty-print-paused-anonymous.js"]

["browser_dbg-pretty-print-paused.js"]

["browser_dbg-pretty-print-sourcemap.js"]

["browser_dbg-pretty-print.js"]

["browser_dbg-preview-frame.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
skip-if = ["os == 'win'"]

["browser_dbg-preview-getter.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-preview-module.js"]
skip-if = ["os == 'win'"]

["browser_dbg-preview-source-maps.js"]
skip-if = ["os == 'win'"]

["browser_dbg-preview-wrapped-lines.js"]
fail-if = ["a11y_checks"] # Bug 1860733 splitter element is not focusable

["browser_dbg-preview.js"]
skip-if = [
  "os == 'win'",
  "os == 'linux'",
  "os == 'mac' && !debug",
]

["browser_dbg-project-root.js"]

["browser_dbg-project-search.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-quick-open.js"]
skip-if = [
  "os == 'win'",
  "os == 'linux' && bits == 64 && debug", # Bug 1721999
]

["browser_dbg-react-app.js"]
skip-if = [
  "os == 'win'",
  "os == 'linux' && tsan", # Bug 1813196
]

["browser_dbg-react-jsx.js"]

["browser_dbg-reducer-cleanup-on-target-removal.js"]
skip-if = ["os == 'linux' && (debug || tsan)"] # Bug 1835255

["browser_dbg-reloading.js"]
skip-if = ["true"]

["browser_dbg-remember-expanded-scopes.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-restart-frame.js"]

["browser_dbg-returnvalues.js"]

["browser_dbg-scopes-duplicated.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-scopes-mutations.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-scopes-xrays.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-scopes.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-scroll-run-to-completion.js"]

["browser_dbg-search-file-paused.js"]
skip-if = ["os == 'win'"] # Bug 1393121

["browser_dbg-search-file-retains-query.js"]
skip-if = ["os == 'win'"] # Bug 1393121

["browser_dbg-search-file.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled
skip-if = ["os == 'win'"] # Bug 1393121

["browser_dbg-settings-disable-javascript.js"]

["browser_dbg-slow-script.js"]

["browser_dbg-source-pragma.js"]

["browser_dbg-sourceURL-breakpoint.js"]

["browser_dbg-sourcemapped-breakpoint-console.js"]
skip-if = ["os == 'win' && ccov"] # Bug 1453549

["browser_dbg-sourcemapped-preview.js"]
skip-if = ["os == 'win'"] # Bug 1448523, Bug 1448450

["browser_dbg-sourcemapped-scopes.js"]
# Bug 1441545, 1536253 - very slow on debug
skip-if = [
  "ccov",
  "debug",
  "tsan",
  "verify && debug && os == 'linux'",
  "a11y_checks", # Bugs 1858041 and 1849028 intermittent results (fails on Try, passes on Autoland)
]

["browser_dbg-sourcemapped-stepping.js"]
skip-if = ["true"] # original stepping is currently disabled

["browser_dbg-sourcemapped-toggle.js"]

["browser_dbg-sourcemaps-bogus.js"]
skip-if = ["os == 'linux' && !asan"] # bug 1447118

["browser_dbg-sourcemaps-breakpoints.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-sourcemaps-disabled.js"]

["browser_dbg-sourcemaps-ignorelist.js"]

["browser_dbg-sourcemaps-indexed.js"]
skip-if = [
  "os == 'win'", # Bug 1434792
  "verify", # Bug 1434792
]

["browser_dbg-sourcemaps-redirect.js"]

["browser_dbg-sourcemaps-reloading-quickly.js"]

["browser_dbg-sourcemaps-reloading.js"]

["browser_dbg-sourcemaps.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-sourcemaps2.js"]

["browser_dbg-sourcemaps3.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-sources-project-search.js"]

["browser_dbg-state-based-panels.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-step-in-navigate.js"]

["browser_dbg-step-in-uninitialized.js"]

["browser_dbg-stepping.js"]
skip-if = [
  "debug",
  "verify && os == 'win'",
]

["browser_dbg-tabs-keyboard.js"]
skip-if = ["os == 'win'"]

["browser_dbg-tabs-pretty-print.js"]

["browser_dbg-tabs-without-urls-selected.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-tabs-without-urls.js"]

["browser_dbg-tabs.js"]

["browser_dbg-toggling-tools.js"]

["browser_dbg-ua-widgets.js"]

["browser_dbg-unselected-pause.js"]

["browser_dbg-watchpoints.js"]
skip-if = ["true"] # Bug 1814093

["browser_dbg-windowless-service-workers-reload.js"]
skip-if = [
  "!serviceworker_e10s", # parent intercept mode required.
  "os == 'linux'", # Bug 1767716
  "win11_2009 && !debug", # Bug 1767716
]

["browser_dbg-windowless-service-workers.js"]
skip-if = [
  "!serviceworker_e10s", # parent intercept mode is needed bug 1588154. Bug 1613543, the test consistently timeouts on Linux coverage builds and WR debug builds.
  "os == 'linux'", # Bug 1732486, # Bug 1767717
  "win11_2009 && !debug", # Bug 1767717
]

["browser_dbg-windowless-workers-early-breakpoint.js"]

["browser_dbg-windowless-workers.js"]

["browser_dbg-worker-exception.js"]

["browser_dbg-worker-module.js"]

["browser_dbg-worker-nested.js"]

["browser_dbg-worker-scopes.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-wrong-fetch.js"]

["browser_dbg-xhr-breakpoints.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_dbg-xhr-run-to-completion.js"]