1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/indexedDB/test/unit/mochitest.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,71 @@ 1.4 +[DEFAULT] 1.5 + 1.6 +[test_add_put.js] 1.7 +[test_add_twice_failure.js] 1.8 +[test_advance.js] 1.9 +[test_autoIncrement.js] 1.10 +[test_autoIncrement_indexes.js] 1.11 +[test_clear.js] 1.12 +[test_complex_keyPaths.js] 1.13 +[test_count.js] 1.14 +[test_create_index.js] 1.15 +[test_create_index_with_integer_keys.js] 1.16 +[test_create_objectStore.js] 1.17 +[test_cursor_mutation.js] 1.18 +[test_cursor_update_updates_indexes.js] 1.19 +[test_cursors.js] 1.20 +[test_deleteDatabase.js] 1.21 +[test_deleteDatabase_interactions.js] 1.22 +[test_event_source.js] 1.23 +[test_getAll.js] 1.24 +[test_globalObjects_ipc.js] 1.25 +[test_globalObjects_other.js] 1.26 +[test_globalObjects_xpc.js] 1.27 +[test_global_data.js] 1.28 +[test_index_empty_keyPath.js] 1.29 +[test_index_getAll.js] 1.30 +[test_index_getAllObjects.js] 1.31 +[test_index_object_cursors.js] 1.32 +[test_index_update_delete.js] 1.33 +[test_indexes.js] 1.34 +[test_indexes_bad_values.js] 1.35 +[test_indexes_funny_things.js] 1.36 +[test_invalid_version.js] 1.37 +[test_key_requirements.js] 1.38 +[test_keys.js] 1.39 +[test_lowDiskSpace.js] 1.40 +[test_multientry.js] 1.41 +[test_names_sorted.js] 1.42 +[test_objectCursors.js] 1.43 +[test_objectStore_getAllKeys.js] 1.44 +[test_objectStore_inline_autoincrement_key_added_on_put.js] 1.45 +[test_objectStore_openKeyCursor.js] 1.46 +[test_objectStore_remove_values.js] 1.47 +[test_object_identity.js] 1.48 +[test_odd_result_order.js] 1.49 +[test_open_empty_db.js] 1.50 +[test_open_for_principal.js] 1.51 +[test_open_objectStore.js] 1.52 +[test_optionalArguments.js] 1.53 +[test_overlapping_transactions.js] 1.54 +[test_persistenceType.js] 1.55 +[test_put_get_values.js] 1.56 +[test_put_get_values_autoIncrement.js] 1.57 +[test_readonly_transactions.js] 1.58 +[test_remove_index.js] 1.59 +[test_remove_objectStore.js] 1.60 +[test_request_readyState.js] 1.61 +[test_setVersion.js] 1.62 +[test_setVersion_abort.js] 1.63 +[test_setVersion_events.js] 1.64 +[test_setVersion_exclusion.js] 1.65 +[test_success_events_after_abort.js] 1.66 +[test_temporary_storage.js] 1.67 +[test_traffic_jam.js] 1.68 +[test_transaction_abort.js] 1.69 +[test_transaction_abort_hang.js] 1.70 +[test_transaction_lifetimes.js] 1.71 +[test_transaction_lifetimes_nested.js] 1.72 +[test_transaction_ordering.js] 1.73 +[test_unique_index_update.js] 1.74 +[test_writer_starvation.js]