Bug 1816170 - Disable perftest-on-autoland cron. r=aglavic
[gecko.git] / dom / indexedDB / test / mochitest.ini
blobe7b0f16f5d90abadad30f683260bb3b9b29615dc
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 [DEFAULT]
6 prefs =
7 extensions.blocklist.enabled=false
8 support-files =
9 bfcache_page1.html
10 bfcache_page2.html
11 blob_worker_crash_iframe.html
12 !/dom/events/test/event_leak_utils.js
13 error_events_abort_transactions_iframe.html
14 event_propagation_iframe.html
15 exceptions_in_events_iframe.html
16 file.js
17 helpers.js
18 leaving_page_iframe.html
19 unit/test_abort_deleted_index.js
20 unit/test_abort_deleted_objectStore.js
21 unit/test_add_put.js
22 unit/test_add_twice_failure.js
23 unit/test_advance.js
24 unit/test_autoIncrement.js
25 unit/test_autoIncrement_indexes.js
26 unit/test_blob_file_backed.js
27 unit/test_blocked_order.js
28 unit/test_clear.js
29 unit/test_complex_keyPaths.js
30 unit/test_constraint_error_messages.js
31 unit/test_count.js
32 unit/test_create_index.js
33 unit/test_create_index_with_integer_keys.js
34 unit/test_create_locale_aware_index.js
35 unit/test_create_objectStore.js
36 unit/test_cursor_mutation.js
37 unit/test_cursor_update_updates_indexes.js
38 unit/test_cursors.js
39 unit/test_database_onclose.js
40 unit/test_deleteDatabase.js
41 unit/test_deleteDatabase_interactions.js
42 unit/test_deleteDatabase_onblocked.js
43 unit/test_deleteDatabase_onblocked_duringVersionChange.js
44 unit/test_event_source.js
45 unit/test_getAll.js
46 unit/test_globalObjects_ipc.js
47 unit/test_globalObjects_other.js
48 unit/test_globalObjects_xpc.js
49 unit/test_global_data.js
50 unit/test_index_empty_keyPath.js
51 unit/test_index_getAll.js
52 unit/test_index_getAllObjects.js
53 unit/test_index_object_cursors.js
54 unit/test_index_update_delete.js
55 unit/test_indexes.js
56 unit/test_indexes_bad_values.js
57 unit/test_indexes_funny_things.js
58 unit/test_invalid_cursor.js
59 unit/test_invalid_version.js
60 unit/test_invalidate.js
61 unit/test_key_requirements.js
62 unit/test_keys.js
63 unit/test_locale_aware_indexes.js
64 unit/test_locale_aware_index_getAll.js
65 unit/test_locale_aware_index_getAllObjects.js
66 unit/test_maximal_serialized_object_size.js
67 unit/test_multientry.js
68 unit/test_names_sorted.js
69 unit/test_objectCursors.js
70 unit/test_objectStore_getAllKeys.js
71 unit/test_objectStore_inline_autoincrement_key_added_on_put.js
72 unit/test_objectStore_openKeyCursor.js
73 unit/test_objectStore_remove_values.js
74 unit/test_object_identity.js
75 unit/test_odd_result_order.js
76 unit/test_open_empty_db.js
77 unit/test_open_for_principal.js
78 unit/test_open_objectStore.js
79 unit/test_optionalArguments.js
80 unit/test_overlapping_transactions.js
81 unit/test_put_get_values.js
82 unit/test_put_get_values_autoIncrement.js
83 unit/test_readonly_transactions.js
84 unit/test_readwriteflush_disabled.js
85 unit/test_remove_index.js
86 unit/test_rename_index.js
87 unit/test_rename_index_errors.js
88 unit/test_remove_objectStore.js
89 unit/test_rename_objectStore.js
90 unit/test_rename_objectStore_errors.js
91 unit/test_request_readyState.js
92 unit/test_setVersion.js
93 unit/test_setVersion_abort.js
94 unit/test_setVersion_events.js
95 unit/test_setVersion_exclusion.js
96 unit/test_setVersion_throw.js
97 unit/test_storage_manager_estimate.js
98 unit/test_success_events_after_abort.js
99 unit/test_table_locks.js
100 unit/test_table_rollback.js
101 unit/test_temporary_storage.js
102 unit/test_traffic_jam.js
103 unit/test_transaction_abort.js
104 unit/test_transaction_abort_hang.js
105 unit/test_transaction_duplicate_store_names.js
106 unit/test_transaction_error.js
107 unit/test_transaction_lifetimes.js
108 unit/test_transaction_lifetimes_nested.js
109 unit/test_transaction_ordering.js
110 unit/test_upgrade_add_index.js
111 unit/test_unique_index_update.js
112 unit/test_view_put_get_values.js
113 unit/test_wasm_put_get_values.js
114 unit/test_writer_starvation.js
116 [test_abort_deleted_index.html]
117 [test_abort_deleted_objectStore.html]
118 [test_abort_on_reload.html]
119 support-files =
120 abort_on_reload.html
121 [test_add_put.html]
122 [test_add_twice_failure.html]
123 [test_advance.html]
124 [test_autoIncrement.html]
125 [test_autoIncrement_indexes.html]
126 [test_bfcache.html]
127 [test_blob_file_backed.html]
128 [test_blob_simple.html]
129 [test_blob_worker_crash.html]
130 skip-if = os == 'win' && os_version == '6.1' # Bug 1342415
131 [test_blob_worker_xhr_post.html]
132 skip-if = (os == 'win' && os_version == '6.1') || (verify && (os == 'win')) # Bug 1342415
133 [test_blob_worker_xhr_post_multifile.html]
134 skip-if = os == 'win' && os_version == '6.1' # Bug 1342415
135 [test_blob_worker_xhr_read.html]
136 [test_blob_worker_xhr_read_slice.html]
137 [test_blocked_order.html]
138 [test_bug937006.html]
139 [test_clear.html]
140 [test_complex_keyPaths.html]
141 [test_constraint_error_messages.html]
142 [test_count.html]
143 [test_create_index.html]
144 [test_create_index_with_integer_keys.html]
145 [test_create_objectStore.html]
146 [test_cursor_mutation.html]
147 [test_cursor_update_updates_indexes.html]
148 [test_cursors.html]
149 [test_database_onclose.html]
150 [test_deleteDatabase.html]
151 [test_deleteDatabase_interactions.html]
152 [test_deleteDatabase_onblocked.html]
153 [test_deleteDatabase_onblocked_duringVersionChange.html]
154 [test_error_events_abort_transactions.html]
155 skip-if = verify
156 [test_event_listener_leaks.html]
157 skip-if = (os == "win" && processor == "aarch64") #bug 1535784
158 [test_event_propagation.html]
159 skip-if = verify
160 [test_event_source.html]
161 [test_exceptions_in_events.html]
162 [test_file_array.html]
163 [test_file_cross_database_copying.html]
164 [test_file_delete.html]
165 [test_file_os_delete.html]
166 [test_file_put_deleted.html]
167 [test_file_put_get_object.html]
168 [test_file_put_get_values.html]
169 [test_file_replace.html]
170 [test_file_resurrection_delete.html]
171 skip-if = toolkit == 'android'
172 [test_file_resurrection_transaction_abort.html]
173 skip-if = toolkit == 'android'
174 [test_file_sharing.html]
175 [test_file_transaction_abort.html]
176 [test_getAll.html]
177 [test_getFileId.html]
178 [test_globalObjects_content.html]
179 [test_global_data.html]
180 [test_index_empty_keyPath.html]
181 [test_index_getAll.html]
182 [test_index_getAllObjects.html]
183 [test_index_object_cursors.html]
184 [test_index_update_delete.html]
185 [test_indexes.html]
186 [test_indexes_bad_values.html]
187 [test_indexes_funny_things.html]
188 [test_invalid_cursor.html]
189 [test_invalid_version.html]
190 [test_invalidate.html]
191 # disabled for the moment
192 skip-if = true
193 [test_key_requirements.html]
194 [test_keys.html]
195 [test_leaving_page.html]
196 [test_maximal_serialized_object_size.html]
197 [test_message_manager_ipc.html]
198 [test_multientry.html]
199 [test_names_sorted.html]
200 skip-if =
201 (xorigin && !debug) # Hangs
202 os == "linux" && bits == 64 && !debug # Bug 1602927
203 [test_objectCursors.html]
204 [test_objectStore_getAllKeys.html]
205 [test_objectStore_inline_autoincrement_key_added_on_put.html]
206 [test_objectStore_openKeyCursor.html]
207 [test_objectStore_remove_values.html]
208 [test_object_identity.html]
209 [test_odd_result_order.html]
210 [test_open_empty_db.html]
211 [test_open_for_principal.html]
212 [test_open_objectStore.html]
213 [test_optionalArguments.html]
214 [test_overlapping_transactions.html]
215 [test_put_get_values.html]
216 [test_put_get_values_autoIncrement.html]
217 [test_readonly_transactions.html]
218 [test_readwriteflush_disabled.html]
219 [test_remove_index.html]
220 [test_rename_index.html]
221 skip-if = os == "linux" && os_version == "18.04" #Bug 1601601
222 [test_rename_index_errors.html]
223 [test_remove_objectStore.html]
224 [test_rename_objectStore.html]
225 [test_rename_objectStore_errors.html]
226 [test_request_readyState.html]
227 [test_sandbox.html]
228 skip-if = verify
229 [test_setVersion.html]
230 [test_setVersion_abort.html]
231 [test_setVersion_events.html]
232 [test_setVersion_exclusion.html]
233 [test_setVersion_throw.html]
234 [test_storage_manager_estimate.html]
235 scheme=https
236 [test_success_events_after_abort.html]
237 [test_table_locks.html]
238 [test_table_rollback.html]
239 [test_third_party.html]
240 support-files =
241 third_party_window.html
242 third_party_iframe1.html
243 third_party_iframe2.html
244 [test_traffic_jam.html]
245 [test_transaction_abort.html]
246 [test_transaction_abort_hang.html]
247 [test_transaction_duplicate_store_names.html]
248 [test_transaction_error.html]
249 [test_transaction_lifetimes.html]
250 [test_transaction_lifetimes_nested.html]
251 [test_transaction_ordering.html]
252 [test_unique_index_update.html]
253 [test_upgrade_add_index.html]
254 skip-if = (!debug && bits == 64 && (os == "linux" || os == "mac")) || (os == "win") #Bug 1637715
255 scheme = https
256 [test_view_put_get_values.html]
257 [test_wasm_put_get_values.html]
258 [test_writer_starvation.html]
259 skip-if = true #Bug 595368