122 lines
3.5 KiB
TOML
122 lines
3.5 KiB
TOML
[DEFAULT]
|
|
head = "head.js"
|
|
tags = "condprof inc-origin-init"
|
|
support-files = [
|
|
"archive_profile.zip",
|
|
"corruptedDatabase_profile.zip",
|
|
"corruptedDatabase_missingUsageFile_profile.zip",
|
|
"groupMismatch_profile.zip",
|
|
"migration_profile.zip",
|
|
"open_and_multiple_preloads_child.js",
|
|
"schema3upgrade_profile.zip",
|
|
"schema4upgrade_profile.zip",
|
|
"slowDatabaseInitialization_child.js",
|
|
"slowRequestFinalization_child.js",
|
|
"somedata_profile.zip",
|
|
"stringLength2_profile.zip",
|
|
"stringLength_profile.zip",
|
|
"usageAfterMigration_profile.zip",
|
|
]
|
|
|
|
["make_migration_emptyValue.js"]
|
|
run-if = ["false"] # Only used for recreating migration_emptyValue_profile.zip
|
|
|
|
["make_somedata.js"]
|
|
run-if = ["false"] # Only used for recreating somedata_profile.zip
|
|
|
|
["test_archive.js"]
|
|
|
|
["test_clientValidation.js"]
|
|
|
|
["test_corruptedDatabase.js"]
|
|
|
|
["test_databaseShadowing1.js"]
|
|
prefs = ["dom.storage.shadow_writes=true"]
|
|
run-sequentially = "test_databaseShadowing2.js depends on a file produced by this test"
|
|
|
|
["test_databaseShadowing2.js"]
|
|
run-sequentially = "this test depends on a file produced by test_databaseShadowing1.js"
|
|
|
|
["test_databaseShadowing_clearOrigin1.js"]
|
|
prefs = ["dom.storage.shadow_writes=true"]
|
|
run-sequentially = "test_databaseShadowing_clearOrigin2.js depends on a file produced by this test"
|
|
|
|
["test_databaseShadowing_clearOrigin2.js"]
|
|
run-sequentially = "this test depends on a file produced by test_databaseShadowing_clearOrigin1.js"
|
|
|
|
["test_databaseShadowing_clearOriginsByPattern1.js"]
|
|
prefs = ["dom.storage.shadow_writes=true"]
|
|
run-sequentially = "test_databaseShadowing_clearOriginsByPattern2.js depends on a file produced by this test"
|
|
|
|
["test_databaseShadowing_clearOriginsByPattern2.js"]
|
|
run-sequentially = "this test depends on a file produced by test_databaseShadowing_clearOriginsByPattern1.js"
|
|
|
|
["test_databaseShadowing_clearOriginsByPrefix1.js"]
|
|
prefs = ["dom.storage.shadow_writes=true"]
|
|
run-sequentially = "test_databaseShadowing_clearOriginsByPrefix2.js depends on a file produced by this test"
|
|
|
|
["test_databaseShadowing_clearOriginsByPrefix2.js"]
|
|
run-sequentially = "this test depends on a file produced by test_databaseShadowing_clearOriginsByPrefix1.js"
|
|
|
|
["test_databaseWorkStarted.js"]
|
|
|
|
["test_eviction.js"]
|
|
|
|
["test_flushing.js"]
|
|
|
|
["test_groupLimit.js"]
|
|
|
|
["test_groupMismatch.js"]
|
|
|
|
["test_largeItems.js"]
|
|
|
|
["test_lsng_enabled.js"]
|
|
|
|
["test_migration.js"]
|
|
prefs = ["dom.storage.enable_migration_from_unsupported_legacy_implementation=true"]
|
|
|
|
["test_migration_emptyValue.js"]
|
|
prefs = ["dom.storage.enable_migration_from_unsupported_legacy_implementation=true"]
|
|
support-files = ["migration_emptyValue_profile.zip",]
|
|
|
|
["test_old_lsng_pref.js"]
|
|
|
|
["test_open_and_multiple_preloads.js"]
|
|
|
|
["test_orderingAfterRemoveAdd.js"]
|
|
|
|
["test_originInit.js"]
|
|
|
|
["test_preloading.js"]
|
|
|
|
["test_requestFinalizationStarted.js"]
|
|
|
|
["test_schema3upgrade.js"]
|
|
|
|
["test_schema4upgrade.js"]
|
|
|
|
["test_shutdownDuringRequestFinalization.js"]
|
|
|
|
["test_slowDatabaseInitialization.js"]
|
|
|
|
["test_slowRequestFinalization.js"]
|
|
|
|
["test_slowStorageInitialization.js"]
|
|
|
|
["test_snapshotting.js"]
|
|
requesttimeoutfactor = 4
|
|
|
|
["test_stringLength.js"]
|
|
prefs = ["dom.storage.enable_migration_from_unsupported_legacy_implementation=true"]
|
|
|
|
["test_stringLength2.js"]
|
|
prefs = ["dom.storage.enable_migration_from_unsupported_legacy_implementation=true"]
|
|
|
|
["test_unicodeCharacters.js"]
|
|
|
|
["test_uri_encoding_edge_cases.js"]
|
|
|
|
["test_usage.js"]
|
|
|
|
["test_usageAfterMigration.js"]
|
|
prefs = ["dom.storage.enable_migration_from_unsupported_legacy_implementation=true"]
|