]> Cypherpunks repositories - gostls13.git/commit
runtime: fix TestSehUnwind
authorqmuntal <quimmuntal@gmail.com>
Mon, 15 Sep 2025 14:02:22 +0000 (16:02 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 16 Sep 2025 00:36:12 +0000 (17:36 -0700)
commitc39abe065886f62791f41240eef6ca03d452a17b
tree0cee75a87f1ea77b3832cfd6e36f8fb1e3dee710
parente3ed0fbe6a4c7c5e91a4a82c1bcbc96b9ac37016
runtime: fix TestSehUnwind

The various TestSehUnwind tests recently started to fail due an
unrelated refactor (in CL 698098) that made the stack frames to
not match the expected pattern. This CL updates the tests to
be more robust to such changes.

Fixes #75467

Change-Id: I7950332bb6ca54e4bf693d13e2490b3d9d901dde
Reviewed-on: https://go-review.googlesource.com/c/go/+/703779
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Quim Muntal <quimmuntal@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/runtime-seh_windows_test.go