dom/indexedDB/test/unit/xpcshell.ini

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:a6707fdddb1b
1 [DEFAULT]
2 head = head.js
3 tail =
4 support-files =
5 GlobalObjectsChild.js
6 GlobalObjectsComponent.js
7 GlobalObjectsComponent.manifest
8 GlobalObjectsModule.jsm
9 GlobalObjectsSandbox.js
10
11 # When adding files here please also update ipc/unit/xpcshell.ini!
12
13 [test_add_put.js]
14 [test_add_twice_failure.js]
15 [test_advance.js]
16 [test_autoIncrement.js]
17 [test_autoIncrement_indexes.js]
18 [test_clear.js]
19 [test_complex_keyPaths.js]
20 [test_count.js]
21 [test_create_index.js]
22 [test_create_index_with_integer_keys.js]
23 [test_create_objectStore.js]
24 [test_cursor_cycle.js]
25 [test_cursor_mutation.js]
26 [test_cursor_update_updates_indexes.js]
27 [test_cursors.js]
28 [test_deleteDatabase.js]
29 [test_deleteDatabase_interactions.js]
30 [test_event_source.js]
31 [test_getAll.js]
32 [test_globalObjects_ipc.js]
33 # FIXME/bug 575918: out-of-process xpcshell is broken on OS X
34 skip-if = os == "mac" || os == "android"
35 [test_globalObjects_other.js]
36 [test_globalObjects_xpc.js]
37 [test_global_data.js]
38 [test_index_empty_keyPath.js]
39 [test_index_getAll.js]
40 [test_index_getAllObjects.js]
41 [test_index_object_cursors.js]
42 [test_index_update_delete.js]
43 [test_indexes.js]
44 [test_indexes_bad_values.js]
45 [test_indexes_funny_things.js]
46 [test_invalid_version.js]
47 [test_key_requirements.js]
48 [test_keys.js]
49 [test_lowDiskSpace.js]
50 [test_multientry.js]
51 [test_names_sorted.js]
52 [test_object_identity.js]
53 [test_objectCursors.js]
54 [test_objectStore_getAllKeys.js]
55 [test_objectStore_inline_autoincrement_key_added_on_put.js]
56 [test_objectStore_openKeyCursor.js]
57 [test_objectStore_remove_values.js]
58 [test_odd_result_order.js]
59 [test_open_empty_db.js]
60 [test_open_for_principal.js]
61 [test_open_objectStore.js]
62 [test_optionalArguments.js]
63 [test_overlapping_transactions.js]
64 [test_persistenceType.js]
65 [test_put_get_values.js]
66 [test_put_get_values_autoIncrement.js]
67 [test_readonly_transactions.js]
68 [test_remove_index.js]
69 [test_remove_objectStore.js]
70 [test_request_readyState.js]
71 [test_setVersion.js]
72 [test_setVersion_abort.js]
73 [test_setVersion_events.js]
74 [test_setVersion_exclusion.js]
75 [test_success_events_after_abort.js]
76 [test_temporary_storage.js]
77 # bug 951017: intermittent failure on Android x86 emulator
78 skip-if = os == "android" && processor == "x86"
79 [test_traffic_jam.js]
80 [test_transaction_abort.js]
81 [test_transaction_abort_hang.js]
82 [test_transaction_lifetimes.js]
83 [test_transaction_lifetimes_nested.js]
84 [test_transaction_ordering.js]
85 [test_unique_index_update.js]
86 [test_writer_starvation.js]
87
88 # When adding files here please also update ipc/unit/xpcshell.ini!

mercurial