ckerr

#46984: test: enable hasShadow tests on Linux

Merged
Created: May 7, 2025, 11:33:18 AM
Merged: May 8, 2025, 3:07:11 AM
5 comments
Target: main

Description of Change

Enable hasShadow BrowserWindow tests on Linux.

Since this feature is supported on Linux, we should run the tests there too.

Checklist

Release Notes

Notes: none.

Backports

34-x-y
Merged
PR Number
#47002
Merged At
May 8, 2025, 9:54:39 AM
Released In
v34.5.6
Release Date
May 14, 2025, 11:03:00 AM
35-x-y
Merged
PR Number
#46999
Merged At
May 8, 2025, 3:00:07 PM
Released In
v35.4.0
Release Date
May 14, 2025, 11:02:18 AM
36-x-y
Merged
PR Number
#47000
Merged At
May 8, 2025, 9:37:23 AM
Released In
v36.2.1
Release Date
May 14, 2025, 11:03:54 AM
37-x-y
Merged
PR Number
#47001
Merged At
May 8, 2025, 9:37:27 AM
Released In
v37.0.0-alpha.4
Release Date
May 12, 2025, 8:31:44 AM

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron