Bug 1576814 - These tests are currently failing for fission r=kmag

Depends on D43571

Differential Revision: https://phabricator.services.mozilla.com/D43572

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Paul Bone 2019-08-27 23:42:25 +00:00
Родитель 22abd7da9b
Коммит 36bed861bf
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -47,6 +47,7 @@ skip-if = toolkit == 'android'
[test_same_site_cookies_toplevel_nav.html]
skip-if = fission # Crashes: @ mozilla::dom::ContentParent::CommonCreateWindow(mozilla::dom::PBrowserParent*, bool, unsigned int const&, bool const&, bool const&, bool const&, nsIURI*, nsTString<char> const&, float const&, unsigned long, nsTString<char16_t> const&, nsresult&, nsCOMPtr<nsIRemoteTab>&, bool*, int&, nsIPrincipal*, nsIReferrerInfo*, bool, nsIContentSecurityPolicy*)
[test_same_site_cookies_cross_origin_context.html]
fail-if = fission
[test_same_site_cookies_from_script.html]
[test_same_site_cookies_redirect.html]
[test_same_site_cookies_toplevel_set_cookie.html]

Просмотреть файл

@ -27,6 +27,7 @@ skip-if = os == "android" || verify # bug 962029
[test_cookieBlock.html]
[test_embededNulls.html]
[test_keySync.html]
fail-if = fission
[test_localStorageBase.html]
skip-if = e10s
[test_localStorageBaseSessionOnly.html]
@ -34,12 +35,17 @@ skip-if = e10s
[test_localStorageEnablePref.html]
[test_localStorageKeyOrder.html]
[test_localStorageOriginsDiff.html]
fail-if = fission
[test_localStorageOriginsDomainDiffs.html]
fail-if = fission
[test_localStorageOriginsEquals.html]
skip-if = toolkit == 'android'
fail-if = fission
[test_localStorageOriginsPortDiffs.html]
fail-if = fission
[test_localStorageOriginsSchemaDiffs.html]
skip-if = toolkit == 'android' #TIMED_OUT
fail-if = fission
[test_localStorageQuota.html]
skip-if = toolkit == 'android' #TIMED_OUT
[test_localStorageQuotaSessionOnly.html]