browser_aj.toml (7222B)
1 [DEFAULT] 2 tags = "devtools" 3 subsuite = "devtools" 4 support-files = [ 5 "examples/*", 6 "head.js", 7 "shared-head.js", 8 "!/devtools/client/framework/browser-toolbox/test/helpers-browser-toolbox.js", 9 "!/devtools/client/inspector/test/head.js", 10 "!/devtools/client/inspector/test/shared-head.js", 11 "!/devtools/client/shared/test/shared-head.js", 12 "!/devtools/client/shared/test/telemetry-test-helpers.js", 13 "!/devtools/client/shared/test/highlighter-test-actor.js", 14 "!/devtools/client/webconsole/test/browser/shared-head.js", 15 ] 16 prefs = [ 17 "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). 18 "javascript.options.experimental.explicit_resource_management=true", # This pref has to be set before the process starts 19 ] 20 21 ["browser_dbg-async-stepping.js"] 22 23 ["browser_dbg-asyncstacks.js"] 24 25 ["browser_dbg-audiocontext.js"] 26 27 ["browser_dbg-backgroundtask-debugging.js"] 28 skip-if = [ 29 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # Bug 1937229 30 "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1937229 31 ] 32 33 ["browser_dbg-bfcache.js"] 34 35 ["browser_dbg-blackbox-all.js"] 36 37 ["browser_dbg-blackbox-original.js"] 38 39 ["browser_dbg-blackbox.js"] 40 skip-if = [ 41 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", 42 ] 43 44 ["browser_dbg-breaking-from-console.js"] 45 46 ["browser_dbg-breaking.js"] 47 48 ["browser_dbg-breakpoint-skipping-console.js"] 49 50 ["browser_dbg-breakpoint-skipping.js"] 51 fail-if = [ 52 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 53 ] 54 55 ["browser_dbg-breakpoints-actions.js"] 56 57 ["browser_dbg-breakpoints-columns.js"] 58 fail-if = [ 59 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 60 ] 61 62 ["browser_dbg-breakpoints-cond-functional.js"] 63 64 ["browser_dbg-breakpoints-cond-shortcut.js"] 65 fail-if = [ 66 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 67 ] 68 69 ["browser_dbg-breakpoints-cond-source-maps.js"] 70 71 ["browser_dbg-breakpoints-cond-ui-state.js"] 72 fail-if = [ 73 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 74 ] 75 76 ["browser_dbg-breakpoints-debugger-statement.js"] 77 fail-if = [ 78 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 79 ] 80 81 ["browser_dbg-breakpoints-duplicate-functions.js"] 82 83 ["browser_dbg-breakpoints-in-evaled-sources.js"] 84 85 ["browser_dbg-breakpoints-list.js"] 86 fail-if = [ 87 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 88 ] 89 90 ["browser_dbg-breakpoints-popup.js"] 91 92 ["browser_dbg-breakpoints-reloading-with-source-changes.js"] 93 94 ["browser_dbg-breakpoints-reloading.js"] 95 fail-if = [ 96 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 97 ] 98 99 ["browser_dbg-breakpoints-same-file-per-target.js"] 100 101 ["browser_dbg-breakpoints-scroll-to-log.js"] 102 103 ["browser_dbg-breakpoints-sourcemap-with-sections.js"] 104 105 ["browser_dbg-breakpoints.js"] 106 fail-if = [ 107 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 108 ] 109 110 ["browser_dbg-browser-toolbox-unselected-pause.js"] 111 skip-if = [ 112 "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1937315 113 ] 114 115 ["browser_dbg-browser-toolbox-workers.js"] 116 skip-if = [ 117 "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1767721 118 ] 119 120 ["browser_dbg-call-stack.js"] 121 122 ["browser_dbg-chrome-create.js"] 123 124 ["browser_dbg-console-async.js"] 125 126 ["browser_dbg-console-eval.js"] 127 fail-if = [ 128 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 129 ] 130 131 ["browser_dbg-console-link.js"] 132 133 ["browser_dbg-console-map-bindings.js"] 134 135 ["browser_dbg-console.js"] 136 fail-if = [ 137 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 138 ] 139 140 ["browser_dbg-content-script-sources.js"] 141 142 ["browser_dbg-continue-to-here-click.js"] 143 fail-if = [ 144 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 145 ] 146 147 ["browser_dbg-continue-to-here.js"] 148 fail-if = [ 149 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 150 ] 151 152 ["browser_dbg-custom-formatters.js"] 153 fail-if = [ 154 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 155 ] 156 157 ["browser_dbg-debug-line.js"] 158 159 ["browser_dbg-debugger-buttons.js"] 160 161 ["browser_dbg-dom-mutation-breakpoints-fission.js"] 162 fail-if = [ 163 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 164 ] 165 166 ["browser_dbg-dom-mutation-breakpoints.js"] 167 fail-if = [ 168 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 169 ] 170 171 ["browser_dbg-eager-eval-skip-pause.js"] 172 173 ["browser_dbg-editor-exception.js"] 174 175 ["browser_dbg-editor-gutter.js"] 176 fail-if = [ 177 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 178 ] 179 180 ["browser_dbg-editor-highlight.js"] 181 182 ["browser_dbg-editor-horizontal-scroll.js"] 183 184 ["browser_dbg-editor-mode.js"] 185 186 ["browser_dbg-editor-scroll.js"] 187 188 ["browser_dbg-editor-select.js"] 189 190 ["browser_dbg-ember-original-variable-mapping-notifications.js"] 191 fail-if = [ 192 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 193 ] 194 195 ["browser_dbg-es-module-worker.js"] 196 197 ["browser_dbg-es-module.js"] 198 199 ["browser_dbg-eval-throw.js"] 200 201 ["browser_dbg-event-breakpoints-fission.js"] 202 203 ["browser_dbg-event-breakpoints-unsupported.js"] 204 fail-if = [ 205 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 206 ] 207 208 ["browser_dbg-event-breakpoints.js"] 209 fail-if = [ 210 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 211 ] 212 skip-if = [ 213 "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1959062 214 ] 215 216 ["browser_dbg-event-handler.js"] 217 218 ["browser_dbg-expressions-error.js"] 219 fail-if = [ 220 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 221 ] 222 223 ["browser_dbg-expressions-focus.js"] 224 225 ["browser_dbg-expressions-thread.js"] 226 fail-if = [ 227 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 228 ] 229 230 ["browser_dbg-expressions-watch.js"] 231 232 ["browser_dbg-expressions.js"] 233 fail-if = [ 234 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 235 ] 236 237 ["browser_dbg-extension-inspectedWindow-debugger-statement.js"] 238 239 ["browser_dbg-fission-frame-breakpoint.js"] 240 241 ["browser_dbg-fission-frame-pause-exceptions.js"] 242 243 ["browser_dbg-fission-frame-sources.js"] 244 245 ["browser_dbg-fission-project-search.js"] 246 247 ["browser_dbg-fission-switch-target.js"] 248 249 ["browser_dbg-gc-breakpoint-positions.js"] 250 251 ["browser_dbg-gc-sources.js"] 252 253 ["browser_dbg-go-to-line.js"] 254 255 ["browser_dbg-html-breakpoints.js"] 256 257 ["browser_dbg-idb-run-to-completion.js"] 258 259 ["browser_dbg-iframes.js"] 260 261 ["browser_dbg-inline-cache.js"] 262 263 ["browser_dbg-inline-exceptions-inline-script.js"] 264 265 ["browser_dbg-inline-exceptions-position.js"] 266 267 ["browser_dbg-inline-exceptions.js"] 268 269 ["browser_dbg-inline-preview.js"] 270 skip-if = [ 271 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # Bug 1607636 272 ] 273 274 ["browser_dbg-inline-script-offset.js"]