123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273 |
- # 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]
- support-files =
- bfcache_iframe1.html
- bfcache_iframe2.html
- blob_worker_crash_iframe.html
- error_events_abort_transactions_iframe.html
- event_propagation_iframe.html
- exceptions_in_events_iframe.html
- file.js
- file_app_isolation.html
- file_app_isolation.js
- helpers.js
- leaving_page_iframe.html
- service_worker.js
- service_worker_client.html
- third_party_iframe1.html
- third_party_iframe2.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_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_filehandle_append_read_data.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_persistenceType.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_rename_index.js
- unit/test_rename_index_errors.js
- unit/test_remove_objectStore.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_unique_index_update.js
- unit/test_view_put_get_values.js
- unit/test_wasm_cursors.js
- unit/test_wasm_getAll.js
- unit/test_wasm_index_getAllObjects.js
- unit/test_wasm_indexes.js
- unit/test_wasm_put_get_values.js
- unit/test_writer_starvation.js
- [test_abort_deleted_index.html]
- [test_abort_deleted_objectStore.html]
- [test_add_put.html]
- [test_add_twice_failure.html]
- [test_advance.html]
- [test_app_isolation_inproc.html]
- # The app isolation tests are only supposed to run in the main process.
- skip-if = e10s
- [test_app_isolation_oop.html]
- # The app isolation tests are only supposed to run in the main process.
- skip-if = e10s
- [test_autoIncrement.html]
- [test_autoIncrement_indexes.html]
- [test_bfcache.html]
- [test_blob_archive.html]
- [test_blob_file_backed.html]
- [test_blob_simple.html]
- [test_blob_worker_crash.html]
- [test_blob_worker_xhr_post.html]
- [test_blob_worker_xhr_post_multifile.html]
- [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_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]
- [test_event_propagation.html]
- [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_os_delete.html]
- [test_file_put_deleted.html]
- [test_file_put_get_object.html]
- [test_file_put_get_values.html]
- [test_file_replace.html]
- [test_file_resurrection_delete.html]
- [test_file_resurrection_transaction_abort.html]
- [test_file_sharing.html]
- [test_file_transaction_abort.html]
- [test_filehandle_append_read_data.html]
- [test_filehandle_compat.html]
- [test_filehandle_disabled_pref.html]
- [test_filehandle_getFile.html]
- [test_filehandle_iteration.html]
- [test_filehandle_lifetimes.html]
- [test_filehandle_lifetimes_nested.html]
- [test_filehandle_location.html]
- [test_filehandle_ordering.html]
- [test_filehandle_overlapping.html]
- [test_filehandle_progress_events.html]
- [test_filehandle_readonly_exceptions.html]
- [test_filehandle_request_readyState.html]
- [test_filehandle_serialization.html]
- [test_filehandle_store_snapshot.html]
- [test_filehandle_stream_tracking.html]
- [test_filehandle_success_events_after_abort.html]
- [test_filehandle_truncate.html]
- [test_filehandle_workers.html]
- [test_filehandle_write_read_data.html]
- [test_getAll.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]
- # This test is only supposed to run in the main process.
- skip-if = e10s
- [test_multientry.html]
- [test_names_sorted.html]
- [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_persistenceType.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_rename_index.html]
- [test_rename_index_errors.html]
- [test_remove_objectStore.html]
- [test_rename_objectStore.html]
- [test_rename_objectStore_errors.html]
- [test_request_readyState.html]
- [test_sandbox.html]
- [test_serviceworker.html]
- [test_setVersion.html]
- [test_setVersion_abort.html]
- [test_setVersion_events.html]
- [test_setVersion_exclusion.html]
- [test_setVersion_throw.html]
- [test_storage_manager_estimate.html]
- [test_success_events_after_abort.html]
- [test_table_locks.html]
- [test_table_rollback.html]
- [test_third_party.html]
- [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_view_put_get_values.html]
- [test_wasm_cursors.html]
- [test_wasm_getAll.html]
- [test_wasm_index_getAllObjects.html]
- [test_wasm_indexes.html]
- [test_wasm_put_get_values.html]
|