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.
]
["test_autoconfig.js"]
skip-if = [
"os == 'android' && os_version == '14' && arch == '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 = ["true"] # fails more than 50% of the time in parallel
skip-if = [
"os == 'android' && os_version == '14' && arch == 'x86_64' && debug && !fission", # Bug 1982954
]
["test_autoconfig_nonascii.js"]
run-sequentially = ["true"] # fails 70% of the time in parallel
skip-if = [
"os == 'android' && os_version == '14' && arch == 'x86_64' && debug && !fission", # Bug 1982954
]
["test_autoconfig_sysconfd.js"]
run-if = [
"os == 'linux'",
]