]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestVectoredHandlerExceptionInNonGoThread
authorqmuntal <quimmuntal@gmail.com>
Fri, 21 Oct 2022 07:18:53 +0000 (09:18 +0200)
committerGopher Robot <gobot@golang.org>
Fri, 21 Oct 2022 14:47:46 +0000 (14:47 +0000)
commitacfdaf06f573c7b483515aed451c5148e32d6e60
tree8264642a56e259d946381455580b726da32cb7a5
parent6f7e9e23074d771c6adfce84d74fa11dbd8b7619
runtime: skip TestVectoredHandlerExceptionInNonGoThread

windows-amd-2012 builder seems to have some problems handling
exception thrown in external C code which is affecting
TestVectoredHandlerExceptionInNonGoThread.
The issue is known and discussed in #49681.

This Cl skips the offending test on windows-amd-2012.

Change-Id: I7ca4353c9e531f0d75ac6a8dbd809acfa1f15bf9
Reviewed-on: https://go-review.googlesource.com/c/go/+/444616
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/signal_windows_test.go