tor-browser

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

commit 83b88af792ed37cb8b89accf3314c866e161e1fe
parent 8d521605e37edfc5ad40edf630e38f5a6f10e23e
Author: Brad Werth <werth@efn.org>
Date:   Sat,  4 Oct 2025 15:01:41 +0000

Bug 1985082 Part 2: Turn on the nogpu test variant for macOS. r=jwatt

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

Diffstat:
Mlayout/tools/reftest/manifest.sys.mjs | 1-
Mtaskcluster/test_configs/variants.yml | 1+
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/layout/tools/reftest/manifest.sys.mjs b/layout/tools/reftest/manifest.sys.mjs @@ -660,7 +660,6 @@ function BuildConditionSandbox(aURL) { // Do we *not* have a dedicated gpu process. sandbox.nogpu = sandbox.wayland || - sandbox.cocoaWidget || !( Services.prefs.getBoolPref("layers.gpu-process.enabled") && Services.prefs.getBoolPref("layers.gpu-process.force-enabled") diff --git a/taskcluster/test_configs/variants.yml b/taskcluster/test_configs/variants.yml @@ -403,6 +403,7 @@ no-gpu-process: "windows" in task["test-platform"] || "android" in task["test-platform"] || "linux" in task["test-platform"] + || "macosx" in task["test-platform"] ' replace: virtualization: virtual