tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

xpcshell-shared.toml (3943B)


      1 [DEFAULT]
      2 
      3 ["test_abort_deleted_index.js"]
      4 
      5 ["test_abort_deleted_objectStore.js"]
      6 skip-if = [
      7  "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && debug && socketprocess_networking",
      8 ]
      9 
     10 ["test_add_put.js"]
     11 
     12 ["test_add_twice_failure.js"]
     13 
     14 ["test_advance.js"]
     15 
     16 ["test_autoIncrement.js"]
     17 
     18 ["test_autoIncrement_indexes.js"]
     19 
     20 ["test_blocked_order.js"]
     21 
     22 ["test_clear.js"]
     23 
     24 ["test_complex_keyPaths.js"]
     25 
     26 ["test_count.js"]
     27 
     28 ["test_create_index.js"]
     29 
     30 ["test_create_index_with_integer_keys.js"]
     31 
     32 ["test_create_locale_aware_index.js"]
     33 
     34 ["test_create_objectStore.js"]
     35 
     36 ["test_cursor_cycle.js"]
     37 
     38 ["test_cursor_mutation.js"]
     39 skip-if = [
     40  "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && debug",
     41 ]
     42 
     43 ["test_cursor_update_updates_indexes.js"]
     44 
     45 ["test_cursors.js"]
     46 
     47 ["test_deleteDatabase.js"]
     48 
     49 ["test_deleteDatabase_interactions.js"]
     50 skip-if = [
     51  "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && debug",
     52 ]
     53 
     54 ["test_deleteDatabase_onblocked.js"]
     55 
     56 ["test_deleteDatabase_onblocked_duringVersionChange.js"]
     57 skip-if = [
     58  "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && debug",
     59 ]
     60 
     61 ["test_event_source.js"]
     62 
     63 ["test_getAll.js"]
     64 
     65 ["test_globalObjects_other.js"]
     66 skip-if = [
     67  "os == 'android'", # bug 1079278
     68  "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && debug && socketprocess_networking",
     69 ]
     70 
     71 ["test_globalObjects_xpc.js"]
     72 skip-if = [
     73  "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && debug && socketprocess_networking",
     74 ]
     75 
     76 ["test_global_data.js"]
     77 skip-if = [
     78  "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && debug && socketprocess_networking",
     79 ]
     80 
     81 ["test_index_empty_keyPath.js"]
     82 
     83 ["test_index_getAll.js"]
     84 
     85 ["test_index_getAllObjects.js"]
     86 
     87 ["test_index_object_cursors.js"]
     88 
     89 ["test_index_update_delete.js"]
     90 
     91 ["test_indexes.js"]
     92 
     93 ["test_indexes_bad_values.js"]
     94 
     95 ["test_indexes_funny_things.js"]
     96 
     97 ["test_invalid_cursor.js"]
     98 
     99 ["test_invalid_version.js"]
    100 
    101 ["test_key_requirements.js"]
    102 
    103 ["test_keys.js"]
    104 requesttimeoutfactor = 2  # Slow on Linux TSan
    105 
    106 ["test_locale_aware_index_getAll.js"]
    107 
    108 ["test_locale_aware_index_getAllObjects.js"]
    109 
    110 ["test_multientry.js"]
    111 
    112 ["test_multipleOpensInParallel.js"]
    113 
    114 ["test_multipleOpensInSequence.js"]
    115 
    116 ["test_names_sorted.js"]
    117 
    118 ["test_objectCursors.js"]
    119 
    120 ["test_objectStore_getAllKeys.js"]
    121 skip-if = [
    122  "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && debug",
    123 ]
    124 
    125 ["test_objectStore_inline_autoincrement_key_added_on_put.js"]
    126 
    127 ["test_objectStore_openKeyCursor.js"]
    128 
    129 ["test_objectStore_remove_values.js"]
    130 
    131 ["test_object_identity.js"]
    132 
    133 ["test_odd_result_order.js"]
    134 
    135 ["test_open_and_databases.js"]
    136 
    137 ["test_open_empty_db.js"]
    138 
    139 ["test_open_for_principal.js"]
    140 
    141 ["test_open_objectStore.js"]
    142 
    143 ["test_optionalArguments.js"]
    144 
    145 ["test_overlapping_transactions.js"]
    146 
    147 ["test_put_get_values.js"]
    148 
    149 ["test_put_get_values_autoIncrement.js"]
    150 skip-if = [
    151  "verify && debug && os == 'win'",
    152 ]
    153 
    154 ["test_readonly_transactions.js"]
    155 skip-if = [
    156  "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && debug",
    157 ]
    158 
    159 ["test_remove_index.js"]
    160 
    161 ["test_remove_objectStore.js"]
    162 skip-if = [
    163  "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && debug",
    164 ]
    165 
    166 ["test_rename_index.js"]
    167 
    168 ["test_rename_index_errors.js"]
    169 
    170 ["test_rename_objectStore.js"]
    171 
    172 ["test_rename_objectStore_errors.js"]
    173 
    174 ["test_request_readyState.js"]
    175 
    176 ["test_sandbox.js"]
    177 
    178 ["test_setVersion.js"]
    179 
    180 ["test_setVersion_abort.js"]
    181 
    182 ["test_setVersion_events.js"]
    183 
    184 ["test_setVersion_exclusion.js"]
    185 
    186 ["test_setVersion_throw.js"]
    187 
    188 ["test_success_events_after_abort.js"]
    189 
    190 ["test_table_locks.js"]
    191 
    192 ["test_table_rollback.js"]
    193 
    194 ["test_traffic_jam.js"]
    195 
    196 ["test_transaction_abort.js"]
    197 
    198 ["test_transaction_abort_hang.js"]
    199 
    200 ["test_transaction_duplicate_store_names.js"]
    201 
    202 ["test_transaction_error.js"]
    203 
    204 ["test_transaction_lifetimes.js"]
    205 
    206 ["test_transaction_lifetimes_nested.js"]
    207 
    208 ["test_transaction_ordering.js"]
    209 
    210 ["test_unique_index_update.js"]
    211 
    212 ["test_upgrade_add_index.js"]
    213 
    214 ["test_writer_starvation.js"]