We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b303fa commit abf8422Copy full SHA for abf8422
src/internal/trace/v2/trace_test.go
@@ -85,6 +85,8 @@ func TestTraceAnnotationsStress(t *testing.T) {
85
}
86
87
func TestTraceCgoCallback(t *testing.T) {
88
+ testenv.MustHaveCGO(t)
89
+
90
switch runtime.GOOS {
91
case "plan9", "windows":
92
t.Skipf("cgo callback test requires pthreads and is not supported on %s", runtime.GOOS)
0 commit comments