mochitest.ini 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  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/.
  4. [DEFAULT]
  5. support-files =
  6. bfcache_iframe1.html
  7. bfcache_iframe2.html
  8. blob_worker_crash_iframe.html
  9. error_events_abort_transactions_iframe.html
  10. event_propagation_iframe.html
  11. exceptions_in_events_iframe.html
  12. file.js
  13. file_app_isolation.html
  14. file_app_isolation.js
  15. helpers.js
  16. leaving_page_iframe.html
  17. service_worker.js
  18. service_worker_client.html
  19. third_party_iframe1.html
  20. third_party_iframe2.html
  21. unit/test_abort_deleted_index.js
  22. unit/test_abort_deleted_objectStore.js
  23. unit/test_add_put.js
  24. unit/test_add_twice_failure.js
  25. unit/test_advance.js
  26. unit/test_autoIncrement.js
  27. unit/test_autoIncrement_indexes.js
  28. unit/test_blob_file_backed.js
  29. unit/test_blocked_order.js
  30. unit/test_clear.js
  31. unit/test_complex_keyPaths.js
  32. unit/test_count.js
  33. unit/test_create_index.js
  34. unit/test_create_index_with_integer_keys.js
  35. unit/test_create_locale_aware_index.js
  36. unit/test_create_objectStore.js
  37. unit/test_cursor_mutation.js
  38. unit/test_cursor_update_updates_indexes.js
  39. unit/test_cursors.js
  40. unit/test_database_onclose.js
  41. unit/test_deleteDatabase.js
  42. unit/test_deleteDatabase_interactions.js
  43. unit/test_deleteDatabase_onblocked.js
  44. unit/test_deleteDatabase_onblocked_duringVersionChange.js
  45. unit/test_event_source.js
  46. unit/test_filehandle_append_read_data.js
  47. unit/test_getAll.js
  48. unit/test_globalObjects_ipc.js
  49. unit/test_globalObjects_other.js
  50. unit/test_globalObjects_xpc.js
  51. unit/test_global_data.js
  52. unit/test_index_empty_keyPath.js
  53. unit/test_index_getAll.js
  54. unit/test_index_getAllObjects.js
  55. unit/test_index_object_cursors.js
  56. unit/test_index_update_delete.js
  57. unit/test_indexes.js
  58. unit/test_indexes_bad_values.js
  59. unit/test_indexes_funny_things.js
  60. unit/test_invalid_cursor.js
  61. unit/test_invalid_version.js
  62. unit/test_invalidate.js
  63. unit/test_key_requirements.js
  64. unit/test_keys.js
  65. unit/test_locale_aware_indexes.js
  66. unit/test_locale_aware_index_getAll.js
  67. unit/test_locale_aware_index_getAllObjects.js
  68. unit/test_maximal_serialized_object_size.js
  69. unit/test_multientry.js
  70. unit/test_names_sorted.js
  71. unit/test_objectCursors.js
  72. unit/test_objectStore_getAllKeys.js
  73. unit/test_objectStore_inline_autoincrement_key_added_on_put.js
  74. unit/test_objectStore_openKeyCursor.js
  75. unit/test_objectStore_remove_values.js
  76. unit/test_object_identity.js
  77. unit/test_odd_result_order.js
  78. unit/test_open_empty_db.js
  79. unit/test_open_for_principal.js
  80. unit/test_open_objectStore.js
  81. unit/test_optionalArguments.js
  82. unit/test_overlapping_transactions.js
  83. unit/test_persistenceType.js
  84. unit/test_put_get_values.js
  85. unit/test_put_get_values_autoIncrement.js
  86. unit/test_readonly_transactions.js
  87. unit/test_readwriteflush_disabled.js
  88. unit/test_remove_index.js
  89. unit/test_rename_index.js
  90. unit/test_rename_index_errors.js
  91. unit/test_remove_objectStore.js
  92. unit/test_rename_objectStore.js
  93. unit/test_rename_objectStore_errors.js
  94. unit/test_request_readyState.js
  95. unit/test_setVersion.js
  96. unit/test_setVersion_abort.js
  97. unit/test_setVersion_events.js
  98. unit/test_setVersion_exclusion.js
  99. unit/test_setVersion_throw.js
  100. unit/test_storage_manager_estimate.js
  101. unit/test_success_events_after_abort.js
  102. unit/test_table_locks.js
  103. unit/test_table_rollback.js
  104. unit/test_temporary_storage.js
  105. unit/test_traffic_jam.js
  106. unit/test_transaction_abort.js
  107. unit/test_transaction_abort_hang.js
  108. unit/test_transaction_duplicate_store_names.js
  109. unit/test_transaction_error.js
  110. unit/test_transaction_lifetimes.js
  111. unit/test_transaction_lifetimes_nested.js
  112. unit/test_transaction_ordering.js
  113. unit/test_unique_index_update.js
  114. unit/test_view_put_get_values.js
  115. unit/test_wasm_cursors.js
  116. unit/test_wasm_getAll.js
  117. unit/test_wasm_index_getAllObjects.js
  118. unit/test_wasm_indexes.js
  119. unit/test_wasm_put_get_values.js
  120. unit/test_writer_starvation.js
  121. [test_abort_deleted_index.html]
  122. [test_abort_deleted_objectStore.html]
  123. [test_add_put.html]
  124. [test_add_twice_failure.html]
  125. [test_advance.html]
  126. [test_app_isolation_inproc.html]
  127. # The app isolation tests are only supposed to run in the main process.
  128. skip-if = e10s
  129. [test_app_isolation_oop.html]
  130. # The app isolation tests are only supposed to run in the main process.
  131. skip-if = e10s
  132. [test_autoIncrement.html]
  133. [test_autoIncrement_indexes.html]
  134. [test_bfcache.html]
  135. [test_blob_archive.html]
  136. [test_blob_file_backed.html]
  137. [test_blob_simple.html]
  138. [test_blob_worker_crash.html]
  139. [test_blob_worker_xhr_post.html]
  140. [test_blob_worker_xhr_post_multifile.html]
  141. [test_blob_worker_xhr_read.html]
  142. [test_blob_worker_xhr_read_slice.html]
  143. [test_blocked_order.html]
  144. [test_bug937006.html]
  145. [test_clear.html]
  146. [test_complex_keyPaths.html]
  147. [test_count.html]
  148. [test_create_index.html]
  149. [test_create_index_with_integer_keys.html]
  150. [test_create_objectStore.html]
  151. [test_cursor_mutation.html]
  152. [test_cursor_update_updates_indexes.html]
  153. [test_cursors.html]
  154. [test_database_onclose.html]
  155. [test_deleteDatabase.html]
  156. [test_deleteDatabase_interactions.html]
  157. [test_deleteDatabase_onblocked.html]
  158. [test_deleteDatabase_onblocked_duringVersionChange.html]
  159. [test_error_events_abort_transactions.html]
  160. [test_event_propagation.html]
  161. [test_event_source.html]
  162. [test_exceptions_in_events.html]
  163. [test_file_array.html]
  164. [test_file_cross_database_copying.html]
  165. [test_file_delete.html]
  166. [test_file_os_delete.html]
  167. [test_file_put_deleted.html]
  168. [test_file_put_get_object.html]
  169. [test_file_put_get_values.html]
  170. [test_file_replace.html]
  171. [test_file_resurrection_delete.html]
  172. [test_file_resurrection_transaction_abort.html]
  173. [test_file_sharing.html]
  174. [test_file_transaction_abort.html]
  175. [test_filehandle_append_read_data.html]
  176. [test_filehandle_compat.html]
  177. [test_filehandle_disabled_pref.html]
  178. [test_filehandle_getFile.html]
  179. [test_filehandle_iteration.html]
  180. [test_filehandle_lifetimes.html]
  181. [test_filehandle_lifetimes_nested.html]
  182. [test_filehandle_location.html]
  183. [test_filehandle_ordering.html]
  184. [test_filehandle_overlapping.html]
  185. [test_filehandle_progress_events.html]
  186. [test_filehandle_readonly_exceptions.html]
  187. [test_filehandle_request_readyState.html]
  188. [test_filehandle_serialization.html]
  189. [test_filehandle_store_snapshot.html]
  190. [test_filehandle_stream_tracking.html]
  191. [test_filehandle_success_events_after_abort.html]
  192. [test_filehandle_truncate.html]
  193. [test_filehandle_workers.html]
  194. [test_filehandle_write_read_data.html]
  195. [test_getAll.html]
  196. [test_globalObjects_content.html]
  197. [test_global_data.html]
  198. [test_index_empty_keyPath.html]
  199. [test_index_getAll.html]
  200. [test_index_getAllObjects.html]
  201. [test_index_object_cursors.html]
  202. [test_index_update_delete.html]
  203. [test_indexes.html]
  204. [test_indexes_bad_values.html]
  205. [test_indexes_funny_things.html]
  206. [test_invalid_cursor.html]
  207. [test_invalid_version.html]
  208. [test_invalidate.html]
  209. # disabled for the moment
  210. skip-if = true
  211. [test_key_requirements.html]
  212. [test_keys.html]
  213. [test_leaving_page.html]
  214. [test_maximal_serialized_object_size.html]
  215. [test_message_manager_ipc.html]
  216. # This test is only supposed to run in the main process.
  217. skip-if = e10s
  218. [test_multientry.html]
  219. [test_names_sorted.html]
  220. [test_objectCursors.html]
  221. [test_objectStore_getAllKeys.html]
  222. [test_objectStore_inline_autoincrement_key_added_on_put.html]
  223. [test_objectStore_openKeyCursor.html]
  224. [test_objectStore_remove_values.html]
  225. [test_object_identity.html]
  226. [test_odd_result_order.html]
  227. [test_open_empty_db.html]
  228. [test_open_for_principal.html]
  229. [test_open_objectStore.html]
  230. [test_optionalArguments.html]
  231. [test_overlapping_transactions.html]
  232. [test_persistenceType.html]
  233. [test_put_get_values.html]
  234. [test_put_get_values_autoIncrement.html]
  235. [test_readonly_transactions.html]
  236. [test_readwriteflush_disabled.html]
  237. [test_remove_index.html]
  238. [test_rename_index.html]
  239. [test_rename_index_errors.html]
  240. [test_remove_objectStore.html]
  241. [test_rename_objectStore.html]
  242. [test_rename_objectStore_errors.html]
  243. [test_request_readyState.html]
  244. [test_sandbox.html]
  245. [test_serviceworker.html]
  246. [test_setVersion.html]
  247. [test_setVersion_abort.html]
  248. [test_setVersion_events.html]
  249. [test_setVersion_exclusion.html]
  250. [test_setVersion_throw.html]
  251. [test_storage_manager_estimate.html]
  252. [test_success_events_after_abort.html]
  253. [test_table_locks.html]
  254. [test_table_rollback.html]
  255. [test_third_party.html]
  256. [test_traffic_jam.html]
  257. [test_transaction_abort.html]
  258. [test_transaction_abort_hang.html]
  259. [test_transaction_duplicate_store_names.html]
  260. [test_transaction_error.html]
  261. [test_transaction_lifetimes.html]
  262. [test_transaction_lifetimes_nested.html]
  263. [test_transaction_ordering.html]
  264. [test_unique_index_update.html]
  265. [test_view_put_get_values.html]
  266. [test_wasm_cursors.html]
  267. [test_wasm_getAll.html]
  268. [test_wasm_index_getAllObjects.html]
  269. [test_wasm_indexes.html]
  270. [test_wasm_put_get_values.html]