tor-browser

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

xpcshell-parent-process.toml (2815B)


      1 [DEFAULT]
      2 dupe-manifest = ""
      3 head = "xpcshell-head-parent-process.js"
      4 tags = "inc-origin-init"
      5 tail =  ""
      6 support-files = [
      7  "URLSearchParams_profile.zip",
      8  "bug1056939_profile.zip",
      9  "idbSubdirUpgrade1_profile.zip",
     10  "idbSubdirUpgrade2_profile.zip",
     11  "mutableFileUpgrade_profile.zip",
     12  "obsoleteOriginAttributes_profile.zip",
     13  "orphaned_files_profile.zip",
     14  "oldDirectories_profile.zip",
     15  "GlobalObjectsChild.js",
     16  "GlobalObjectsModule.sys.mjs",
     17  "GlobalObjectsSandbox.js",
     18  "metadata2Restore_profile.zip",
     19  "metadataRestore_profile.zip",
     20  "fileListUpgrade_profile.zip",
     21  "schema18upgrade_profile.zip",
     22  "schema21upgrade_profile.zip",
     23  "schema23upgrade_profile.zip",
     24  "snappyUpgrade_profile.zip",
     25  "storagePersistentUpgrade_profile.zip",
     26  "wasm_get_values_profile.zip",
     27  "xpcshell-shared.toml",
     28 ]
     29 
     30 ["include:xpcshell-shared.toml"]
     31 
     32 ["make_URLSearchParams.js"]
     33 run-if = [
     34  "false", # Only used for recreating URLSearchParams_profile.zip
     35 ]
     36 
     37 ["test_URLSearchParams.js"]
     38 
     39 ["test_bad_origin_directory.js"]
     40 
     41 ["test_blob_file_backed.js"]
     42 
     43 ["test_bug1056939.js"]
     44 
     45 ["test_cleanup_transaction.js"]
     46 
     47 ["test_clear_object_store_with_indexes.js"]
     48 requesttimeoutfactor = 2  # Slow on Windows
     49 run-sequentially = [
     50  "os == 'mac'", # frequent parallel fail on Mac
     51  "os == 'linux'", # frequent parallel fail on Linux
     52 ]
     53 skip-if = [
     54  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # Bug 1959284
     55 ]
     56 
     57 ["test_connection_idle_maintenance.js"]
     58 
     59 ["test_connection_idle_maintenance_stop.js"]
     60 
     61 ["test_databaseWorkStarted.js"]
     62 
     63 ["test_database_close_without_onclose.js"]
     64 
     65 ["test_database_onclose.js"]
     66 
     67 ["test_fileListUpgrade.js"]
     68 
     69 ["test_file_copy_failure.js"]
     70 
     71 ["test_globalObjects_ipc.js"]
     72 
     73 ["test_idbSubdirUpgrade.js"]
     74 
     75 ["test_idle_maintenance.js"]
     76 
     77 ["test_idle_maintenance_and_databases.js"]
     78 
     79 ["test_invalidate.js"]
     80 # disabled for the moment.
     81 skip-if = [
     82  "true",
     83 ]
     84 
     85 ["test_marker_file.js"]
     86 
     87 ["test_maximal_serialized_object_size.js"]
     88 
     89 ["test_maximal_structured_clone_size.js"]
     90 
     91 ["test_metadata2Restore.js"]
     92 
     93 ["test_metadataRestore.js"]
     94 
     95 ["test_mutableFileUpgrade.js"]
     96 
     97 ["test_obsoleteOriginAttributesUpgrade.js"]
     98 
     99 ["test_oldDirectories.js"]
    100 
    101 ["test_orphaned_files.js"]
    102 
    103 ["test_quotaExceeded_recovery.js"]
    104 
    105 ["test_readwriteflush_disabled.js"]
    106 
    107 ["test_schema18upgrade.js"]
    108 
    109 ["test_schema21upgrade.js"]
    110 
    111 ["test_schema23upgrade.js"]
    112 
    113 ["test_slowDatabaseInitialization.js"]
    114 
    115 ["test_slowStorageInitialization.js"]
    116 
    117 ["test_snappyUpgrade.js"]
    118 
    119 ["test_storagePersistentUpgrade.js"]
    120 
    121 ["test_temporary_storage.js"]
    122 requesttimeoutfactor = 2  # Slow on Linux and Windows
    123 skip-if = [
    124  "inc_origin_init", # bug 1942783
    125 ]
    126 
    127 ["test_transaction_durability.js"]
    128 
    129 ["test_unexpectedDirectory.js"]
    130 
    131 ["test_view_put_get_values.js"]
    132 
    133 ["test_wasm_get_values.js"]
    134 
    135 ["test_wasm_put_get_values.js"]