We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9428023 commit e6a9335Copy full SHA for e6a9335
src/runtime/runtime-gdb_test.go
@@ -27,6 +27,8 @@ func checkGdbEnvironment(t *testing.T) {
27
t.Skip("gdb does not work on darwin")
28
case "netbsd":
29
t.Skip("gdb does not work with threads on NetBSD; see golang.org/issue/22893 and gnats.netbsd.org/52548")
30
+ case "windows":
31
+ t.Skip("gdb tests fail on Windows: https://golang.org/issue/22687")
32
case "linux":
33
if runtime.GOARCH == "ppc64" {
34
t.Skip("skipping gdb tests on linux/ppc64; see golang.org/issue/17366")
0 commit comments