gecko/dom/indexedDB/test/mochitest.ini
Ben Turner c6ede83e24 Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
--HG--
rename : dom/indexedDB/ipc/SerializationHelpers.h => dom/indexedDB/SerializationHelpers.h
rename : dom/indexedDB/ipc/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-child-process.js
rename : dom/indexedDB/test/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-parent-process.js
rename : dom/ipc/Blob.h => dom/ipc/BlobParent.h
rename : dom/ipc/FileDescriptorSetChild.cpp => ipc/glue/FileDescriptorSetChild.cpp
rename : dom/ipc/FileDescriptorSetChild.h => ipc/glue/FileDescriptorSetChild.h
rename : dom/ipc/FileDescriptorSetParent.cpp => ipc/glue/FileDescriptorSetParent.cpp
rename : dom/ipc/FileDescriptorSetParent.h => ipc/glue/FileDescriptorSetParent.h
rename : dom/ipc/PFileDescriptorSet.ipdl => ipc/glue/PFileDescriptorSet.ipdl
2014-09-13 12:12:19 -04:00

360 lines
15 KiB
INI

[DEFAULT]
support-files =
bfcache_iframe1.html
bfcache_iframe2.html
blob_worker_crash_iframe.html
dummy_worker.js
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
third_party_iframe1.html
third_party_iframe2.html
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_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_objectStore.js
unit/test_cursor_mutation.js
unit/test_cursor_update_updates_indexes.js
unit/test_cursors.js
unit/test_deleteDatabase.js
unit/test_deleteDatabase_interactions.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_version.js
unit/test_invalidate.js
unit/test_key_requirements.js
unit/test_keys.js
unit/test_lowDiskSpace.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_remove_index.js
unit/test_remove_objectStore.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_success_events_after_abort.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_writer_starvation.js
webapp_clearBrowserData.js
webapp_clearBrowserData_appFrame.html
webapp_clearBrowserData_browserFrame.html
[test_add_put.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_add_twice_failure.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_advance.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_app_isolation_inproc.html]
# The app isolation tests are only supposed to run in the main process.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_app_isolation_oop.html]
# The app isolation tests are only supposed to run in the main process.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_autoIncrement.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_autoIncrement_indexes.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_bfcache.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_blob_archive.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_blob_simple.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_blob_worker_crash.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_blocked_order.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_bug937006.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_clear.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_complex_keyPaths.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_count.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_create_index.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_create_index_with_integer_keys.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_create_objectStore.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_cursor_mutation.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_cursor_update_updates_indexes.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_cursors.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_deleteDatabase.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_deleteDatabase_interactions.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_disabled_quota_prompt.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_error_events_abort_transactions.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_event_propagation.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_event_source.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_exceptions_in_events.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_file_array.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_file_cross_database_copying.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_file_delete.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_file_os_delete.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_file_put_get_object.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_file_put_get_values.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_file_quota.html]
# Quota handling disabled for now.
skip-if = true
# skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_file_replace.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_file_resurrection_delete.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_file_resurrection_transaction_abort.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_file_sharing.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_file_transaction_abort.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_filehandle_append_read_data.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_compat.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_getFile.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_lifetimes.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_lifetimes_nested.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_location.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_ordering.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_overlapping.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_progress_events.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_quota.html]
# FileHandle is not supported in child processes.
# Quota handling disabled for now.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s || true
[test_filehandle_readonly_exceptions.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_request_readyState.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_serialization.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_store_snapshot.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_stream_tracking.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_success_events_after_abort.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_truncate.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_workers.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_filehandle_write_read_data.html]
# FileHandle is not supported in child processes.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
[test_getAll.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_get_filehandle.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_globalObjects_content.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_global_data.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_index_empty_keyPath.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_index_getAll.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_index_getAllObjects.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_index_object_cursors.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_index_update_delete.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_indexes.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_indexes_bad_values.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_indexes_funny_things.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_invalid_version.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_invalidate.html]
# disabled for the moment
skip-if = true
# skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_key_requirements.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_keys.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_leaving_page.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_lowDiskSpace.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_multientry.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_names_sorted.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_objectCursors.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_objectStore_getAllKeys.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_objectStore_inline_autoincrement_key_added_on_put.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_objectStore_openKeyCursor.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_objectStore_remove_values.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_object_identity.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_odd_result_order.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_open_empty_db.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_open_for_principal.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_open_objectStore.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_optionalArguments.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_overlapping_transactions.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_persistenceType.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_put_get_values.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_put_get_values_autoIncrement.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_readonly_transactions.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_remove_index.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_remove_objectStore.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_request_readyState.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_setVersion.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_setVersion_abort.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_setVersion_events.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_setVersion_exclusion.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_success_events_after_abort.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_third_party.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_traffic_jam.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_transaction_abort.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_transaction_abort_hang.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_transaction_duplicate_store_names.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_transaction_error.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_transaction_lifetimes.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_transaction_lifetimes_nested.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_transaction_ordering.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_unique_index_update.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Bug 931116
[test_webapp_clearBrowserData_inproc_inproc.html]
# The clearBrowserData tests are only supposed to run in the main process.
# They currently time out on android.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s || toolkit == 'android'
[test_webapp_clearBrowserData_inproc_oop.html]
# The clearBrowserData tests are only supposed to run in the main process.
# They currently time out on android.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s || toolkit == 'android'
[test_webapp_clearBrowserData_oop_inproc.html]
# The clearBrowserData tests are only supposed to run in the main process.
# They currently time out on android.
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s || toolkit == 'android'