ckerr

#46984: test: enable hasShadow tests on Linux

Merged
Created: May 7, 2025, 12:33:18 PM
Merged: May 8, 2025, 4: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, 10:54:39 AM
Released In
Not yet
Release Date
Not yet
35-x-y
Merged
PR Number
#46999
Merged At
May 8, 2025, 4:00:07 PM
Released In
Not yet
Release Date
Not yet
36-x-y
Merged
PR Number
#47000
Merged At
May 8, 2025, 10:37:23 AM
Released In
Not yet
Release Date
Not yet
37-x-y
Merged
PR Number
#47001
Merged At
May 8, 2025, 10:37:27 AM
Released In
Not yet
Release Date
Not yet

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