dom/indexedDB/test/unit/xpcshell.ini

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/indexedDB/test/unit/xpcshell.ini	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,88 @@
     1.4 +[DEFAULT]
     1.5 +head = head.js
     1.6 +tail =
     1.7 +support-files =
     1.8 +  GlobalObjectsChild.js
     1.9 +  GlobalObjectsComponent.js
    1.10 +  GlobalObjectsComponent.manifest
    1.11 +  GlobalObjectsModule.jsm
    1.12 +  GlobalObjectsSandbox.js
    1.13 +
    1.14 +# When adding files here please also update ipc/unit/xpcshell.ini!
    1.15 +
    1.16 +[test_add_put.js]
    1.17 +[test_add_twice_failure.js]
    1.18 +[test_advance.js]
    1.19 +[test_autoIncrement.js]
    1.20 +[test_autoIncrement_indexes.js]
    1.21 +[test_clear.js]
    1.22 +[test_complex_keyPaths.js]
    1.23 +[test_count.js]
    1.24 +[test_create_index.js]
    1.25 +[test_create_index_with_integer_keys.js]
    1.26 +[test_create_objectStore.js]
    1.27 +[test_cursor_cycle.js]
    1.28 +[test_cursor_mutation.js]
    1.29 +[test_cursor_update_updates_indexes.js]
    1.30 +[test_cursors.js]
    1.31 +[test_deleteDatabase.js]
    1.32 +[test_deleteDatabase_interactions.js]
    1.33 +[test_event_source.js]
    1.34 +[test_getAll.js]
    1.35 +[test_globalObjects_ipc.js]
    1.36 +# FIXME/bug 575918: out-of-process xpcshell is broken on OS X
    1.37 +skip-if = os == "mac" || os == "android"
    1.38 +[test_globalObjects_other.js]
    1.39 +[test_globalObjects_xpc.js]
    1.40 +[test_global_data.js]
    1.41 +[test_index_empty_keyPath.js]
    1.42 +[test_index_getAll.js]
    1.43 +[test_index_getAllObjects.js]
    1.44 +[test_index_object_cursors.js]
    1.45 +[test_index_update_delete.js]
    1.46 +[test_indexes.js]
    1.47 +[test_indexes_bad_values.js]
    1.48 +[test_indexes_funny_things.js]
    1.49 +[test_invalid_version.js]
    1.50 +[test_key_requirements.js]
    1.51 +[test_keys.js]
    1.52 +[test_lowDiskSpace.js]
    1.53 +[test_multientry.js]
    1.54 +[test_names_sorted.js]
    1.55 +[test_object_identity.js]
    1.56 +[test_objectCursors.js]
    1.57 +[test_objectStore_getAllKeys.js]
    1.58 +[test_objectStore_inline_autoincrement_key_added_on_put.js]
    1.59 +[test_objectStore_openKeyCursor.js]
    1.60 +[test_objectStore_remove_values.js]
    1.61 +[test_odd_result_order.js]
    1.62 +[test_open_empty_db.js]
    1.63 +[test_open_for_principal.js]
    1.64 +[test_open_objectStore.js]
    1.65 +[test_optionalArguments.js]
    1.66 +[test_overlapping_transactions.js]
    1.67 +[test_persistenceType.js]
    1.68 +[test_put_get_values.js]
    1.69 +[test_put_get_values_autoIncrement.js]
    1.70 +[test_readonly_transactions.js]
    1.71 +[test_remove_index.js]
    1.72 +[test_remove_objectStore.js]
    1.73 +[test_request_readyState.js]
    1.74 +[test_setVersion.js]
    1.75 +[test_setVersion_abort.js]
    1.76 +[test_setVersion_events.js]
    1.77 +[test_setVersion_exclusion.js]
    1.78 +[test_success_events_after_abort.js]
    1.79 +[test_temporary_storage.js]
    1.80 +# bug 951017: intermittent failure on Android x86 emulator
    1.81 +skip-if = os == "android" && processor == "x86"
    1.82 +[test_traffic_jam.js]
    1.83 +[test_transaction_abort.js]
    1.84 +[test_transaction_abort_hang.js]
    1.85 +[test_transaction_lifetimes.js]
    1.86 +[test_transaction_lifetimes_nested.js]
    1.87 +[test_transaction_ordering.js]
    1.88 +[test_unique_index_update.js]
    1.89 +[test_writer_starvation.js]
    1.90 +
    1.91 +# When adding files here please also update ipc/unit/xpcshell.ini!

mercurial