tor-browser

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

xpcshell.toml (840B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 head = "head.js"
      6 firefox-appdir = "browser"
      7 support-files = ["distribution.ini"]
      8 
      9 ["test_browserGlue_migration_ctrltab_recently_used_order.js"]
     10 
     11 ["test_browserGlue_migration_formautofill.js"]
     12 
     13 ["test_browserGlue_migration_no_errors.js"]
     14 
     15 ["test_browserGlue_migration_osauth.js"]
     16 skip-if = [
     17  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1973344
     18 ]
     19 
     20 ["test_browserGlue_migration_places_xulstore.js"]
     21 
     22 ["test_browserGlue_migration_removeContentBlockerPerms.js"]
     23 
     24 ["test_browserGlue_migration_remove_pref.js"]
     25 
     26 ["test_browserGlue_migration_resetDefaults.js"]
     27 
     28 ["test_browserGlue_migration_reset_tracking_table.js"]
     29 
     30 ["test_distribution.js"]
     31 
     32 ["test_distribution_cachedexistence.js"]
     33 
     34 ["test_startupTelemetry_launchMethod.js"]
     35 run-if = [
     36  "os == 'win'",
     37 ]