]> Cypherpunks repositories - gostls13.git/commit
runtime: run TestVectoredHandlerDontCrashOnLibrary on 386 and arm64
authorqmuntal <quimmuntal@gmail.com>
Mon, 23 Jan 2023 14:13:20 +0000 (15:13 +0100)
committerQuim Muntal <quimmuntal@gmail.com>
Tue, 24 Jan 2023 08:46:11 +0000 (08:46 +0000)
commite39c7a37f0f1a992eb65202d05c3148524c5c0ef
treee62c7d9fd91f01bddf439281cf3950287436f427
parent030ca34f5786f0b924dcab26379ee2f82104220d
runtime: run TestVectoredHandlerDontCrashOnLibrary on 386 and arm64

This CL updates TestVectoredHandlerDontCrashOnLibrary so it can run on
windows/386 and windows/arm64. It still can't run on windows/arm as
it does not support c-shared buildmode (see #43800).

Change-Id: Id1577687e165e77d27633c632634ecf86e6e9d6f
Reviewed-on: https://go-review.googlesource.com/c/go/+/463117
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/signal_windows_test.go
src/runtime/testdata/testwinlib/main.c