tor-browser

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

xpcshell.toml (1359B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 head =  ''
      6 firefox-appdir = "browser"
      7 tags = "os_integration"
      8 
      9 ["test_ContextId_LegacyBackend.js"]
     10 prefs = ["browser.contextual-services.contextId.rust-component.enabled=false"]
     11 
     12 ["test_ContextId_RustBackend.js"]
     13 prefs = ["browser.contextual-services.contextId.rust-component.enabled=true"]
     14 
     15 ["test_Dedupe.js"]
     16 
     17 ["test_E10SUtils_nested_URIs.js"]
     18 
     19 ["test_FilterAdult.js"]
     20 prefs = ["browser.newtabpage.activity-stream.filterAdult=true"]
     21 
     22 ["test_FirefoxBridgeExtensionUtils.js"]
     23 run-if = [
     24  "os == 'win'", # Test of a Windows-specific feature
     25 ]
     26 
     27 ["test_FirefoxBridgeExtensionUtilsNativeManifest.js"]
     28 run-if = [
     29  "os == 'mac'",
     30  "os == 'win'",
     31 ]
     32 
     33 ["test_HomePage.js"]
     34 
     35 ["test_HomePage_ignore.js"]
     36 
     37 ["test_InstallationTelemetry.js"]
     38 run-if = [
     39  "os == 'win'", # Test of a Windows-specific feature
     40 ]
     41 
     42 ["test_LaterRun.js"]
     43 
     44 ["test_LinksCache.js"]
     45 
     46 ["test_ProfileCounter.js"]
     47 run-if = [
     48  "os == 'win'", # Test of a Windows-specific feature
     49 ]
     50 
     51 ["test_Sanitizer_interrupted.js"]
     52 prefs = ["privacy.sanitize.useOldClearHistoryDialog=true"]
     53 
     54 ["test_Sanitizer_interrupted_v2.js"]
     55 prefs = ["privacy.sanitize.useOldClearHistoryDialog=false"]
     56 
     57 ["test_SiteDataManager.js"]
     58 
     59 ["test_SiteDataManagerContainers.js"]
     60 
     61 ["test_SitePermissions.js"]
     62 
     63 ["test_SitePermissions_temporary.js"]
     64 
     65 ["test_TabUnloader.js"]
     66 
     67 ["test_discovery.js"]