tor-browser

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

xpcshell.toml (1314B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 firefox-appdir = "browser"
      6 head = "../../../../extensions/newtab/test/xpcshell/head.js"
      7 prefs = [
      8  "browser.newtabpage.resource-mapping.log=true",
      9  "browser.startup.homepage.abouthome_cache.testing=true",
     10 ]
     11 support-files = [
     12  "component-registrants/TestRegistrant1.sys.mjs",
     13  "component-registrants/TestRegistrant2.sys.mjs",
     14  "component-registrants/TestRegistrantDuplicateTypes.sys.mjs",
     15  "component-registrants/TestRegistrantInvalidConfigs.sys.mjs",
     16  "component-registrants/NotARegistrant.sys.mjs",
     17 ]
     18 
     19 ["test_AboutHomeStartupCacheChild.js"]
     20 
     21 ["test_AboutNewTab.js"]
     22 
     23 ["test_AboutNewTabComponentRegistry.js"]
     24 
     25 ["test_AboutNewTabRedirector.js"]
     26 
     27 ["test_disableNewTabAsAddon_pref.js"]
     28 prefs = ["browser.newtabpage.disableNewTabAsAddon=true"]
     29 
     30 ["test_nimbus_newtabTrainhopAddon.js"]
     31 head = "../../../../extensions/newtab/test/xpcshell/head.js head_nimbus_trainhop.js"
     32 skip-if = [
     33  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # Bug 1989373
     34 ]
     35 
     36 ["test_nimbus_newtabTrainhopAddon_firstStartup.js"]
     37 head = "../../../../extensions/newtab/test/xpcshell/head.js head_nimbus_trainhop.js"
     38 
     39 ["test_nimbus_newtabTrainhopAddon_onBrowserReady.js"]
     40 head = "../../../../extensions/newtab/test/xpcshell/head.js head_nimbus_trainhop.js"