MarshallOfSound

#53274: test: move throwing select-webauthn-account listener case to a crash fixture

Merged
Created: Aug 28, 2026, 11:23:21 AM
Merged: Aug 28, 2026, 2:28:46 PM
3 comments
Target: main

Description of Change

Follow-up to #53258: moves the "listener invokes the callback and then throws" case into a crash-case fixture so the spec runner's uncaughtException handlers are left untouched.

Release Notes

Notes: none

Backports

43-x-y
Merged
PR Number
#
Merged At
Released In
Not yet
Release Date
Not yet
44-x-y
Merged
PR Number
#53275
Merged At
Aug 28, 2026, 2:28:58 PM
Released In
Not yet
Release Date
Not yet
45-x-y
Merged
PR Number
#53282
Merged At
Aug 28, 2026, 4:18:38 PM
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