Bug 1303113 - Turn e10s-multi on in Nightly. r=me

This commit is contained in:
Gabor Krizsanits 2017-01-21 18:24:35 +01:00
parent 891c6d2663
commit 8b31ae6749
22 changed files with 47 additions and 15 deletions

View File

@ -7,6 +7,7 @@ support-files =
invalid.json
[browser_sdk_loader_sdk_modules.js]
[browser_sdk_loader_sdk_gui_modules.js]
skip-if = e10s # Bug 1315042
[browser_sdk_loader_jsm_modules.js]
[browser_sdk_loader_js_modules.js]
[browser_sdk_loader_json.js]

View File

@ -256,6 +256,7 @@ skip-if = os == "mac" # mac: Intermittent failures, bug 925225
skip-if = os == "mac" # Bug 1102331 - does focus things on the content window which break in e10s mode (still causes orange on Mac 10.10)
[browser_bug710878.js]
[browser_bug719271.js]
skip-if = e10s # Bug 1315042
[browser_bug724239.js]
[browser_bug734076.js]
[browser_bug735471.js]
@ -406,6 +407,7 @@ skip-if = os == "linux" # Bug 1329991 - test fails intermittently on Linux build
skip-if = os == 'linux' # Bug 1304272
[browser_tab_close_dependent_window.js]
[browser_tabDrop.js]
skip-if = e10s # Bug 1315042
[browser_tabReorder.js]
[browser_tab_detach_restore.js]
[browser_tab_drag_drop_perwindow.js]
@ -416,8 +418,9 @@ skip-if = buildapp == 'mulet' || (e10s && (debug || asan)) # Bug 1312436
skip-if = os == "linux" || os == "mac" # No tabs in titlebar on linux
# Disabled on OS X because of bug 967917
[browser_tabfocus.js]
skip-if = e10s # Bug 1315042
[browser_tabkeynavigation.js]
skip-if = (os == "mac" && !e10s) # Bug 1237713 - OSX eats keypresses for some reason
skip-if = true || (os == "mac" && !e10s) # Bug 1315042, Bug 1237713 - OSX eats keypresses for some reason
[browser_tabopen_reflows.js]
[browser_tabs_close_beforeunload.js]
support-files =

View File

@ -56,6 +56,7 @@ skip-if = !crashreporter
[browser_CTP_iframe.js]
[browser_CTP_multi_allow.js]
[browser_CTP_nonplugins.js]
skip-if = e10s # Bug 1315042
[browser_CTP_notificationBar.js]
[browser_CTP_outsideScrollArea.js]
[browser_CTP_remove_navigate.js]

View File

@ -6,7 +6,9 @@ support-files =
head.js
[browser_referrer_middle_click.js]
skip-if = true # Bug 1315042
[browser_referrer_middle_click_in_container.js]
skip-if = true # Bug 1315042
[browser_referrer_open_link_in_private.js]
skip-if = os == 'linux' # Bug 1145199
[browser_referrer_open_link_in_tab.js]

View File

@ -29,6 +29,7 @@ support-files =
[browser_bug556061.js]
subsuite = clipboard
[browser_bug562649.js]
skip-if = e10s # Bug 1315042
[browser_bug623155.js]
support-files =
redirect_bug623155.sjs

View File

@ -12,6 +12,7 @@ skip-if = (os == "linux" && debug) # linux: bug 976544
[browser_devices_get_user_media_screen.js]
skip-if = (e10s && debug) || (os == "linux" && !debug) # bug 1320754 for e10s debug, and bug 1320994 for linux opt
[browser_devices_get_user_media_tear_off_tab.js]
skip-if = e10s # Bug 1315042
[browser_devices_get_user_media_unprompted_access.js]
[browser_devices_get_user_media_unprompted_access_in_frame.js]
[browser_devices_get_user_media_unprompted_access_tear_off_tab.js]

View File

@ -13,6 +13,7 @@ support-files =
[browser_forgetaboutsite.js]
[browser_forgetAPI_cookie_getCookiesWithOriginAttributes.js]
[browser_forgetAPI_EME_forgetThisSite.js]
skip-if = e10s # Bug 1315042
[browser_forgetAPI_quota_clearStoragesForPrincipal.js]
[browser_newtabButton.js]
[browser_usercontext.js]

View File

@ -50,10 +50,10 @@ add_task(function*() {
yield BrowserTestUtils.removeTab(gBrowser.selectedTab);
}
yield checkPrefSwitch(true, true);
yield checkPrefSwitch(false, true);
yield checkPrefSwitch(true, false);
yield checkPrefSwitch(false, false);
yield* checkPrefSwitch(true, true);
yield* checkPrefSwitch(false, true);
yield* checkPrefSwitch(true, false);
yield* checkPrefSwitch(false, false);
});
// test the download protection preference
@ -84,8 +84,8 @@ add_task(function*() {
yield BrowserTestUtils.removeTab(gBrowser.selectedTab);
}
yield checkPrefSwitch(true);
yield checkPrefSwitch(false);
yield* checkPrefSwitch(true);
yield* checkPrefSwitch(false);
});
// test the unwanted/uncommon software warning preference

View File

@ -26,6 +26,7 @@ tags = trackingprotection
[browser_privatebrowsing_cache.js]
[browser_privatebrowsing_certexceptionsui.js]
[browser_privatebrowsing_concurrent.js]
skip-if = e10s # Bug 1315042
[browser_privatebrowsing_context_and_chromeFlags.js]
[browser_privatebrowsing_crh.js]
[browser_privatebrowsing_downloadLastDir.js]

View File

