We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88be85f commit efed283Copy full SHA for efed283
src/runtime/signal_windows_test.go
@@ -25,6 +25,7 @@ func TestVectoredHandlerDontCrashOnLibrary(t *testing.T) {
25
t.Skip("this test can only run on windows/amd64")
26
}
27
testenv.MustHaveGoBuild(t)
28
+ testenv.MustHaveCGO(t)
29
testenv.MustHaveExecPath(t, "gcc")
30
testprog.Lock()
31
defer testprog.Unlock()
@@ -149,6 +150,7 @@ func TestLibraryCtrlHandler(t *testing.T) {
149
150
151
152
153
154
155
156
0 commit comments