summaryrefslogtreecommitdiffstats
path: root/devtools/client/storage/test/browser.toml
blob: 6afcd80bf2d7a38024ec73929a4e545e7d681080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
[DEFAULT]
tags = "devtools"
subsuite = "devtools"
skip-if = [
  "http3", # Many tests relying on test1/test2.example.org
  "http2",
]
support-files = [
  "storage-blank.html",
  "storage-cache-basic-iframe.html",
  "storage-cache-basic.html",
  "storage-cache-error.html",
  "storage-cache-overflow.html",
  "storage-complex-keys.html",
  "storage-complex-values.html",
  "storage-cookies.html",
  "storage-cookies-samesite.html",
  "storage-cookies-sort.html",
  "storage-dfpi.html",
  "storage-empty-objectstores.html",
  "storage-file-url.html",
  "storage-idb-delete-blocked.html",
  "storage-indexeddb-duplicate-names.html",
  "storage-indexeddb-iframe.html",
  "storage-indexeddb-simple.html",
  "storage-indexeddb-simple-alt.html",
  "storage-listings.html",
  "storage-listings-usercontextid.html",
  "storage-listings-with-fragment.html",
  "storage-localstorage.html",
  "storage-overflow-indexeddb.html",
  "storage-overflow.html",
  "storage-search.html",
  "storage-secured-iframe.html",
  "storage-secured-iframe-usercontextid.html",
  "storage-sessionstorage.html",
  "storage-sidebar-parsetree.html",
  "storage-unsecured-iframe.html",
  "storage-unsecured-iframe-usercontextid.html",
  "storage-updates.html",
  "head.js",
  "!/devtools/client/shared/test/highlighter-test-actor.js",
  "!/devtools/client/shared/test/shared-head.js",
  "!/devtools/client/shared/test/telemetry-test-helpers.js",
]

["browser_storage_basic.js"]

["browser_storage_basic_usercontextid_1.js"]

["browser_storage_basic_usercontextid_2.js"]
tags = "usercontextid"

["browser_storage_basic_with_fragment.js"]

["browser_storage_cache_delete.js"]

["browser_storage_cache_error.js"]

["browser_storage_cache_navigation.js"]
skip-if = ["win11_2009"] # Bug 1797751

["browser_storage_cache_overflow.js"]

["browser_storage_cookies_add.js"]

["browser_storage_cookies_delete_all.js"]

["browser_storage_cookies_domain.js"]

["browser_storage_cookies_domain_port.js"]

["browser_storage_cookies_edit.js"]

["browser_storage_cookies_edit_keyboard.js"]

["browser_storage_cookies_hostOnly.js"]

["browser_storage_cookies_navigation.js"]
skip-if = [
  "os == 'linux' && debug && fission && socketprocess_networking", # high frequency intermittent
]

["browser_storage_cookies_samesite.js"]
skip-if = ["true"] # Bug 1448484 - sameSite1 is "Unset" - Got undefined, expected Unset

["browser_storage_cookies_sort.js"]
skip-if = ["a11y_checks"] # Bug 1858037 to investigate intermittent a11y_checks results (fails on Autoland, passes on Try)

["browser_storage_cookies_tab_navigation.js"]

["browser_storage_delete.js"]

["browser_storage_delete_all.js"]

["browser_storage_delete_tree.js"]

["browser_storage_delete_usercontextid.js"]
tags = "usercontextid"

["browser_storage_dfpi.js"]

["browser_storage_dfpi_always_partition_storage.js"]

["browser_storage_dynamic_updates_cookies.js"]

["browser_storage_dynamic_updates_localStorage.js"]

["browser_storage_dynamic_updates_sessionStorage.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_storage_empty_objectstores.js"]

["browser_storage_file_url.js"]

["browser_storage_fission_cache.js"]

["browser_storage_fission_cookies.js"]

["browser_storage_fission_hide_aboutblank.js"]

["browser_storage_fission_indexeddb.js"]

["browser_storage_fission_local_storage.js"]

["browser_storage_fission_session_storage.js"]

["browser_storage_indexeddb_add_button_hidden.js"]

["browser_storage_indexeddb_delete.js"]

["browser_storage_indexeddb_delete_blocked.js"]

["browser_storage_indexeddb_duplicate_names.js"]
skip-if = [
  "win11_2009", # Bug 1797751
]

["browser_storage_indexeddb_hide_internal_dbs.js"]
skip-if = ["asan"] # Bug 1591064

["browser_storage_indexeddb_navigation.js"]
skip-if = [
  "win10_2009 && bits == 64", # Bug 1694274
  "os == 'linux' && bits == 64", # Bug 1694274
]

["browser_storage_indexeddb_overflow.js"]

["browser_storage_keys.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_storage_localstorage_add.js"]

["browser_storage_localstorage_edit.js"]

["browser_storage_localstorage_error.js"]

["browser_storage_localstorage_navigation.js"]

["browser_storage_localstorage_rapid_add_remove.js"]

["browser_storage_overflow.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_storage_search.js"]

["browser_storage_search_keyboard_trap.js"]

["browser_storage_sessionstorage_add.js"]

["browser_storage_sessionstorage_edit.js"]

["browser_storage_sessionstorage_navigation.js"]

["browser_storage_sidebar.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_storage_sidebar_filter.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_storage_sidebar_parsetree.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_storage_sidebar_toggle.js"]

["browser_storage_sidebar_update.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_storage_type_descriptions.js"]

["browser_storage_values.js"]
fail-if = ["a11y_checks"] # Bug 1849028 clicked element may not be focusable and/or labeled

["browser_storage_webext_storage_local.js"]