tor-browser

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

browser_xdg_xdgConfigHome.toml (694B)


      1 # Any copyright is dedicated to the Public Domain.
      2 # http://creativecommons.org/publicdomain/zero/1.0/
      3 [DEFAULT]
      4 skip-if = [
      5  "ccov",
      6  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # bug 1784517
      7  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # bug 1784517
      8 ]
      9 tags = "contentsandbox"
     10 support-files = [
     11  "browser_content_sandbox_utils.js",
     12  "browser_content_sandbox_fs_tests.js",
     13 ]
     14 test-directories = "/tmp/.xdg_config_home_test"
     15 environment = [
     16  "XDG_CONFIG_HOME=/tmp/.xdg_config_home_test",
     17  "MOZ_LEGACY_HOME=0",
     18 ]
     19 
     20 ["browser_content_sandbox_fs_xdg_xdgConfigHome.js"]
     21 run-if = [
     22  "os == 'linux'",
     23 ]