summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/xpcshell/xpcshell-common.ini
blob: f76456124d7fd5522a02cb57ba39e5f09f25f703 (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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
[DEFAULT]
# Some tests of downloads.download() expect a file picker, which is only shown
# by default when the browser.download.useDownloadDir pref is set to true. This
# is the case on desktop Firefox, but not on Thunderbird.
# Force pref value to true to get download tests to pass on Thunderbird.
prefs = browser.download.useDownloadDir=true

[test_change_remote_mode.js]
[test_ext_MessageManagerProxy.js]
skip-if = os == "android" # Bug 1545439
[test_ext_activityLog.js]
[test_ext_alarms.js]
[test_ext_alarms_does_not_fire.js]
[test_ext_alarms_periodic.js]
[test_ext_alarms_replaces.js]
[test_ext_api_permissions.js]
[test_ext_api_events_listener_calls_exceptions.js]
[test_ext_asyncAPICall_isHandlingUserInput.js]
[test_ext_background_api_injection.js]
skip-if = os == "android" # Bug 1700482
[test_ext_background_early_shutdown.js]
[test_ext_background_generated_load_events.js]
[test_ext_background_generated_reload.js]
[test_ext_background_global_history.js]
skip-if = os == "android" # Android does not use Places for history.
[test_ext_background_private_browsing.js]
[test_ext_background_runtime_connect_params.js]
[test_ext_background_sub_windows.js]
[test_ext_background_teardown.js]
[test_ext_background_telemetry.js]
[test_ext_background_type_module.js]
[test_ext_background_window_properties.js]
skip-if = os == "android"
[test_ext_browserSettings.js]
[test_ext_browserSettings_homepage.js]
skip-if =
  appname == "thunderbird"
  os == "android"
[test_ext_browsingData.js]
[test_ext_browsingData_cookies_cache.js]
skip-if =
  os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[test_ext_browsingData_cookies_cookieStoreId.js]
[test_ext_browser_style_deprecation.js]
skip-if = appname == "thunderbird"
[test_ext_cache_api.js]
[test_ext_captivePortal.js]
# As with test_captive_portal_service.js, we use the same limits here.
skip-if =
  appname == "thunderbird"
  os == "android" # CP service is disabled on Android
  os == "mac" && debug # macosx1014/debug due to 1564534
run-sequentially = node server exceptions dont replay well
[test_ext_captivePortal_url.js]
# As with test_captive_portal_service.js, we use the same limits here.
skip-if =
  appname == "thunderbird"
  os == "android" # CP service is disabled on Android,
  os == "mac" && debug # macosx1014/debug due to 1564534
run-sequentially = node server exceptions dont replay well
[test_ext_cookieBehaviors.js]
skip-if =
  appname == "thunderbird"
  os == "android" # Bug 1683730, Android: Bug 1700482
  apple_silicon # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs
  tsan
  fission # Bug 1762638
[test_ext_cookies_errors.js]
[test_ext_cookies_firstParty.js]
skip-if =
  appname == "thunderbird"
  os == "android"  # Android: Bug 1680132.
  tsan
[test_ext_cookies_onChanged.js]
[test_ext_cookies_partitionKey.js]
[test_ext_cookies_samesite.js]
skip-if = os == "android" # Android: Bug 1680132
[test_ext_content_security_policy.js]
skip-if =
  os == "win" # Bug 1762638
[test_ext_contentscript_api_injection.js]
[test_ext_contentscript_async_loading.js]
skip-if =
  os == "android" && debug # The generated script takes too long to load on Android debug
  fission # Bug 1762638
[test_ext_contentscript_context.js]
skip-if =
  tsan # Bug 1683730
  apple_silicon # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs
  sessionHistoryInParent # Bug 1762638
[test_ext_contentscript_context_isolation.js]
skip-if =
  tsan # Bug 1683730
  apple_silicon # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs
  sessionHistoryInParent # Bug 1762638
[test_ext_contentscript_create_iframe.js]
[test_ext_contentscript_csp.js]
run-sequentially = very high failure rate in parallel
skip-if =
  os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[test_ext_contentscript_css.js]
skip-if =
  os == "linux" && fission # Bug 1762638
  os == "mac" && debug # Bug 1762638
[test_ext_contentscript_dynamic_registration.js]
[test_ext_contentscript_exporthelpers.js]
[test_ext_contentscript_importmap.js]
[test_ext_contentscript_in_background.js]
skip-if = os == "android" # Bug 1700482
[test_ext_contentscript_json_api.js]
[test_ext_contentscript_module_import.js]
[test_ext_contentscript_restrictSchemes.js]
[test_ext_contentscript_teardown.js]
skip-if =
  tsan # Bug 1683730
[test_ext_contentscript_unregister_during_loadContentScript.js]
[test_ext_contentscript_xml_prettyprint.js]
[test_ext_contextual_identities.js]
skip-if =
  appname == "thunderbird"
  os == "android" # Containers are not exposed to android.
[test_ext_cors_mozextension.js]
[test_ext_csp_frame_ancestors.js]
[test_ext_csp_upgrade_requests.js]
[test_ext_debugging_utils.js]
[test_ext_dnr_allowAllRequests.js]
[test_ext_dnr_api.js]
[test_ext_dnr_download.js]
skip-if = os == "android" # Android: Bug 1680132; downloads.download goes through the embedder app instead of Gecko.
[test_ext_dnr_dynamic_rules.js]
[test_ext_dnr_modifyHeaders.js]
[test_ext_dnr_private_browsing.js]
[test_ext_dnr_redirect_transform.js]
[test_ext_dnr_regexFilter.js]
[test_ext_dnr_regexFilter_limits.js]
[test_ext_dnr_session_rules.js]
[test_ext_dnr_startup_cache.js]
[test_ext_dnr_static_rules.js]
[test_ext_dnr_system_restrictions.js]
[test_ext_dnr_testMatchOutcome.js]
[test_ext_dnr_tabIds.js]
[test_ext_dnr_urlFilter.js]
[test_ext_dnr_webrequest.js]
[test_ext_dnr_without_webrequest.js]
[test_ext_dns.js]
skip-if = os == "android" # Android needs alternative for proxy.settings - bug 1723523
[test_ext_downloads.js]
[test_ext_downloads_cookies.js]
skip-if =
  os == "android" # downloads API needs to be implemented in GeckoView - bug 1538348
  win10_2004 # Bug 1718292
  win11_2009 # Bug 1797751
  os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[test_ext_downloads_cookieStoreId.js]
skip-if =
  os == "android"
  win10_2004 # Bug 1718292
[test_ext_downloads_download.js]
skip-if =
  tsan # Bug 1683730
  appname == "thunderbird"
  os == "android"
  os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[test_ext_downloads_eventpage.js]
skip-if = os == "android"
[test_ext_downloads_misc.js]
skip-if =
  os == "android"
  tsan # Bug 1683730
  os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[test_ext_downloads_partitionKey.js]
skip-if = os == "android"
[test_ext_downloads_private.js]
skip-if = os == "android"
[test_ext_downloads_search.js]
skip-if = os == "android" || tsan # tsan: bug 1612707
[test_ext_downloads_urlencoded.js]
skip-if = os == "android"
[test_ext_error_location.js]
[test_ext_eventpage_idle.js]
[test_ext_eventpage_warning.js]
[test_ext_eventpage_settings.js]
[test_ext_experiments.js]
[test_ext_extension.js]
[test_ext_extension_page_navigated.js]
[test_ext_extensionPreferencesManager.js]
[test_ext_extensionSettingsStore.js]
[test_ext_extension_content_telemetry.js]
skip-if = os == "android" # checking for telemetry needs to be updated: 1384923
[test_ext_extension_startup_failure.js]
[test_ext_extension_startup_telemetry.js]
[test_ext_file_access.js]
[test_ext_geckoProfiler_control.js]
skip-if = os == "android" || tsan # Not shipped on Android. tsan: bug 1612707
[test_ext_geturl.js]
[test_ext_idle.js]
[test_ext_incognito.js]
skip-if = appname == "thunderbird"
[test_ext_l10n.js]
[test_ext_localStorage.js]
[test_ext_management.js]
skip-if =
  os == "win" && !debug # Bug 1419183 disable on Windows
[test_ext_management_uninstall_self.js]
[test_ext_messaging_startup.js]
skip-if =
  appname == "thunderbird"
  os == "android" && debug
[test_ext_networkStatus.js]
[test_ext_notifications_incognito.js]
skip-if = appname == "thunderbird"
[test_ext_notifications_unsupported.js]
[test_ext_onmessage_removelistener.js]
skip-if = true # This test no longer tests what it is meant to test.
[test_ext_permission_xhr.js]
[test_ext_persistent_events.js]
[test_ext_privacy.js]
skip-if =
  appname == "thunderbird"
  os == "android" && debug
  os == "linux" && !debug # Bug 1625455
[test_ext_privacy_disable.js]
skip-if = appname == "thunderbird"
[test_ext_privacy_nonPersistentCookies.js]
[test_ext_privacy_update.js]
[test_ext_proxy_authorization_via_proxyinfo.js]
skip-if = true # Bug 1622433 needs h2 proxy implementation
[test_ext_proxy_config.js]
skip-if =
  appname == "thunderbird"
  os == "android" # Android: Bug 1680132
[test_ext_proxy_containerIsolation.js]
[test_ext_proxy_onauthrequired.js]
[test_ext_proxy_settings.js]
skip-if =
  appname == "thunderbird"
  os == "android" # proxy settings are not supported on android
[test_ext_proxy_socks.js]
skip-if = socketprocess_networking
run-sequentially = TCPServerSocket fails otherwise
[test_ext_proxy_speculative.js]
skip-if =
  ccov && os == "linux" # bug 1607581
[test_ext_proxy_startup.js]
skip-if =
  ccov && os == "linux" # bug 1607581
[test_ext_redirects.js]
skip-if =
  os == "android" && debug
[test_ext_runtime_connect_no_receiver.js]
[test_ext_runtime_getBackgroundPage.js]
[test_ext_runtime_getBrowserInfo.js]
[test_ext_runtime_getPlatformInfo.js]
[test_ext_runtime_id.js]
skip-if =
  ccov && os == "linux" # bug 1607581
[test_ext_runtime_messaging_self.js]
[test_ext_runtime_onInstalled_and_onStartup.js]
[test_ext_runtime_ports.js]
[test_ext_runtime_ports_gc.js]
[test_ext_runtime_sendMessage.js]
skip-if =
  os == "win" && bits == 32 && fission && !debug # Bug 1762638; win7 issue
[test_ext_runtime_sendMessage_errors.js]
[test_ext_runtime_sendMessage_multiple.js]
[test_ext_runtime_sendMessage_no_receiver.js]
[test_ext_same_site_cookies.js]
[test_ext_same_site_redirects.js]
skip-if = os == "android" # Android: Bug 1700482
[test_ext_sandbox_var.js]
[test_ext_sandboxed_resource.js]
[test_ext_schema.js]
[test_ext_script_filenames.js]
run-sequentially = very high failure rate in parallel
skip-if =
  os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[test_ext_scripting_contentScripts.js]
[test_ext_scripting_contentScripts_css.js]
skip-if =
  os == "linux" && debug && fission # Bug 1762638
  os == "mac" && debug && fission # Bug 1762638
run-sequentially = very high failure rate in parallel
[test_ext_scripting_contentScripts_file.js]
[test_ext_scripting_mv2.js]
[test_ext_scripting_persistAcrossSessions.js]
[test_ext_scripting_startupCache.js]
[test_ext_scripting_updateContentScripts.js]
[test_ext_shared_workers.js]
[test_ext_shutdown_cleanup.js]
[test_ext_simple.js]
[test_ext_startupData.js]
[test_ext_startup_cache.js]
skip-if = os == "android"
[test_ext_startup_perf.js]
[test_ext_startup_request_handler.js]
skip-if = os == "android" # Bug 1700482
[test_ext_storage_local.js]
skip-if = os == "android" && debug
[test_ext_storage_idb_data_migration.js]
skip-if =
  appname == "thunderbird"
  os == "android" && debug
[test_ext_storage_content_local.js]
skip-if = os == "android" && debug
[test_ext_storage_content_sync.js]
skip-if = os == "android" # Android: Bug 1680132
[test_ext_storage_content_sync_kinto.js]
skip-if = os == "android" && debug
[test_ext_storage_quota_exceeded_errors.js]
skip-if = os == "android" # Bug 1564871
[test_ext_storage_managed.js]
skip-if = os == "android"
[test_ext_storage_managed_policy.js]
skip-if =
  appname == "thunderbird"
  os == "android"
[test_ext_storage_sanitizer.js]
skip-if =
  appname == "thunderbird"
  os == "android" # Sanitizer.jsm is not in toolkit.
[test_ext_storage_session.js]
[test_ext_storage_sync.js]
skip-if = os == "android" # Bug 1680132 ; SessionStoreFunctions.sys.mjs relies on SessionStore.sys.mjs that does not exist on Android.
[test_ext_storage_sync_kinto.js]
skip-if =
  appname == "thunderbird"
  os == "android"
[test_ext_storage_sync_kinto_crypto.js]
skip-if =
  appname == "thunderbird"
  os == "android"
[test_ext_storage_tab.js]
[test_ext_storage_telemetry.js]
skip-if = os == "android" # checking for telemetry needs to be updated: 1384923
[test_ext_tab_teardown.js]
skip-if = os == "android" # Bug 1258975 on android.
[test_ext_telemetry.js]
[test_ext_theme_experiments.js]
[test_ext_trustworthy_origin.js]
[test_ext_unlimitedStorage.js]
[test_ext_unload_frame.js]
skip-if = true # Too frequent intermittent failures
[test_ext_userScripts.js]
skip-if = os == "android" # Bug 1700482
run-sequentially = very high failure rate in parallel
[test_ext_userScripts_exports.js]
run-sequentially = very high failure rate in parallel
[test_ext_userScripts_register.js]
skip-if =
  os == "linux" && !fission # Bug 1763197
  os == "android" # Bug 1763197
[test_ext_wasm.js]
[test_ext_webRequest_auth.js]
skip-if =
  os == "android" && debug
[test_ext_webRequest_cached.js]
skip-if = os == "android" # Bug 1573511
[test_ext_webRequest_cancelWithReason.js]
skip-if =
  os == "android" && processor == 'x86_64' # Bug 1683253
[test_ext_webRequest_containerIsolation.js]
[test_ext_webRequest_download.js]
skip-if = os == "android" # Android: Bug 1680132; downloads.download goes through the embedder app instead of Gecko.
[test_ext_webRequest_filterTypes.js]
[test_ext_webRequest_from_extension_page.js]
[test_ext_webRequest_incognito.js]
skip-if = os == "android" && debug
[test_ext_webRequest_filter_urls.js]
[test_ext_webRequest_host.js]
skip-if = os == "android" && debug
[test_ext_webRequest_mergecsp.js]
skip-if = tsan # Bug 1683730
[test_ext_webRequest_permission.js]
skip-if = os == "android" && debug
[test_ext_webRequest_redirectProperty.js]
skip-if =
  os == "android" && processor == 'x86_64' # Bug 1683253
[test_ext_webRequest_redirect_mozextension.js]
skip-if = os == "android" # Android: Bug 1680132
[test_ext_webRequest_requestSize.js]
[test_ext_webRequest_restrictedHeaders.js]
[test_ext_webRequest_set_cookie.js]
skip-if = appname == "thunderbird"
[test_ext_webRequest_startup.js]
skip-if = os == "android" # bug 1683159
[test_ext_webRequest_style_cache.js]
skip-if = os == "android" # Android: Bug 1680132
[test_ext_webRequest_suspend.js]
[test_ext_webRequest_userContextId.js]
[test_ext_webRequest_viewsource.js]
[test_ext_webSocket.js]
run-sequentially = very high failure rate in parallel
[test_ext_webRequest_webSocket.js]
skip-if = appname == "thunderbird"
[test_ext_xhr_capabilities.js]
[test_ext_xhr_cors.js]
run-sequentially = very high failure rate in parallel
[test_native_manifests.js]
subprocess = true
skip-if = os == "android"
[test_ext_permissions.js]
skip-if =
  appname == "thunderbird"
  os == "android" # Bug 1350559
[test_ext_permissions_api.js]
skip-if =
  appname == "thunderbird"
  os == "android" # Bug 1350559
[test_ext_permissions_migrate.js]
skip-if =
  appname == "thunderbird"
  os == "android" # Bug 1350559
[test_ext_permissions_uninstall.js]
skip-if =
  appname == "thunderbird"
  os == "android" # Bug 1350559
[test_proxy_failover.js]
[test_proxy_listener.js]
skip-if = appname == "thunderbird"
[test_proxy_incognito.js]
skip-if = os == "android" # incognito not supported on android
[test_proxy_info_results.js]
skip-if = os == "win" # bug 1802704
[test_proxy_userContextId.js]
[test_QuarantinedDomains.js]
[test_site_permissions.js]
[test_webRequest_ancestors.js]
[test_webRequest_cookies.js]
[test_webRequest_filtering.js]
[test_ext_brokenlinks.js]
skip-if = os == "android" # Android: Bug 1680132
[test_ext_performance_counters.js]
skip-if =
  appname == "thunderbird"
  os == "android"
[test_resistfingerprinting_exempt.js]