summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/test/mochitest-common.ini
blob: b0575b2bdd37817c90a941842b6aac2aa8310c22 (plain)
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

[DEFAULT]
prefs =
  extensions.blocklist.enabled=false
support-files =
  bfcache_page1.html
  bfcache_page2.html
  blob_worker_crash_iframe.html
  !/dom/events/test/event_leak_utils.js
  error_events_abort_transactions_iframe.html
  event_propagation_iframe.html
  exceptions_in_events_iframe.html
  file.js
  helpers.js
  leaving_page_iframe.html
  unit/test_abort_deleted_index.js
  unit/test_abort_deleted_objectStore.js
  unit/test_add_put.js
  unit/test_add_twice_failure.js
  unit/test_advance.js
  unit/test_autoIncrement.js
  unit/test_autoIncrement_indexes.js
  unit/test_blob_file_backed.js
  unit/test_blocked_order.js
  unit/test_clear.js
  unit/test_complex_keyPaths.js
  unit/test_constraint_error_messages.js
  unit/test_count.js
  unit/test_create_index.js
  unit/test_create_index_with_integer_keys.js
  unit/test_create_locale_aware_index.js
  unit/test_create_objectStore.js
  unit/test_cursor_mutation.js
  unit/test_cursor_update_updates_indexes.js
  unit/test_cursors.js
  unit/test_database_onclose.js
  unit/test_deleteDatabase.js
  unit/test_deleteDatabase_interactions.js
  unit/test_deleteDatabase_onblocked.js
  unit/test_deleteDatabase_onblocked_duringVersionChange.js
  unit/test_event_source.js
  unit/test_getAll.js
  unit/test_globalObjects_ipc.js
  unit/test_globalObjects_other.js
  unit/test_globalObjects_xpc.js
  unit/test_global_data.js
  unit/test_index_empty_keyPath.js
  unit/test_index_getAll.js
  unit/test_index_getAllObjects.js
  unit/test_index_object_cursors.js
  unit/test_index_update_delete.js
  unit/test_indexes.js
  unit/test_indexes_bad_values.js
  unit/test_indexes_funny_things.js
  unit/test_invalid_cursor.js
  unit/test_invalid_version.js
  unit/test_invalidate.js
  unit/test_key_requirements.js
  unit/test_keys.js
  unit/test_locale_aware_indexes.js
  unit/test_locale_aware_index_getAll.js
  unit/test_locale_aware_index_getAllObjects.js
  unit/test_maximal_serialized_object_size.js
  unit/test_multientry.js
  unit/test_names_sorted.js
  unit/test_objectCursors.js
  unit/test_objectStore_getAllKeys.js
  unit/test_objectStore_inline_autoincrement_key_added_on_put.js
  unit/test_objectStore_openKeyCursor.js
  unit/test_objectStore_remove_values.js
  unit/test_object_identity.js
  unit/test_odd_result_order.js
  unit/test_open_empty_db.js
  unit/test_open_for_principal.js
  unit/test_open_objectStore.js
  unit/test_optionalArguments.js
  unit/test_overlapping_transactions.js
  unit/test_put_get_values.js
  unit/test_put_get_values_autoIncrement.js
  unit/test_readonly_transactions.js
  unit/test_readwriteflush_disabled.js
  unit/test_remove_index.js
  unit/test_remove_objectStore.js
  unit/test_rename_index.js
  unit/test_rename_index_errors.js
  unit/test_rename_objectStore.js
  unit/test_rename_objectStore_errors.js
  unit/test_request_readyState.js
  unit/test_setVersion.js
  unit/test_setVersion_abort.js
  unit/test_setVersion_events.js
  unit/test_setVersion_exclusion.js
  unit/test_setVersion_throw.js
  unit/test_storage_manager_estimate.js
  unit/test_success_events_after_abort.js
  unit/test_table_locks.js
  unit/test_table_rollback.js
  unit/test_temporary_storage.js
  unit/test_traffic_jam.js
  unit/test_transaction_abort.js
  unit/test_transaction_abort_hang.js
  unit/test_transaction_duplicate_store_names.js
  unit/test_transaction_error.js
  unit/test_transaction_lifetimes.js
  unit/test_transaction_lifetimes_nested.js
  unit/test_transaction_ordering.js
  unit/test_upgrade_add_index.js
  unit/test_unique_index_update.js
  unit/test_view_put_get_values.js
  unit/test_wasm_put_get_values.js
  unit/test_writer_starvation.js

[test_abort_deleted_index.html]
[test_abort_deleted_objectStore.html]
[test_abort_on_reload.html]
support-files =
  abort_on_reload.html
skip-if =
  http3
[test_add_put.html]
[test_add_twice_failure.html]
[test_advance.html]
[test_autoIncrement.html]
[test_autoIncrement_indexes.html]
[test_bfcache.html]
skip-if =
  http3
