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 5a0743b commit e3eb2ffCopy full SHA for e3eb2ff
src/runtime/runtime-gdb_test.go
@@ -39,9 +39,7 @@ func checkGdbEnvironment(t *testing.T) {
39
case "aix":
40
t.Skip("gdb does not work on AIX; see https://golang.org/issue/28558")
41
case "freebsd":
42
- if runtime.GOARCH == "arm" {
43
- t.Skip("skipping gdb tests on freebsd/arm; see https://golang.org/issue/29508")
44
- }
+ t.Skip("skipping gdb tests on FreeBSD; see https://golang.org/issue/29508")
45
}
46
if final := os.Getenv("GOROOT_FINAL"); final != "" && runtime.GOROOT() != final {
47
t.Skip("gdb test can fail with GOROOT_FINAL pending")
0 commit comments