commit 303198a05b6c12480bbe6f13537dfecb52c10f2b
parent c17d18e4ecb34f4a82118265822df496ec7da522
Author: Brad Werth <werth@efn.org>
Date: Tue, 7 Oct 2025 18:10:36 +0000
Bug 1985082 Part 2: Turn on the nogpu test variant for macOS. r=jwatt
Differential Revision: https://phabricator.services.mozilla.com/D263792
Diffstat:
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