tor-browser

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

browser.toml (1009B)


      1 [DEFAULT]
      2 skip-if = [
      3  "ccov",
      4  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # bug 1784517
      5  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # bug 1784517
      6 ]
      7 tags = "contentsandbox"
      8 support-files = [
      9  "browser_content_sandbox_utils.js",
     10  "browser_content_sandbox_fs_tests.js",
     11  "mac_register_font.py",
     12  "../../../layout/reftests/fonts/fira/FiraSans-Regular.otf"
     13 ]
     14 
     15 ["browser_bug1393259.js"]
     16 support-files = ["bug1393259.html"]
     17 run-if = [
     18  "os == 'mac'", # This is a Mac-specific test
     19 ]
     20 skip-if = [
     21  "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1929424
     22 ]
     23 tags = "os_integration"
     24 
     25 ["browser_content_sandbox_fs.js"]
     26 skip-if = [
     27  "os == 'win' && os_version == '11.26100' && arch == 'x86' && debug", # bug 1379635
     28  "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && debug", # bug 1379635
     29 ]
     30 
     31 ["browser_content_sandbox_syscalls.js"]
     32 
     33 ["browser_sandbox_test.js"]
     34 run-if = [
     35  "debug",
     36 ]