tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

xpcshell.toml (993B)


      1 [DEFAULT]
      2 head = ""
      3 support-files = [
      4  "autoconfig-all.cfg",
      5  "autoconfig-latin1.cfg",
      6  "autoconfig-utf8.cfg",
      7  "autoconfig-chromecheck.cfg",
      8  "autoconfig-no-sandbox-check.cfg",
      9  "autoconfig.js",
     10  "autoconfig-no-sandbox.js",
     11 ]
     12 run-if = [
     13  "!msix", # Does not work in MSIX builds.
     14 ]
     15 
     16 ["test_autoconfig.js"]
     17 skip-if = [
     18  "os == 'android' && os_version == '14' && arch == 'x86_64' && debug && !fission", # Bug 1982954
     19 ]
     20 
     21 ["test_autoconfig_custom_path.js"]
     22 run-if = [
     23  "os == 'linux'",
     24 ]
     25 
     26 ["test_autoconfig_default_path.js"]
     27 run-if = [
     28  "os == 'linux'",
     29 ]
     30 
     31 ["test_autoconfig_no_sandbox.js"]
     32 run-sequentially = ["true"] # fails more than 50% of the time in parallel
     33 skip-if = [
     34  "os == 'android' && os_version == '14' && arch == 'x86_64' && debug && !fission", # Bug 1982954
     35 ]
     36 
     37 ["test_autoconfig_nonascii.js"]
     38 run-sequentially = ["true"] # fails 70% of the time in parallel
     39 skip-if = [
     40  "os == 'android' && os_version == '14' && arch == 'x86_64' && debug && !fission", # Bug 1982954
     41 ]