blob: acccf1f8f06961f31c461f37247143f25badbb63 (
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
|
[DEFAULT]
skip-if = [
"debug", # Bug 1507747
"asan", # Bug 1520398
"tsan"
]
support-files = ["head.js"]
["browser_accessibility.js"]
["browser_basic.js"]
["browser_clipboard.js"]
fail-if = ["a11y_checks"] # Bug 1854447 th, td.cell-value, #prefs may not be focusable; #show-all may be unlabeled
["browser_edit.js"]
fail-if = ["a11y_checks"] # Bug 1854447 span, th, td.cell-value may not be focusable; #show-all, input, button-add/delete/reset ghost-buttons may not be labeled
skip-if = ["os == 'linux' && ccov"] # Bug 1613515, the test consistently times out on Linux coverage builds.
["browser_locked.js"]
["browser_observe.js"]
skip-if = ["os == 'linux' && ccov"] # Bug 1614978, the test consistently times out on Linux coverage builds.
["browser_search.js"]
["browser_warning.js"]
|