]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo/internal/test: skip TestCallbackCallersSEH when internal linking
authorqmuntal <quimmuntal@gmail.com>
Thu, 18 Jan 2024 06:53:50 +0000 (07:53 +0100)
committerQuim Muntal <quimmuntal@gmail.com>
Tue, 23 Jan 2024 06:52:00 +0000 (06:52 +0000)
commitadead1a93f472affa97c494ef19f2f492ee6f34a
tree134b7a7fa45570c5506291dfec00cd2dc43a0954
parent7611d2e610c639de0ea10221a1387e882dfc6434
cmd/cgo/internal/test: skip TestCallbackCallersSEH when internal linking

TestCallbackCallersSEH is flaky when using the internal linker. Skip
it for now until the flakiness is resolved.

Updates #65116

Change-Id: I7628b07eaff8be00757d5604722f30aede25fce5
Reviewed-on: https://go-review.googlesource.com/c/go/+/556635
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/cgo/internal/test/seh_internal_windows_test.go [new file with mode: 0644]
src/cmd/cgo/internal/test/seh_windows_test.go [moved from src/cmd/cgo/internal/test/cgo_windows_test.go with 87% similarity]