tor-browser

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

xpcshell.toml (1075B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 head = "../../../../../toolkit/profile/test/xpcshell/head.js head.js"
      6 firefox-appdir = "browser"
      7 
      8 prefs = [
      9  "browser.profiles.enabled=true",
     10  "browser.profiles.created=false",
     11 ]
     12 
     13 ["test_TelemetryLockCount.js"]
     14 
     15 ["test_command_line_handler.js"]
     16 run-sequentially = ["os == 'mac'"] # frequent fail in parallel on Mac
     17 
     18 ["test_copy_profile.js"]
     19 skip-if = [
     20  "os == 'mac' && os_version == '10.15' && arch == 'x86_64'", # Bug 2002468
     21 ]
     22 
     23 ["test_create_profile.js"]
     24 
     25 ["test_delete_last_profile.js"]
     26 
     27 ["test_fail_recover_storeID.js"]
     28 
     29 ["test_recover_database.js"]
     30 
     31 ["test_recover_empty_database.js"]
     32 
     33 ["test_recover_storeID.js"]
     34 
     35 ["test_relative_profile_path.js"]
     36 
     37 ["test_selectable_profile_launch.js"]
     38 
     39 ["test_selectable_profile_service_exists.js"]
     40 
     41 ["test_selectable_profiles_lifecycle.js"]
     42 skip-if = [
     43  "os == 'mac' && os_version == '10.15' && arch == 'x86_64'", # Bug 1952514
     44  "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1952514
     45 ]
     46 
     47 ["test_shared_prefs_lifecycles_methods.js"]
     48 
     49 ["test_usageProgileGroupID.js"]