Bug 1816170 - Disable perftest-on-autoland cron. r=aglavic
[gecko.git] / dom / indexedDB / test / unit / xpcshell-shared.ini
blob4107d37c95289990227b1a7f955e44432b52675d
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 [test_abort_deleted_index.js]
6 [test_abort_deleted_objectStore.js]
7 [test_add_put.js]
8 [test_add_twice_failure.js]
9 [test_advance.js]
10 [test_autoIncrement.js]
11 [test_autoIncrement_indexes.js]
12 [test_blocked_order.js]
13 [test_clear.js]
14 skip-if =
15 os == "win" && debug # Bug 1785080
16 [test_complex_keyPaths.js]
17 [test_count.js]
18 [test_create_index.js]
19 [test_create_index_with_integer_keys.js]
20 [test_create_locale_aware_index.js]
21 skip-if = toolkit == 'android' # bug 864843
22 [test_create_objectStore.js]
23 [test_cursor_cycle.js]
24 [test_cursor_mutation.js]
25 [test_cursor_update_updates_indexes.js]
26 [test_cursors.js]
27 [test_deleteDatabase.js]
28 [test_deleteDatabase_interactions.js]
29 [test_deleteDatabase_onblocked.js]
30 [test_deleteDatabase_onblocked_duringVersionChange.js]
31 [test_event_source.js]
32 [test_getAll.js]
33 [test_globalObjects_other.js]
34 skip-if = toolkit == 'android' # bug 1079278
35 [test_globalObjects_xpc.js]
36 [test_global_data.js]
37 [test_index_empty_keyPath.js]
38 [test_index_getAll.js]
39 [test_index_getAllObjects.js]
40 [test_index_object_cursors.js]
41 [test_index_update_delete.js]
42 [test_indexes.js]
43 [test_indexes_bad_values.js]
44 [test_indexes_funny_things.js]
45 [test_invalid_cursor.js]
46 [test_invalid_version.js]
47 [test_key_requirements.js]
48 [test_keys.js]
49 skip-if = (tsan || asan) # Uncatched OOM crashes, bug 1796753
50 [test_locale_aware_indexes.js]
51 skip-if = toolkit == 'android' # bug 864843
52 [test_locale_aware_index_getAll.js]
53 skip-if = toolkit == 'android' # bug 864843
54 [test_locale_aware_index_getAllObjects.js]
55 skip-if = toolkit == 'android' # bug 864843
56 [test_multientry.js]
57 [test_names_sorted.js]
58 [test_object_identity.js]
59 [test_objectCursors.js]
60 [test_objectStore_getAllKeys.js]
61 [test_objectStore_inline_autoincrement_key_added_on_put.js]
62 [test_objectStore_openKeyCursor.js]
63 [test_objectStore_remove_values.js]
64 [test_odd_result_order.js]
65 [test_open_empty_db.js]
66 [test_open_for_principal.js]
67 [test_open_objectStore.js]
68 [test_optionalArguments.js]
69 [test_overlapping_transactions.js]
70 [test_put_get_values.js]
71 [test_put_get_values_autoIncrement.js]
72 skip-if = (verify && debug && (os == 'win'))
73 [test_readonly_transactions.js]
74 [test_remove_index.js]
75 [test_rename_index.js]
76 [test_rename_index_errors.js]
77 [test_remove_objectStore.js]
78 [test_rename_objectStore.js]
79 [test_rename_objectStore_errors.js]
80 [test_request_readyState.js]
81 [test_sandbox.js]
82 [test_setVersion.js]
83 [test_setVersion_abort.js]
84 [test_setVersion_events.js]
85 [test_setVersion_exclusion.js]
86 [test_setVersion_throw.js]
87 [test_success_events_after_abort.js]
88 [test_table_locks.js]
89 [test_table_rollback.js]
90 [test_traffic_jam.js]
91 [test_transaction_abort.js]
92 [test_transaction_abort_hang.js]
93 [test_transaction_duplicate_store_names.js]
94 [test_transaction_error.js]
95 [test_transaction_lifetimes.js]
96 [test_transaction_lifetimes_nested.js]
97 [test_transaction_ordering.js]
98 [test_unique_index_update.js]
99 [test_upgrade_add_index.js]
100 [test_writer_starvation.js]