mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
proc/native: support core dumping on FreeBSD (#3305)
Co-authored-by: a <a@kra>
This commit is contained in:
committed by
GitHub
parent
83a2555497
commit
47481fe0ab
@ -5163,7 +5163,7 @@ func TestIssue2319(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestDump(t *testing.T) {
|
||||
if runtime.GOOS == "freebsd" || (runtime.GOOS == "darwin" && testBackend == "native") || (runtime.GOOS == "windows" && runtime.GOARCH != "amd64") {
|
||||
if (runtime.GOOS == "darwin" && testBackend == "native") || (runtime.GOOS == "windows" && runtime.GOARCH != "amd64") {
|
||||
t.Skip("not supported")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user