dom/indexedDB/ipc/unit/xpcshell.ini

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

mercurial