tor-browser

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

xpcshell.toml (372B)


      1 [DEFAULT]
      2 head =""
      3 support-files = [
      4  "data/intl_on_workers.worker.js",
      5  "data/chrome.manifest",
      6 ]
      7 
      8 ["test_bug22310.js"]
      9 
     10 ["test_intl_on_workers.js"]
     11 skip-if = [
     12  "os == 'android' && os_version == '14' && arch == 'x86_64'", # Bug 1309447
     13 ]
     14 
     15 ["test_langPackMatcher.js"]
     16 
     17 ["test_localeService.js"]
     18 
     19 ["test_localeService_negotiateLanguages.js"]
     20 
     21 ["test_osPreferences.js"]