[test_blob_file_backed.html]
[test_blob_simple.html]
[test_blob_worker_crash.html]
skip-if = os == 'win' && os_version == '6.1' # Bug 1342415
[test_blob_worker_xhr_post.html]
skip-if =
  (os == 'win' && os_version == '6.1') || (verify && (os == 'win')) # Bug 1342415
  http3
  socketprocess_networking # Bug 1827221: test is toggled off here rather than in private.ini
                           # because socketprocess_networking is an un-released feature so we
                           # do not loose much coverage by disabling it here.

[test_blob_worker_xhr_post_multifile.html]
skip-if =
  os == 'win' && os_version == '6.1' # Bug 1342415
  http3
  socketprocess_networking # Bug 1827221: test is toggled off here rather than in private.ini
                           # because socketprocess_networking is an un-released feature so we
                           # do not loose much coverage by disabling it here.

[test_blob_worker_xhr_read.html]
[test_blob_worker_xhr_read_slice.html]
[test_blocked_order.html]
[test_bug937006.html]
[test_clear.html]
[test_complex_keyPaths.html]
[test_constraint_error_messages.html]
[test_count.html]
[test_create_index.html]
[test_create_index_with_integer_keys.html]
[test_create_objectStore.html]
[test_cursor_mutation.html]
[test_cursor_update_updates_indexes.html]
[test_cursors.html]
[test_database_onclose.html]
[test_deleteDatabase.html]
[test_deleteDatabase_interactions.html]
[test_deleteDatabase_onblocked.html]
[test_deleteDatabase_onblocked_duringVersionChange.html]
[test_error_events_abort_transactions.html]
skip-if = verify
[test_event_listener_leaks.html]
skip-if = (os == "win" && processor == "aarch64") #bug 1535784
[test_event_propagation.html]
skip-if = verify
[test_event_source.html]
[test_exceptions_in_events.html]
[test_file_array.html]
[test_file_cross_database_copying.html]
[test_file_delete.html]
[test_file_put_get_object.html]
[test_file_put_get_values.html]
[test_file_replace.html]
[test_file_resurrection_delete.html]
skip-if = toolkit == 'android'
[test_file_resurrection_transaction_abort.html]
skip-if = toolkit == 'android'
[test_file_sharing.html]
[test_file_transaction_abort.html]
[test_getAll.html]
[test_getFileId.html]
[test_globalObjects_content.html]
[test_global_data.html]
[test_index_empty_keyPath.html]
[test_index_getAll.html]
[test_index_getAllObjects.html]
[test_index_object_cursors.html]
[test_index_update_delete.html]
[test_indexes.html]
[test_indexes_bad_values.html]
[test_indexes_funny_things.html]
[test_invalid_cursor.html]
[test_invalid_version.html]
[test_invalidate.html]
# disabled for the moment
skip-if = true
[test_key_requirements.html]
[test_keys.html]
[test_leaving_page.html]
[test_maximal_serialized_object_size.html]
[test_message_manager_ipc.html]
[test_multientry.html]
[test_names_sorted.html]
skip-if =
  (xorigin && !debug) # Hangs
  os == "linux" && bits == 64 && !debug # Bug 1602927
[test_objectCursors.html]
[test_objectStore_getAllKeys.html]
[test_objectStore_inline_autoincrement_key_added_on_put.html]
[test_objectStore_openKeyCursor.html]
[test_objectStore_remove_values.html]
[test_object_identity.html]
[test_odd_result_order.html]
[test_open_empty_db.html]
[test_open_for_principal.html]
[test_open_objectStore.html]
[test_optionalArguments.html]
[test_overlapping_transactions.html]
[test_put_get_values.html]
[test_put_get_values_autoIncrement.html]
[test_readonly_transactions.html]
[test_readwriteflush_disabled.html]
[test_remove_index.html]
[test_remove_objectStore.html]
[test_rename_index.html]
skip-if = os == "linux" && os_version == "18.04" #Bug 1601601
[test_rename_index_errors.html]
[test_rename_objectStore.html]
[test_rename_objectStore_errors.html]
[test_request_readyState.html]
[test_sandbox.html]
skip-if = verify
[test_setVersion.html]
[test_setVersion_abort.html]
[test_setVersion_events.html]
[test_setVersion_exclusion.html]
[test_setVersion_throw.html]
[test_success_events_after_abort.html]
[test_table_locks.html]
[test_table_rollback.html]
[test_third_party.html]
support-files =
  third_party_window.html
  third_party_iframe1.html
  third_party_iframe2.html
skip-if =
  http3
[test_traffic_jam.html]
[test_transaction_abort.html]
[test_transaction_abort_hang.html]
[test_transaction_duplicate_store_names.html]
[test_transaction_error.html]
[test_transaction_lifetimes.html]
[test_transaction_lifetimes_nested.html]
[test_transaction_ordering.html]
[test_unique_index_update.html]
[test_upgrade_add_index.html]
skip-if = (!debug && bits == 64 && (os == "linux" || os == "mac")) || (os == "win") #Bug 1637715
scheme = https
[test_view_put_get_values.html]
[test_wasm_put_get_values.html]
[test_writer_starvation.html]
skip-if = true #Bug 595368