commit 5a6ab2eb7462c0948c733dfbb9f77e1eed2b3155
parent bb3e3ab5e511ddd9e4718c1445a6a6710281e955
Author: Cristina Horotan <chorotan@mozilla.com>
Date: Thu, 9 Oct 2025 00:19:45 +0300
Revert "Bug 1985082 Part 2: Turn on the nogpu test variant for macOS. r=jwatt" for causing mochitest failures on test_group_zoom-2.html
This reverts commit 303198a05b6c12480bbe6f13537dfecb52c10f2b.
Revert "Bug 1985082 Part 1: Flip the gpu process pref for macOS Nightly. r=gfx-reviewers,ErichDonGubler"
This reverts commit c17d18e4ecb34f4a82118265822df496ec7da522.
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
@@ -9580,8 +9580,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