tor-browser

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

xpcshell.toml (3642B)


      1 [DEFAULT]
      2 head = "head.js"
      3 tags = "condprof inc-origin-init"
      4 support-files = [
      5  "archive_profile.zip",
      6  "corruptedDatabase_profile.zip",
      7  "corruptedDatabase_missingUsageFile_profile.zip",
      8  "groupMismatch_profile.zip",
      9  "migration_profile.zip",
     10  "open_and_multiple_preloads_child.js",
     11  "schema3upgrade_profile.zip",
     12  "schema4upgrade_profile.zip",
     13  "slowDatabaseInitialization_child.js",
     14  "slowRequestFinalization_child.js",
     15  "somedata_profile.zip",
     16  "stringLength2_profile.zip",
     17  "stringLength_profile.zip",
     18  "usageAfterMigration_profile.zip",
     19 ]
     20 
     21 ["make_migration_emptyValue.js"]
     22 run-if = [
     23  "false", # Only used for recreating migration_emptyValue_profile.zip
     24 ]
     25 
     26 ["make_somedata.js"]
     27 run-if = [
     28  "false", # Only used for recreating somedata_profile.zip
     29 ]
     30 
     31 ["test_archive.js"]
     32 
     33 ["test_clientValidation.js"]
     34 
     35 ["test_corruptedDatabase.js"]
     36 
     37 ["test_databaseShadowing1.js"]
     38 prefs = ["dom.storage.shadow_writes=true"]
     39 run-sequentially = ["true"] # test_databaseShadowing2.js depends on a file produced by this test
     40 
     41 ["test_databaseShadowing2.js"]
     42 run-sequentially = ["true"] # this test depends on a file produced by test_databaseShadowing1.js
     43 
     44 ["test_databaseShadowing_clearOrigin1.js"]
     45 prefs = ["dom.storage.shadow_writes=true"]
     46 run-sequentially = ["true"] # test_databaseShadowing_clearOrigin2.js depends on a file produced by this test
     47 
     48 ["test_databaseShadowing_clearOrigin2.js"]
     49 run-sequentially = ["true"] # this test depends on a file produced by test_databaseShadowing_clearOrigin1.js
     50 
     51 ["test_databaseShadowing_clearOriginsByPattern1.js"]
     52 prefs = ["dom.storage.shadow_writes=true"]
     53 run-sequentially = ["true"] # test_databaseShadowing_clearOriginsByPattern2.js depends on a file produced by this test
     54 
     55 ["test_databaseShadowing_clearOriginsByPattern2.js"]
     56 run-sequentially = ["true"] # this test depends on a file produced by test_databaseShadowing_clearOriginsByPattern1.js
     57 
     58 ["test_databaseShadowing_clearOriginsByPrefix1.js"]
     59 prefs = ["dom.storage.shadow_writes=true"]
     60 run-sequentially = ["true"] # test_databaseShadowing_clearOriginsByPrefix2.js depends on a file produced by this test
     61 
     62 ["test_databaseShadowing_clearOriginsByPrefix2.js"]
     63 run-sequentially = ["true"] # this test depends on a file produced by test_databaseShadowing_clearOriginsByPrefix1.js
     64 
     65 ["test_databaseWorkStarted.js"]
     66 
     67 ["test_eviction.js"]
     68 
     69 ["test_flushing.js"]
     70 
     71 ["test_groupLimit.js"]
     72 
     73 ["test_groupMismatch.js"]
     74 
     75 ["test_largeItems.js"]
     76 
     77 ["test_lsng_enabled.js"]
     78 
     79 ["test_migration.js"]
     80 prefs = ["dom.storage.enable_migration_from_unsupported_legacy_implementation=true"]
     81 
     82 ["test_migration_emptyValue.js"]
     83 prefs = ["dom.storage.enable_migration_from_unsupported_legacy_implementation=true"]
     84 support-files = ["migration_emptyValue_profile.zip",]
     85 
     86 ["test_old_lsng_pref.js"]
     87 
     88 ["test_open_and_multiple_preloads.js"]
     89 
     90 ["test_orderingAfterRemoveAdd.js"]
     91 
     92 ["test_originInit.js"]
     93 
     94 ["test_preloading.js"]
     95 
     96 ["test_requestFinalizationStarted.js"]
     97 
     98 ["test_schema3upgrade.js"]
     99 
    100 ["test_schema4upgrade.js"]
    101 
    102 ["test_shutdownDuringRequestFinalization.js"]
    103 
    104 ["test_slowDatabaseInitialization.js"]
    105 
    106 ["test_slowRequestFinalization.js"]
    107 
    108 ["test_slowStorageInitialization.js"]
    109 
    110 ["test_snapshotting.js"]
    111 requesttimeoutfactor = 2  # Slow on debug
    112 
    113 ["test_stringLength.js"]
    114 prefs = ["dom.storage.enable_migration_from_unsupported_legacy_implementation=true"]
    115 
    116 ["test_stringLength2.js"]
    117 prefs = ["dom.storage.enable_migration_from_unsupported_legacy_implementation=true"]
    118 
    119 ["test_unicodeCharacters.js"]
    120 
    121 ["test_uri_encoding_edge_cases.js"]
    122 
    123 ["test_usage.js"]
    124 
    125 ["test_usageAfterMigration.js"]
    126 prefs = ["dom.storage.enable_migration_from_unsupported_legacy_implementation=true"]