Backed out 1 changesets (bug 1678068) for XPCshell failures on xpcshell/test_ext_webRequest_set_cookie.js. CLOSED TREE

Backed out changeset 61ef4618e39e (bug 1678068)
This commit is contained in:
Dorel Luca 2020-12-03 08:11:04 +02:00
parent 1cf888ecaf
commit f904ca8cee
3 changed files with 9 additions and 16 deletions

View File

@ -41,9 +41,8 @@ run-sequentially = node server exceptions dont replay well
[test_ext_cookieBehaviors.js]
skip-if = appname == "thunderbird"
[test_ext_cookies_firstParty.js]
skip-if = appname == "thunderbird" || os == "android" # Android: Bug 1680132
skip-if = appname == "thunderbird"
[test_ext_cookies_samesite.js]
skip-if = os == "android" # Android: Bug 1680132
[test_ext_content_security_policy.js]
skip-if = (os == "win" && debug) #Bug 1485567
[test_ext_contentscript_api_injection.js]
@ -64,7 +63,7 @@ skip-if = os == 'android' && debug # The generated script takes too long to load
skip-if = appname == "thunderbird" || os == "android" # Containers are not exposed to android.
[test_ext_debugging_utils.js]
[test_ext_dns.js]
skip-if = socketprocess_networking || os == "android" # Android: Bug 1680132
skip-if = socketprocess_networking
[test_ext_downloads.js]
[test_ext_downloads_cookies.js]
skip-if = os == "android" # downloads API needs to be implemented in GeckoView - bug 1538348
@ -118,7 +117,7 @@ skip-if = appname == "thunderbird"
[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
skip-if = appname == "thunderbird"
[test_ext_proxy_onauthrequired.js]
[test_ext_proxy_settings.js]
skip-if = appname == "thunderbird" || os == "android" # proxy settings are not supported on android
@ -148,7 +147,6 @@ skip-if = ccov && os == 'linux' # bug 1607581
[test_ext_same_site_redirects.js]
[test_ext_sandbox_var.js]
[test_ext_schema.js]
skip-if = os == "android" # Android: Bug 1680132
[test_ext_shared_workers.js]
[test_ext_shutdown_cleanup.js]
[test_ext_simple.js]
@ -164,7 +162,7 @@ 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
skip-if = os == "android" && debug
[test_ext_storage_content_sync_kinto.js]
skip-if = os == "android" && debug
[test_ext_storage_quota_exceeded_errors.js]
@ -174,9 +172,8 @@ 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" # Android: Bug 1680132
skip-if = appname == "thunderbird"
[test_ext_storage_sync.js]
skip-if = os == "android" # Android: Bug 1680132
[test_ext_storage_sync_kinto.js]
skip-if = appname == "thunderbird" || os == "android"
[test_ext_storage_sync_kinto_crypto.js]
@ -197,10 +194,9 @@ skip-if = true # Too frequent intermittent failures
[test_ext_webRequest_auth.js]
skip-if = os == "android" && debug
[test_ext_webRequest_cached.js]
skip-if = os == "android" # Bug 1573511
skip-if = os == "android" && processor != "x86_64" # Bug 1573511
[test_ext_webRequest_cancelWithReason.js]
[test_ext_webRequest_download.js]
skip-if = os == "android" # Android: Bug 1680132
[test_ext_webRequest_filterTypes.js]
[test_ext_webRequest_from_extension_page.js]
[test_ext_webRequest_incognito.js]
@ -212,13 +208,11 @@ skip-if = os == "android" && debug
[test_ext_webRequest_permission.js]
skip-if = os == "android" && debug
[test_ext_webRequest_redirect_mozextension.js]
skip-if = os == "android" # Android: Bug 1680132
[test_ext_webRequest_requestSize.js]
skip-if = socketprocess_networking
[test_ext_webRequest_set_cookie.js]
skip-if = appname == "thunderbird" || (os == "android" && debug)
[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]
@ -246,6 +240,5 @@ skip-if = os == "android" # incognito not supported on android
[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"

View File

@ -10,7 +10,7 @@ skip-if = os == "android" || (os == "win" && debug) || (os == "linux")
[test_ext_contentscript_canvas_tainting.js]
[test_ext_contentscript_scriptCreated.js]
[test_ext_contentscript_triggeringPrincipal.js]
skip-if = os == "android" || (os == "win" && debug) || tsan || socketprocess_networking # Windows: Bug 1438796, tsan: bug 1612707, Android: Bug 1680132
skip-if = (os == "android" && debug) || (os == "win" && debug) || tsan || socketprocess_networking # Windows: Bug 1438796, tsan: bug 1612707
[test_ext_contentscript_xrays.js]
[test_ext_contentScripts_register.js]
[test_ext_contexts_gc.js]

View File

@ -82,6 +82,6 @@ skip-if = os == 'android' && processor == 'x86_64'
skip-if = os == 'android' && processor == 'x86_64'
[include:xpcshell-common.ini]
run-if = (appname == "thunderbird") || os == 'android' # Thunderbird has no e10s, Android has no remote extensions, Bug 1535365
run-if = appname == "thunderbird" || (os == 'android' && processor != 'x86_64') # Thunderbird and Android have no e10s
[include:xpcshell-content.ini]
run-if = appname == "thunderbird" || os == 'android' # Thunderbird has no e10s, Android has no remote extensions, Bug 1535365
run-if = appname == "thunderbird" || (os == 'android' && processor != 'x86_64') # Thunderbird and Android have no e10s