commit 78f994329ff56d917b806e4b7d593f3f231f9375
parent 83b88af792ed37cb8b89accf3314c866e161e1fe
Author: agoloman <agoloman@mozilla.com>
Date: Sat, 4 Oct 2025 18:46:24 +0300
Revert "Bug 1985082 Part 2: Turn on the nogpu test variant for macOS. r=jwatt" for causing reftest failures @default-size.html.
This reverts commit 83b88af792ed37cb8b89accf3314c866e161e1fe.
Revert "Bug 1985082 Part 1: Flip the gpu process pref for macOS Nightly. r=gfx-reviewers,ErichDonGubler"
This reverts commit 8d521605e37edfc5ad40edf630e38f5a6f10e23e.
Diffstat:
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/layout/tools/reftest/manifest.sys.mjs b/layout/tools/reftest/manifest.sys.mjs
@@ -660,6 +660,7 @@ 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/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
@@ -9545,8 +9545,6 @@
value: true
#elif defined(MOZ_X11)
value: false # we'd like this to be @IS_NIGHTLY_BUILD@, see Bug 1927058
-#elif defined(XP_MACOSX)
- value: @IS_NIGHTLY_BUILD@
#else
value: false
#endif
diff --git a/taskcluster/test_configs/variants.yml b/taskcluster/test_configs/variants.yml
@@ -403,7 +403,6 @@ 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