]> Cypherpunks repositories - gostls13.git/commit
runtime: fix TestVectoredHandlerExceptionInNonGoThread
authorqmuntal <quimmuntal@gmail.com>
Thu, 20 Oct 2022 17:06:05 +0000 (19:06 +0200)
committerDavid Chase <drchase@google.com>
Thu, 20 Oct 2022 18:45:28 +0000 (18:45 +0000)
commit160bb0e66b96e24120deba5fed927acc47b59b1a
tree6b8c72858b786919f3a6c718bc48d259a68f0da8
parent72c58fb77192f7d17d87663c943360a48aae11dc
runtime: fix TestVectoredHandlerExceptionInNonGoThread

This test is failing on the windows-arm64-10 builder
https://build.golang.org/log/c161c86be1af83c349ee02c1b12eff5828818f50.

It is not failing on windows-arm64-11, so I guess it has something to
do with the compiler.

This CL simplifies the test so is easier to build.

Change-Id: I6e0e1cf237277628f8ebf892c70ab54cd0077680
Reviewed-on: https://go-review.googlesource.com/c/go/+/444438
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/runtime/signal_windows_test.go
src/runtime/testdata/testwinlibthrow/main.go
src/runtime/testdata/testwinlibthrow/veh.c [new file with mode: 0644]
src/runtime/testdata/testwinlibthrow/veh.cpp [deleted file]