tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 26b609c27e25261fcdbebe7c10ccfdcfbc2ef6b7
parent e76b437f22d42e892cd676b6d5afcbcaa8ca7572
Author: Florian Quèze <florian@queze.net>
Date:   Wed,  1 Oct 2025 10:17:17 +0000

Bug 1991671 - run test_ext_scripting_contentScripts_css.js and test_ext_dnr_redirect_transform.js sequentially on Mac where they often timeout when running in parallel, r=robwu.

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

Diffstat:
Mtoolkit/components/extensions/test/xpcshell/xpcshell-common.toml | 1+
Mtoolkit/components/extensions/test/xpcshell/xpcshell-serviceworker.toml | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/toolkit/components/extensions/test/xpcshell/xpcshell-common.toml b/toolkit/components/extensions/test/xpcshell/xpcshell-common.toml @@ -253,6 +253,7 @@ prefs = [ ["test_ext_dnr_redirect_main_frame.js"] ["test_ext_dnr_redirect_transform.js"] +run-sequentially = ["os == 'mac'"] # frequent timeouts in parallel on Mac ["test_ext_dnr_regexFilter.js"] diff --git a/toolkit/components/extensions/test/xpcshell/xpcshell-serviceworker.toml b/toolkit/components/extensions/test/xpcshell/xpcshell-serviceworker.toml @@ -43,6 +43,7 @@ skip-if = [ ["test_ext_scripting_contentScripts.js"] ["test_ext_scripting_contentScripts_css.js"] +run-sequentially = ["os == 'mac'"] # frequent timeouts in parallel on Mac ["test_ext_scripting_contentScripts_file.js"]