proc/native: support core dumping on FreeBSD (#3305)

Co-authored-by: a <a@kra>
This commit is contained in:
Alessandro Arzilli
2023-04-24 23:33:38 +02:00
committed by GitHub
parent 83a2555497
commit 47481fe0ab
4 changed files with 52 additions and 4 deletions

View File

@ -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")
}