Source code

Revision control

Copy as Markdown

Other Tools

[DEFAULT]
head = ""
support-files = [
"autoconfig-all.cfg",
"autoconfig-latin1.cfg",
"autoconfig-utf8.cfg",
"autoconfig-chromecheck.cfg",
"autoconfig-no-sandbox-check.cfg",
"autoconfig.js",
"autoconfig-no-sandbox.js",
]
run-if = ["!msix"] # Does not work in MSIX builds.
skip-if = ["os == 'android' && android_version == '24' && processor == 'x86_64' && debug"]
["test_autoconfig.js"]
skip-if = [
"os == 'android' && android_version == '34' && processor == 'x86_64' && debug && !fission", # Bug 1982954
]
["test_autoconfig_custom_path.js"]
run-if = ["os == 'linux'"]
["test_autoconfig_default_path.js"]
run-if = ["os == 'linux'"]
["test_autoconfig_no_sandbox.js"]
run-sequentially = "very high failure rate in parallel"
skip-if = [
"os == 'android' && android_version == '34' && processor == 'x86_64' && debug && !fission", # Bug 1982954
]
["test_autoconfig_nonascii.js"]
run-sequentially = "very high failure rate in parallel"
skip-if = [
"os == 'android' && android_version == '34' && processor == 'x86_64' && debug && !fission", # Bug 1982954
]