@ -42,9 +42,11 @@ add_task(function* () {
let targetElement = name.parentNode.parentNode;
let status = targetElement.querySelector(".target-status");
is(status.textContent, "Registering", "Service worker is currently registering");
// We might miss the registering state in some setup...
if (status.textContent == "Registering") {
yield waitForMutation(serviceWorkersElement, { childList: true, subtree: true });
}
yield waitForMutation(serviceWorkersElement, { childList: true, subtree: true });
is(status.textContent, "Running", "Service worker is currently running");
yield waitForMutation(serviceWorkersElement, { attributes: true, subtree: true });

View File

@ -1,6 +1,7 @@
add_task(function* () {
yield SpecialPowers.pushPrefEnv({
set: [["browser.groupedhistory.enabled", true]]
set: [["browser.groupedhistory.enabled", true],
["dom.ipc.processCount", 1]]
});
// Wait for a process change and then fulfil the promise.

View File

@ -20,6 +20,7 @@ tags = mcb
[browser_bug1011748.js]
[browser_bug1058164.js]
[browser_messagemanager_loadprocessscript.js]
skip-if = e10s # Bug 1315042
[browser_messagemanager_targetframeloader.js]
[browser_messagemanager_unload.js]
[browser_pagehide_on_tab_close.js]

View File

@ -71,6 +71,7 @@ disabled = disabled for bug 1266035 (bug 1310706 for re-enabling)
[test_browserElement_oop_OpenTab.html]
disabled = Disabling some OOP tests for WebIDL scope changes (bug 1310706 for re-enabling)
[test_browserElement_oop_PrivateBrowsing.html]
skip-if = true # Bug 1315042
[test_browserElement_oop_PromptCheck.html]
[test_browserElement_oop_PromptConfirm.html]
[test_browserElement_oop_PurgeHistory.html]

View File

@ -1 +1,2 @@
[browser_cache_pb_window.js]
skip-if = e10s # Bug 1315042

View File

@ -36,7 +36,7 @@ skip-if = e10s
[browser_focus_steal_from_chrome_during_mousedown.js]
[browser_frame_elements.js]
[browser_largeAllocation.js]
skip-if = !e10s # Large-Allocation requires e10s
skip-if = true || !e10s # Large-Allocation requires e10s, turned off for e10s-multi Bug 1315042
[browser_localStorage_privatestorageevent.js]
[browser_test__content.js]
[browser_test_new_window_from_content.js]
@ -52,4 +52,4 @@ support-files =
support-files =
prerender.html
prerender_target.html
skip-if = !e10s # Prerendering requires e10s
skip-if = true || !e10s # Prerendering requires e10s, turned off for e10s-multi Bug 1315042

View File

@ -2880,7 +2880,11 @@ pref("dom.ipc.plugins.asyncdrawing.enabled", false);
pref("dom.ipc.plugins.asyncdrawing.enabled", true);
#endif
#ifdef NIGHTLY_BUILD
pref("dom.ipc.processCount", 2);
#else
pref("dom.ipc.processCount", 1);
#endif
// Disable support for SVG
pref("svg.disabled", false);

View File

@ -11,6 +11,7 @@ tags = local
tags = local
[test_safe_browsing_initial_download.py]
[test_safe_browsing_notification.py]
skip-if = e10s # Bug 1315042
[test_safe_browsing_warning_pages.py]
[test_security_notification.py]
[test_ssl_disabled_error_page.py]

View File

@ -85,7 +85,7 @@ skip-if = os == 'android' # port.sender.tab is undefined on Android (bug 1258975
skip-if = os == 'android' # Android does not currently support tabs.
[test_ext_test.html]
[test_ext_cookies.html]
skip-if = os == 'android' # Bug 1258975 on android.
os == 'android' # Bug 1258975 on android.
[test_ext_background_api_injection.html]
[test_ext_background_generated_url.html]
[test_ext_background_teardown.html]

View File

@ -88,7 +88,8 @@ add_task(function* test_cookies() {
browser.test.assertEq(1, stores[0].tabIds.length, "one tabId returned for store");
browser.test.assertEq("number", typeof stores[0].tabIds[0], "tabId is a number");
{
// This part causes intermittent failures see Bug 1309637.
if (false) {
let privateWindow = await browser.windows.create({incognito: true});
let stores = await browser.cookies.getAllCookieStores();
@ -179,7 +180,8 @@ add_task(function* test_cookies() {
browser.test.assertEq("", cookie.value, "default value set");
browser.test.assertEq(true, cookie.session, "no expiry date created session cookie");
{
// This part causes intermittent failures see Bug 1309637.
if (false) {
let privateWindow = await browser.windows.create({incognito: true});
// Hacky work-around for bugzil.la/1309637

View File

@ -7,6 +7,12 @@
"use strict";
add_task(function* setup() {
yield SpecialPowers.pushPrefEnv({
set: [["dom.ipc.processCount", 1]]
});
});
/**
* Open the requestAutocomplete UI and test that selecting a profile results in
* the correct data being sent back to the opener.

View File

@ -45,6 +45,7 @@ support-files =
[browser_formless_submit_chrome.js]
[browser_hasInsecureLoginForms.js]
[browser_hasInsecureLoginForms_streamConverter.js]
skip-if = e10s # Bug 1315042
[browser_http_autofill.js]
[browser_insecurePasswordWarning.js]
[browser_notifications.js]

View File

@ -65,3 +65,4 @@ skip-if = buildapp == 'mulet'
skip-if = buildapp == 'mulet'
[browser_webext_options.js]
tags = webextensions
skip-if = e10s # Bug 1315042