Bug 1945643 - Update to mozilla-nimbus-schemas 2025.1.1 r=chumphreys
[gecko.git] / dom / quota / test / xpcshell / xpcshell.toml
blob1bb0b4d96e97d73aa1a0bf2089addf966276e2a8
1 [DEFAULT]
2 head = "head.js"
3 tags = "condprof inc-origin-init"
4 support-files = [
5   "basics_profile.zip",
6   "clearStoragesForClient_profile.json",
7   "clearStoragesForClient_profile.zip",
8   "clearStoragesForOriginPrefix_profile.json",
9   "clearStoragesForOriginPrefix_profile.zip",
10   "clearStoragesForPrincipal_profile.zip",
11   "clearStoragesForPrivateBrowsing_profile.json",
12   "clearStoragesForPrivateBrowsing_profile.zip",
13   "createLocalStorage_profile.zip",
14   "defaultStorageDirectory_shared.json",
15   "defaultStorageDirectory_shared.zip",
16   "getCachedUsageForPrincipal_profile.zip",
17   "getUsageForPrincipal_profile.zip",
18   "getUsage_profile.zip",
19   "groupMismatch_profile.zip",
20   "indexedDBDirectory_shared.json",
21   "indexedDBDirectory_shared.zip",
22   "originMismatch_profile.json",
23   "originMismatch_profile.zip",
24   "persistentStorageDirectory_shared.json",
25   "persistentStorageDirectory_shared.zip",
26   "removeLocalStorage1_profile.zip",
27   "removeLocalStorage2_profile.zip",
28   "tempMetadataCleanup_profile.zip",
29   "unknownFiles_profile.zip",
32 ["make_getCachedUsageForPrincipal.js"]
33 skip-if = ["true"] # Only used for recreating getCachedUsageForPrincipal_profile.zip
35 ["make_getUsageForPrincipal.js"]
36 skip-if = ["true"] # Only used for recreating getUsageForPrincipal_profile.zip
38 ["make_unknownFiles.js"]
39 skip-if = ["true"] # Only used for recreating unknownFiles_profile.zip
41 ["make_unsetLastAccessTime.js"]
42 skip-if = ["true"] # Only used for recreating unsetLastAccessTime_profile.zip
44 ["test_allowListFiles.js"]
46 ["test_artificialFailure.js"]
48 ["test_bad_origin_directory.js"]
50 ["test_basics.js"]
52 ["test_clearStoragesForClient.js"]
54 ["test_clearStoragesForOriginAttributesPattern.js"]
56 ["test_clearStoragesForOriginPrefix.js"]
58 ["test_clearStoragesForPrincipal.js"]
60 ["test_clearStoragesForPrivateBrowsing.js"]
62 ["test_clientDirectoryOpeningStarted.js"]
64 ["test_createLocalStorage.js"]
66 ["test_estimateOrigin.js"]
68 ["test_getCachedUsageForPrincipal.js"]
70 ["test_getUsage.js"]
72 ["test_getUsageForPrincipal.js"]
74 ["test_groupMismatch.js"]
75 skip-if = ["true"] # The group is now always empty, so metadata can't differ anymore.
77 ["test_idle_maintenance.js"]
79 ["test_initTemporaryStorage.js"]
80 skip-if = ["condprof"] # frequent perma fail, then goes away.
82 ["test_initializePersistentClient.js"]
84 ["test_initializePersistentOrigin.js"]
86 ["test_initializePersistentStorage.js"]
88 ["test_initializeTemporaryClient.js"]
90 ["test_initializeTemporaryOrigin.js"]
92 ["test_initializeTemporaryOrigin_failure.js"]
93 # bug 1942791
94 skip-if = ["inc_origin_init"]
96 ["test_listCachedOrigins.js"]
98 ["test_listOrigins.js"]
100 ["test_originEndsWithDot.js"]
102 ["test_originMismatch.js"]
103 # bug 1942793
104 skip-if = ["inc_origin_init"]
106 ["test_originWithCaret.js"]
108 ["test_orpahnedQuotaObject.js"]
110 ["test_persist.js"]
112 ["test_persist_eviction.js"]
114 ["test_persist_globalLimit.js"]
116 ["test_persist_groupLimit.js"]
118 ["test_quotaClientInteractions.js"]
120 ["test_quotaUtilsService.js"]
122 ["test_removeLocalStorage.js"]
124 ["test_simpledb.js"]
126 ["test_specialOrigins.js"]
128 ["test_storagePressure.js"]
129 skip-if = [
130   "condprof",
131   # bug 1942794
132   "inc_origin_init",
135 ["test_tempMetadataCleanup.js"]
137 ["test_unaccessedOrigins.js"]
139 ["test_unknownFiles.js"]
141 ["test_unsetLastAccessTime.js"]
142 support-files = ["unsetLastAccessTime_profile.zip"]
144 ["test_validOrigins.js"]