commit bd090dc2ac242d150be1f36bfeb80140d409a098
parent 753408dc8dda38aacff16c5b9b8f43a8fef40267
Author: Brad Werth <werth@efn.org>
Date: Thu, 9 Oct 2025 23:51:40 +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