tor-browser

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

xpcshell.toml (527B)


      1 [DEFAULT]
      2 head = "head.js"
      3 tags = "inc-origin-init"
      4 support-files = [
      5  "bug1425146_profile.zip",
      6  "schema_15_profile.zip",
      7  "schema_25_profile.zip",
      8 ]
      9 
     10 ["make_profile.js"]
     11 run-if = [
     12  "false", # dummy test entry to generate profile zip files
     13 ]
     14 
     15 ["test_bug1425146.js"]
     16 
     17 ["test_databaseWorkStarted.js"]
     18 
     19 ["test_empty_directories.js"]
     20 
     21 ["test_migration.js"]
     22 
     23 ["test_originInit.js"]
     24 
     25 ["test_padding_error_handle.js"]
     26 
     27 ["test_schema_26_upgrade.js"]
     28 
     29 ["test_slowDatabaseInitialization.js"]
     30 
     31 ["test_slowStorageInitialization.js"]