1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
[DEFAULT]
head = "head.js"
tags = "condprof"
support-files = [
"archive_profile.zip",
"corruptedDatabase_profile.zip",
"corruptedDatabase_missingUsageFile_profile.zip",
"groupMismatch_profile.zip",
"migration_profile.zip",
"schema3upgrade_profile.zip",
"schema4upgrade_profile.zip",
"stringLength2_profile.zip",
"stringLength_profile.zip",
"usageAfterMigration_profile.zip",
]
["make_migration_emptyValue.js"]
skip-if = ["true"] # Only used for recreating migration_emptyValue_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_eviction.js"]
["test_flushing.js"]
["test_groupLimit.js"]
["test_groupMismatch.js"]
["test_largeItems.js"]
["test_lsng_enabled.js"]
["test_migration.js"]
["test_migration_emptyValue.js"]
support-files = ["migration_emptyValue_profile.zip",]
["test_old_lsng_pref.js"]
["test_orderingAfterRemoveAdd.js"]
["test_originInit.js"]
["test_preloading.js"]
["test_schema3upgrade.js"]
["test_schema4upgrade.js"]
["test_snapshotting.js"]
skip-if = ["tsan"] # Unreasonably slow, bug 1612707
requesttimeoutfactor = 4
["test_stringLength.js"]
["test_stringLength2.js"]
["test_unicodeCharacters.js"]
["test_uri_encoding_edge_cases.js"]
["test_usage.js"]
["test_usageAfterMigration.js"]
|